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é <phi...@linaro.org> > 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é <phi...@linaro.org> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > --- > hw/net/vmxnet3.c | 11 +---------- > 1 file changed, 1 insertion(+), 10 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>