On Tue, May 06, 2025 at 04:39:03PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:39:03 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 17/19] hw/net/vmxnet3: Remove > VMXNET3_COMPAT_FLAG_OLD_MSI_OFFSETS definition > X-Mailer: git-send-email 2.47.1 > > VMXNET3_COMPAT_FLAG_OLD_MSI_OFFSETS was only used by the > hw_compat_2_5[] array, via the 'x-old-msi-offsets=on' property. > We removed all machines using that array, lets remove all the > code around VMXNET3_COMPAT_FLAG_OLD_MSI_OFFSETS. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > --- > hw/net/vmxnet3.c | 20 ++++++-------------- > 1 file changed, 6 insertions(+), 14 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>