Re: [Qemu-devel] [PATCH 2/4] acpi-build: fix ACPI RAM management

2015-02-17 Thread Michael S. Tsirkin
On Tue, Feb 17, 2015 at 02:52:08PM +0100, Igor Mammedov wrote: > On Tue, 17 Feb 2015 11:05:39 +0100 > "Michael S. Tsirkin" wrote: > > > This fixes multiple issues around ACPI RAM management: > > > > RSDP and linker RAM aren't currently marked dirty > > on update, so they won't be migrated correc

Re: [Qemu-devel] [PATCH 2/4] acpi-build: fix ACPI RAM management

2015-02-17 Thread Igor Mammedov
On Tue, 17 Feb 2015 11:05:39 +0100 "Michael S. Tsirkin" wrote: > This fixes multiple issues around ACPI RAM management: > > RSDP and linker RAM aren't currently marked dirty > on update, so they won't be migrated correctly. > > Let's handle all tables in the same way: set correct size (assert i

[Qemu-devel] [PATCH 2/4] acpi-build: fix ACPI RAM management

2015-02-17 Thread Michael S. Tsirkin
This fixes multiple issues around ACPI RAM management: RSDP and linker RAM aren't currently marked dirty on update, so they won't be migrated correctly. Let's handle all tables in the same way: set correct size (assert if too big), update, mark RAM dirty. This also drops assert checking that tab