On Thu, May 08, 2025 at 03:35:48PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 8 May 2025 15:35:48 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v4 25/27] hw/virtio/virtio-pci: Remove > VirtIOPCIProxy::ignore_backend_features field > X-Mailer: git-send-email 2.47.1 > > The VirtIOPCIProxy::ignore_backend_features boolean was only set > in the hw_compat_2_7[] array, via the 'x-ignore-backend-features=on' > property. We removed all machines using that array, lets remove > that property, simplify by only using the default version. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Mark Cave-Ayland <mark.caveayl...@nutanix.com> > --- > include/hw/virtio/virtio-pci.h | 1 - > hw/virtio/virtio-pci.c | 5 +---- > 2 files changed, 1 insertion(+), 5 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>