On Thu, Mar 26, 2015 at 06:38:20PM +0100, Paolo Bonzini wrote:
> ram_addr_t is an internal interface, everyone should go through
> MemoryRegion. Clean it up by making rom_add_blob return a
> MemoryRegion* and using the new qemu_ram_resize infrastructure.
>
> Cc: Michael S. Tsirkin
> Signed-off-b
ram_addr_t is an internal interface, everyone should go through
MemoryRegion. Clean it up by making rom_add_blob return a
MemoryRegion* and using the new qemu_ram_resize infrastructure.
Cc: Michael S. Tsirkin
Signed-off-by: Paolo Bonzini
---
hw/core/loader.c | 8
hw/i386/acpi-bui