Re: [Qemu-devel] [PATCH 12/12] hw: move memory API to hw/core

2013-04-11 Thread Michael S. Tsirkin
On Thu, Apr 11, 2013 at 08:18:52PM +0200, Paolo Bonzini wrote: > Il 11/04/2013 19:14, Peter Maydell ha scritto: > > On 11 April 2013 18:09, Paolo Bonzini wrote: > >> Il 11/04/2013 18:28, Peter Maydell ha scritto: > >>> On 11 April 2013 17:10, Paolo Bonzini wrote: > > Signed-off-by: Paolo Bonz

Re: [Qemu-devel] [PATCH 12/12] hw: move memory API to hw/core

2013-04-11 Thread Paolo Bonzini
Il 11/04/2013 19:14, Peter Maydell ha scritto: > On 11 April 2013 18:09, Paolo Bonzini wrote: >> Il 11/04/2013 18:28, Peter Maydell ha scritto: >>> On 11 April 2013 17:10, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini >>> This doesn't look right. The MemoryRegion system isn't >>> hw-sp

Re: [Qemu-devel] [PATCH 12/12] hw: move memory API to hw/core

2013-04-11 Thread Peter Maydell
On 11 April 2013 18:09, Paolo Bonzini wrote: > Il 11/04/2013 18:28, Peter Maydell ha scritto: >> On 11 April 2013 17:10, Paolo Bonzini wrote: >>> > Signed-off-by: Paolo Bonzini >> This doesn't look right. The MemoryRegion system isn't >> hw-specific, it's a part of the basic QEMU emulation >> sy

Re: [Qemu-devel] [PATCH 12/12] hw: move memory API to hw/core

2013-04-11 Thread Paolo Bonzini
Il 11/04/2013 18:28, Peter Maydell ha scritto: > On 11 April 2013 17:10, Paolo Bonzini wrote: >> > Signed-off-by: Paolo Bonzini > This doesn't look right. The MemoryRegion system isn't > hw-specific, it's a part of the basic QEMU emulation > system which provides functionality to hw/ and other >

Re: [Qemu-devel] [PATCH 12/12] hw: move memory API to hw/core

2013-04-11 Thread Michael S. Tsirkin
On Thu, Apr 11, 2013 at 05:28:35PM +0100, Peter Maydell wrote: > On 11 April 2013 17:10, Paolo Bonzini wrote: > > Signed-off-by: Paolo Bonzini > > This doesn't look right. The MemoryRegion system isn't > hw-specific, it's a part of the basic QEMU emulation > system which provides functionality t

Re: [Qemu-devel] [PATCH 12/12] hw: move memory API to hw/core

2013-04-11 Thread Peter Maydell
On 11 April 2013 17:10, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini This doesn't look right. The MemoryRegion system isn't hw-specific, it's a part of the basic QEMU emulation system which provides functionality to hw/ and other things (like cputlb.c). -- PMM

[Qemu-devel] [PATCH 12/12] hw: move memory API to hw/core

2013-04-11 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- Makefile.target | 4 ++-- hw/core/Makefile.objs| 3 +++ ioport.c => hw/core/ioport.c | 0 memory.c => hw/core/memory.c | 0 4 files changed, 5 insertions(+), 2 deletions(-) rename ioport.c => hw/core/ioport.c (100%) rename memory.c => hw/cor