On Tue, May 06, 2025 at 04:39:01PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:39:01 +0200 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v3 15/19] hw/scsi/vmw_pvscsi: Remove > PVSCSI_COMPAT_DISABLE_PCIE_BIT definition > X-Mailer: git-send-email 2.47.1 > > PVSCSI_COMPAT_DISABLE_PCIE_BIT was only used by the > hw_compat_2_5[] array, via the 'x-disable-pcie=on' property. > We removed all machines using that array, lets remove all the > code around PVSCSI_COMPAT_DISABLE_PCIE_BIT, including the now > unused PVSCSIState::compat_flags field. > > 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 | 30 +----------------------------- > 1 file changed, 1 insertion(+), 29 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
