]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
acpi: strip compiler info in built-in DSDT if any
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 3 Oct 2013 13:06:24 +0000 (16:06 +0300)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 20 Nov 2013 01:40:23 +0000 (20:40 -0500)
commit62335436b649aea80242b6961f23c59b8f989f73
treea223cb9860371f4fe435fe52c22f6d9186b13f80
parentce39bd40318203dd30faa1721951596c188e233c
acpi: strip compiler info in built-in DSDT if any

IASL stores it's revision in each table header it generates.
That's a problem since guests see a change each time
they move between hypervisors.
We generally fill our own info for tables,
but we forgot to do this for the built-in DSDT.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
src/fw/acpi.c