commit | 52aef7bba74a65d0c9fbec7a6559cc8385ab0e17 | [log] [tgz] |
---|---|---|
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | Thu Jun 05 23:17:35 2014 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jul 01 10:20:41 2014 +0200 |
tree | df74763b6e70607912bf33303a3473f9b9a0dbf4 | |
parent | d33382da9abe21cb42f26b55945845b56ce9324a [diff] |
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>