Re: [Qemu-devel] [PATCH] hw/intc/apic: Switch away from old_mmio

2018-08-20 Thread Paolo Bonzini
On 03/08/2018 12:19, Peter Maydell wrote: > Switch the apic away from using the old_mmio MemoryRegionOps > accessor functions. > > Signed-off-by: Peter Maydell > --- > I think this is the last old_mmio user. We can clean up the > core code once all the on-list patches get into master. > --- > hw

Re: [Qemu-devel] [PATCH] hw/intc/apic: Switch away from old_mmio

2018-08-20 Thread Peter Maydell
On 3 August 2018 at 11:19, Peter Maydell wrote: > Switch the apic away from using the old_mmio MemoryRegionOps > accessor functions. > > Signed-off-by: Peter Maydell > --- > I think this is the last old_mmio user. We can clean up the > core code once all the on-list patches get into master. > ---

Re: [Qemu-devel] [PATCH] hw/intc/apic: Switch away from old_mmio

2018-08-03 Thread Philippe Mathieu-Daudé
On 08/03/2018 07:19 AM, Peter Maydell wrote: > Switch the apic away from using the old_mmio MemoryRegionOps > accessor functions. > > Signed-off-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé > --- > I think this is the last old_mmio user. We can clean up the > core code once all the on

[Qemu-devel] [PATCH] hw/intc/apic: Switch away from old_mmio

2018-08-03 Thread Peter Maydell
Switch the apic away from using the old_mmio MemoryRegionOps accessor functions. Signed-off-by: Peter Maydell --- I think this is the last old_mmio user. We can clean up the core code once all the on-list patches get into master. --- hw/intc/apic.c | 42 ++