]> git.proxmox.com Git - mirror_qemu.git/commit
pc: acpi: force FADT rev1 for 440fx based machine types
authorIgor Mammedov <imammedo@redhat.com>
Mon, 24 Jul 2017 13:50:20 +0000 (15:50 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 1 Aug 2017 21:13:26 +0000 (00:13 +0300)
commit3a3fcc75f92ab0d71ba0e7511af7dc575c4b4f6c
treed9e14c505ff72212e92113b5829e9bf4b69ddc21
parent208fa0e43645edd0b0d8f838857dfc79daff40a8
pc: acpi: force FADT rev1 for 440fx based machine types

w2k used to boot on QEMU until revision of FADT has
been bumped to rev3
(commit 77af8a2b hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.)

Keep PC machine at rev1 to remain compatible and Q35
at rev3 where w2k isn't supported anyway so OSX could
run as well.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Tested-by: John Arbuckle <programmingkidx@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c