On Tue, May 06, 2025 at 04:38:54PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:38:54 +0200 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v3 08/19] hw/virtio/virtio-pci: Remove > VIRTIO_PCI_FLAG_DISABLE_PCIE definition > X-Mailer: git-send-email 2.47.1 > > VIRTIO_PCI_FLAG_DISABLE_PCIE was only used by the hw_compat_2_4[] > array, via the 'x-disable-pcie=false' property. We removed all > machines using that array, lets remove all the code around > VIRTIO_PCI_FLAG_DISABLE_PCIE (see commit 9a4c0e220d8 for similar > VIRTIO_PCI_FLAG_* enum removal). > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Daniel P. Berrangé <[email protected]> > Reviewed-by: Thomas Huth <[email protected]> > --- > include/hw/virtio/virtio-pci.h | 4 ---- > hw/virtio/virtio-pci.c | 5 +---- > 2 files changed, 1 insertion(+), 8 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
