Re: [Qemu-devel] [RFC v1 05/25] memory: MemoryRegion: Add contained flag

2014-05-27 Thread Peter Crosthwaite
On Fri, May 16, 2014 at 11:52 AM, Peter Crosthwaite wrote: > Rather than use the .parent == NULL check to determine if a memory > region is contained, add a purpose specific boolean flag. This allows > for .parent to be easily converted to a link property while preserving > all the semantics of th

[Qemu-devel] [RFC v1 05/25] memory: MemoryRegion: Add contained flag

2014-05-15 Thread Peter Crosthwaite
Rather than use the .parent == NULL check to determine if a memory region is contained, add a purpose specific boolean flag. This allows for .parent to be easily converted to a link property while preserving all the semantics of the legacy API. Signed-off-by: Peter Crosthwaite --- include/exec/