Re: [Qemu-devel] [PATCH 2/3] memory: Remove MMIO request_ptr APIs

2018-08-20 Thread KONRAD Frederic
Le 08/17/2018 à 01:46 PM, Peter Maydell a écrit : Remove the obsolete MMIO request_ptr APIs; they have no users now. Signed-off-by: Peter Maydell Reviewed-by: KONRAD Frederic --- include/exec/memory.h | 35 -- memory.c | 110

Re: [Qemu-devel] [PATCH 2/3] memory: Remove MMIO request_ptr APIs

2018-08-17 Thread Alistair Francis
On Fri, Aug 17, 2018 at 4:46 AM, Peter Maydell wrote: > Remove the obsolete MMIO request_ptr APIs; they have no > users now. > > Signed-off-by: Peter Maydell Reviewed-by: Alistair Francis Alistair > --- > include/exec/memory.h | 35 -- > memory.c | 110 -

[Qemu-devel] [PATCH 2/3] memory: Remove MMIO request_ptr APIs

2018-08-17 Thread Peter Maydell
Remove the obsolete MMIO request_ptr APIs; they have no users now. Signed-off-by: Peter Maydell --- include/exec/memory.h | 35 -- memory.c | 110 -- 2 files changed, 145 deletions(-) diff --git a/include/exec/memory.h b/include/