commit | a1666142db623365b2e7619f01c1cbb72d62b514 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Nov 17 07:51:50 2014 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Jan 08 13:17:55 2015 +0200 |
tree | 247c5ef8bb30fd4bc85e6ee8658dc179f4eeb387 | |
parent | 60786ef33928332ccef21f99503f56d781fade0c [diff] |
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 <mst@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>