On Tue, May 06, 2025 at 04:39:04PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:39:04 +0200 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v3 18/19] hw/net/vmxnet3: Remove > VMXNET3_COMPAT_FLAG_DISABLE_PCIE definition > X-Mailer: git-send-email 2.47.1 > > VMXNET3_COMPAT_FLAG_DISABLE_PCIE 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 VMXNET3_COMPAT_FLAG_DISABLE_PCIE. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Daniel P. Berrangé <[email protected]> > --- > hw/net/vmxnet3.c | 11 +---------- > 1 file changed, 1 insertion(+), 10 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
