Background: - https://bugzilla.redhat.com/show_bug.cgi?id=1248758 - http://thread.gmane.org/gmane.comp.emulators.qemu/358854 - https://github.com/tianocore/edk2/issues/5
This matters mostly for Win7 installations that were converted with p2v. Testing feedback from such environments would be appreciated. Cc: "Michael S. Tsirkin" <m...@redhat.com> Cc: Aleksei Kovura <alex3...@zoho.com> Cc: Igor Mammedov <imamm...@redhat.com> Cc: Michael Tokarev <m...@tls.msk.ru> Cc: Paolo Bonzini <pbonz...@redhat.com> Cc: Richard W.M. Jones <rjo...@redhat.com> Cc: Shannon Zhao <zhaoshengl...@huawei.com> Cc: Xiao Guangrong <guangrong.x...@linux.intel.com> Thanks Laszlo Laszlo Ersek (4): acpi: take oem_id in build_header(), optionally acpi: expose oem_id and oem_table_id in build_rsdt() acpi: stash the OEM ID and OEM Table ID fields from an external SLIC table pc: set the OEM fields in the RSDT and the FADT from the SLIC include/hw/acpi/acpi.h | 2 ++ include/hw/acpi/aml-build.h | 5 +++-- include/hw/i386/pc.h | 2 ++ hw/acpi/aml-build.c | 14 ++++++++++---- hw/acpi/core.c | 18 ++++++++++++++++++ hw/acpi/nvdimm.c | 4 ++-- hw/arm/virt-acpi-build.c | 14 +++++++------- hw/i386/acpi-build.c | 40 +++++++++++++++++++++++++++------------- hw/i386/pc.c | 19 +++++++++++++++++++ qemu-options.hx | 10 +++++++++- 10 files changed, 99 insertions(+), 29 deletions(-) -- 1.8.3.1