Il 25/11/2013 22:05, Michael S. Tsirkin ha scritto: >> > Signed-off-by: Marcelo Tosatti <mtosa...@redhat.com> >> > [Reorganize code, keep same logic. - Paolo] >> > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > BTW how about a unit-test for this? > Can be something along the lines of the acpi tests: > run BIOS, probe what it reported. >
No, it can't because the change is not guest visible. It is not enabled for machine types <=1.8 due to migration compatibility (the migration stream uses offsets within the RAM block, and these change), but there is no difference from the guest point of view. Paolo