Re: [Qemu-devel] [PATCH v2 5/4] pc: introduce new ACPI table sizing algorithm

2015-01-19 Thread Michael S. Tsirkin
On Wed, Dec 24, 2014 at 05:07:39PM +0100, Paolo Bonzini wrote: > Add padding after the DSDT. Tables that vary depending on the > command-line arguments will have to be byte-equivalent across QEMU > versions >= 2.2, while fixed tables (including the DSDT) can be > changed freely. > > Signed-off-by

[Qemu-devel] [PATCH v2 5/4] pc: introduce new ACPI table sizing algorithm

2014-12-24 Thread Paolo Bonzini
Add padding after the DSDT. Tables that vary depending on the command-line arguments will have to be byte-equivalent across QEMU versions >= 2.2, while fixed tables (including the DSDT) can be changed freely. Signed-off-by: Paolo Bonzini --- hw/i386/acpi-build.c | 19 +++ hw/i38