Re: [Qemu-devel] [PATCH 02/22] acpi-build: remove dependency from ram_addr.h

2015-03-28 Thread Michael S. Tsirkin
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

[Qemu-devel] [PATCH 02/22] acpi-build: remove dependency from ram_addr.h

2015-03-26 Thread Paolo Bonzini
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