Re: [Qemu-devel] [RFC v1 07/22] memory: maintain a list of address spaces

2012-10-04 Thread Anthony Liguori
Avi Kivity writes: > Instead of embedding knowledge of the memory and I/O address spaces in the > memory core, maintain a list of all address spaces. This list will later > be extended dynamically for other but masters. > > Signed-off-by: Avi Kivity Reviewed-by: Anthony Liguori Regards, Ant

Re: [Qemu-devel] [RFC v1 07/22] memory: maintain a list of address spaces

2012-10-04 Thread Avi Kivity
On 10/04/2012 12:17 PM, Gleb Natapov wrote: > On Wed, Oct 03, 2012 at 06:03:50PM +0200, Avi Kivity wrote: >> Instead of embedding knowledge of the memory and I/O address spaces in the >> memory core, maintain a list of all address spaces. This list will later >> be extended dynamically for other b

Re: [Qemu-devel] [RFC v1 07/22] memory: maintain a list of address spaces

2012-10-04 Thread Gleb Natapov
On Wed, Oct 03, 2012 at 06:03:50PM +0200, Avi Kivity wrote: > Instead of embedding knowledge of the memory and I/O address spaces in the > memory core, maintain a list of all address spaces. This list will later > be extended dynamically for other but masters. ^

[Qemu-devel] [RFC v1 07/22] memory: maintain a list of address spaces

2012-10-03 Thread Avi Kivity
Instead of embedding knowledge of the memory and I/O address spaces in the memory core, maintain a list of all address spaces. This list will later be extended dynamically for other but masters. Signed-off-by: Avi Kivity --- memory.c | 75 +++-