Re: [PATCH 1/3] hw/net/e1000: Add readops/writeops typedefs

2020-03-05 Thread Dmitry Fleytman
> On 5 Mar 2020, at 3:04, Philippe Mathieu-Daudé wrote: > > Express the macreg[] arrays using typedefs. > No logical changes introduced here. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Dmitry Fleytman > --- > hw/net/e1000.c | 6 -- > hw/net/e1000e_core.c | 6 -- >

[PATCH 1/3] hw/net/e1000: Add readops/writeops typedefs

2020-03-04 Thread Philippe Mathieu-Daudé
Express the macreg[] arrays using typedefs. No logical changes introduced here. Signed-off-by: Philippe Mathieu-Daudé --- hw/net/e1000.c | 6 -- hw/net/e1000e_core.c | 6 -- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/hw/net/e1000.c b/hw/net/e1000.c index 0b833d5