Re: [Qemu-devel] [RFC v1 06/25] memory: MemoryRegion: Add container and addr props

2014-05-26 Thread Peter Crosthwaite
On Fri, May 16, 2014 at 11:53 AM, Peter Crosthwaite wrote: > Expose the already existing .parent and .addr fields as QOM properties. > Setting the address will cause the memory subregion adding to happen if > it has not already. If the memory region is already contained, then > change it's address

[Qemu-devel] [RFC v1 06/25] memory: MemoryRegion: Add container and addr props

2014-05-15 Thread Peter Crosthwaite
Expose the already existing .parent and .addr fields as QOM properties. Setting the address will cause the memory subregion adding to happen if it has not already. If the memory region is already contained, then change it's address as per the established memory_region_set_address() semantics. Sign