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é <phi...@linaro.org> > 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é <phi...@linaro.org> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > Reviewed-by: Thomas Huth <th...@redhat.com> > --- > hw/scsi/vmw_pvscsi.c | 30 +----------------------------- > 1 file changed, 1 insertion(+), 29 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>