On Thu, May 08, 2025 at 03:35:50PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 8 May 2025 15:35:50 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v4 27/27] hw/virtio/virtio-pci: Remove > VIRTIO_PCI_FLAG_PAGE_PER_VQ definition > X-Mailer: git-send-email 2.47.1 > > VIRTIO_PCI_FLAG_PAGE_PER_VQ was only used by the hw_compat_2_7[] > array, via the 'page-per-vq=on' property. We removed all > machines using that array, lets remove all the code around > VIRTIO_PCI_FLAG_PAGE_PER_VQ (see commit 9a4c0e220d8 for similar > VIRTIO_PCI_FLAG_* enum removal). > > 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/display/virtio-vga.c | 10 ---------- > hw/virtio/virtio-pci.c | 7 +------ > 3 files changed, 1 insertion(+), 17 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>