qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] set the OEM fields in the RSDT and the FADT fro


From: Laszlo Ersek
Subject: [Qemu-devel] [PATCH 0/4] set the OEM fields in the RSDT and the FADT from the SLIC
Date: Thu, 14 Jan 2016 02:36:53 +0100

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" <address@hidden>
Cc: Aleksei Kovura <address@hidden>
Cc: Igor Mammedov <address@hidden>
Cc: Michael Tokarev <address@hidden>
Cc: Paolo Bonzini <address@hidden>
Cc: Richard W.M. Jones <address@hidden>
Cc: Shannon Zhao <address@hidden>
Cc: Xiao Guangrong <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]