pc: future-proof migration-compatibility of ACPI tables
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Jul 2014 15:34:16 +0000 (17:34 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 29 Jul 2014 10:26:12 +0000 (12:26 +0200)
commit18045fb9f457a0f0cba2bd113c748a2dcb4ed39e
tree865890d54e44a6d7532474ac43141a69d676ba8c
parent093a35e5fc0c60508e8c754ae81572090365723d
pc: future-proof migration-compatibility of ACPI tables

This patch avoids that similar changes break QEMU again in the future.
QEMU will now hard-code 64k as the maximum ACPI table size, which
(despite being an order of magnitude smaller than 640k) should be enough
for everyone.

Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c