On Tue, May 06, 2025 at 04:38:52PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:38:52 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 06/19] hw/net/e1000: Remove unused E1000_FLAG_MAC flag > X-Mailer: git-send-email 2.47.1 > > E1000_FLAG_MAC was only used by the hw_compat_2_4[] array, > via the 'extra_mac_registers=off' property. We removed all > machines using that array, lets remove all the code around > E1000_FLAG_MAC, including the MAC_ACCESS_FLAG_NEEDED enum, > similarly to commit fa4ec9ffda7 ("e1000: remove old > compatibility code"). > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > --- > hw/net/e1000.c | 72 ++++++++++---------------------------------------- > 1 file changed, 14 insertions(+), 58 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>