]> git.proxmox.com Git - mirror_qemu.git/commit
memory: MemoryRegion: Add size property
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Fri, 6 Jun 2014 06:17:35 +0000 (23:17 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 1 Jul 2014 08:20:41 +0000 (10:20 +0200)
commit52aef7bba74a65d0c9fbec7a6559cc8385ab0e17
treedf74763b6e70607912bf33303a3473f9b9a0dbf4
parentd33382da9abe21cb42f26b55945845b56ce9324a
memory: MemoryRegion: Add size property

To allow devices to dynamically resize the device. The motivation is
to allow devices with variable size to init their memory_region
without size early and then correctly populate size at realize() time.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
memory.c