Re: [Qemu-devel] [PATCH 2/2] hw/net/smc91c111: Convert away from old_mmio

2018-05-01 Thread Richard Henderson
On 04/27/2018 10:36 AM, Peter Maydell wrote: > Convert the smc91c111 device away from using the old_mmio field of > MemoryRegionOps. This device is used by several Arm board models. > > Signed-off-by: Peter Maydell > --- > hw/net/smc91c111.c | 54 +- >

[Qemu-devel] [PATCH 2/2] hw/net/smc91c111: Convert away from old_mmio

2018-04-27 Thread Peter Maydell
Convert the smc91c111 device away from using the old_mmio field of MemoryRegionOps. This device is used by several Arm board models. Signed-off-by: Peter Maydell --- hw/net/smc91c111.c | 54 +- 1 file changed, 25 insertions(+), 29 deletions(-) diff --