Re: [Qemu-devel] [PATCH] acpi: strip compiler info in built-in DSDT

2013-11-14 Thread Marcel Apfelbaum
On Thu, 2013-11-14 at 14:01 +0200, Michael S. Tsirkin wrote: > IASL stores it's revision in each table header it generates. > That's not nice since guests will see a change each time > they move between hypervisors. > We generally fill our own info for tables, > but we (and seabios) forgot to do th

[Qemu-devel] [PATCH] acpi: strip compiler info in built-in DSDT

2013-11-14 Thread Michael S. Tsirkin
IASL stores it's revision in each table header it generates. That's not nice since guests will see a change each time they move between hypervisors. We generally fill our own info for tables, but we (and seabios) forgot to do this for the built-in DSDT. Signed-off-by: Michael S. Tsirkin --- Prob