Re: [Qemu-devel] [PATCH 1/2] hw/usb/tusb6010: Convert away from old_mmio

2018-05-01 Thread Richard Henderson
On 04/27/2018 10:36 AM, Peter Maydell wrote: > Convert the tusb6010 device away from using the old_mmio field > of MemoryRegionOps. This device is used only in the n800 and n810 > boards. > > Signed-off-by: Peter Maydell > --- > hw/usb/tusb6010.c | 40 >

[Qemu-devel] [PATCH 1/2] hw/usb/tusb6010: Convert away from old_mmio

2018-04-27 Thread Peter Maydell
Convert the tusb6010 device away from using the old_mmio field of MemoryRegionOps. This device is used only in the n800 and n810 boards. Signed-off-by: Peter Maydell --- hw/usb/tusb6010.c | 40 1 file changed, 36 insertions(+), 4 deletions(-) diff --git