acpi-build: tweak acpi migration limits
commit868270f23d8db2cce83e4f082fe75e8625a5fbf9
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 28 Jul 2014 21:07:11 +0000 (28 23:07 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 29 Jul 2014 10:26:12 +0000 (29 12:26 +0200)
tree9e2f96b55831509a803d9d3fae35a14a812da352
parent18045fb9f457a0f0cba2bd113c748a2dcb4ed39e
acpi-build: tweak acpi migration limits

- Tweak error message for legacy machine type:
  Basically if table size exceeds the limits we set all
  bets are off for migration: e.g. it can start failing even
  within given qemu minor version simply because of a bugfix.
- Increase table size to 128k.
- Make sure we notice it long before we start getting close to the
  128k limit: warn at 64k.
- Don't fail if we exceed the limit: most people don't care about
  migration, even less people care about cross version miration.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/acpi-build.c