On Thu, May 08, 2025 at 03:35:49PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 8 May 2025 15:35:49 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v4 26/27] hw/char/virtio-serial: Do not expose the > 'emergency-write' property > X-Mailer: git-send-email 2.47.1 > > The VIRTIO_CONSOLE_F_EMERG_WRITE feature bit was only set > in the hw_compat_2_7[] array, via the 'emergency-write=off' > property. We removed all machines using that array, lets remove > that property. All instances have this feature bit set and > it can not be disabled. VirtIOSerial::host_features mask is > now unused, remove it. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > include/hw/virtio/virtio-serial.h | 2 -- > hw/char/virtio-serial-bus.c | 9 +++------ > 2 files changed, 3 insertions(+), 8 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>