On Tue, May 06, 2025 at 04:38:53PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:38:53 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 07/19] hw/virtio/virtio-pci: Remove > VIRTIO_PCI_FLAG_MIGRATE_EXTRA definition > X-Mailer: git-send-email 2.47.1 > > VIRTIO_PCI_FLAG_MIGRATE_EXTRA was only used by the > hw_compat_2_4[] array, via the 'migrate-extra=true' > property. We removed all machines using that array, > lets remove all the code around VIRTIO_PCI_FLAG_MIGRATE_EXTRA. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > Reviewed-by: Thomas Huth <th...@redhat.com> > --- > include/hw/virtio/virtio-pci.h | 4 ---- > hw/virtio/virtio-pci.c | 6 +----- > 2 files changed, 1 insertion(+), 9 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>