On Tue, May 06, 2025 at 04:39:00PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:39:00 +0200 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v3 14/19] hw/scsi/vmw_pvscsi: Remove > PVSCSI_COMPAT_OLD_PCI_CONFIGURATION definition > X-Mailer: git-send-email 2.47.1 > > PVSCSI_COMPAT_OLD_PCI_CONFIGURATION was only used by the > hw_compat_2_5[] array, via the 'x-old-pci-configuration=on' > property. We removed all machines using that array, lets remove > all the code around PVSCSI_COMPAT_OLD_PCI_CONFIGURATION. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Daniel P. Berrangé <[email protected]> > Reviewed-by: Thomas Huth <[email protected]> > --- > hw/scsi/vmw_pvscsi.c | 26 +++++++------------------- > 1 file changed, 7 insertions(+), 19 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
