Re: [Qemu-devel] [PATCH 1/3] memory: Remove old_mmio accessors

2018-08-25 Thread Richard Henderson
On 08/24/2018 10:04 AM, Peter Maydell wrote: > Now that all the users of old_mmio MemoryRegion accessors > have been converted, we can remove the core code support. > > Signed-off-by: Peter Maydell > --- > docs/devel/memory.txt | 2 -- > include/exec/memory.h | 5 > memory.c

[Qemu-devel] [PATCH 1/3] memory: Remove old_mmio accessors

2018-08-24 Thread Peter Maydell
Now that all the users of old_mmio MemoryRegion accessors have been converted, we can remove the core code support. Signed-off-by: Peter Maydell --- docs/devel/memory.txt | 2 -- include/exec/memory.h | 5 memory.c | 64 ++- 3 files cha