]> Git Repo - qemu.git/commit
acpi-build: make ROMs RAM blocks resizeable
authorMichael S. Tsirkin <[email protected]>
Mon, 17 Nov 2014 05:51:50 +0000 (07:51 +0200)
committerMichael S. Tsirkin <[email protected]>
Thu, 8 Jan 2015 11:17:55 +0000 (13:17 +0200)
commita1666142db623365b2e7619f01c1cbb72d62b514
tree247c5ef8bb30fd4bc85e6ee8658dc179f4eeb387
parent60786ef33928332ccef21f99503f56d781fade0c
acpi-build: make ROMs RAM blocks resizeable

Use resizeable ram API so we can painlessly extend ROMs in the
future.  Note: migration is not affected, as we are
not actually changing the used length for RAM, which
is the part that's migrated.

Use this in acpi: reserve x16 more RAM space.

Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
hw/core/loader.c
hw/i386/acpi-build.c
hw/lm32/lm32_hwsetup.h
include/hw/loader.h
This page took 0.026478 seconds and 4 git commands to generate.