qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ACPI related fixes
@ 2021-02-04  8:04 isaku.yamahata
  2021-02-04  8:04 ` [PATCH 1/4] acpi/core: always set SCI_EN when SMM isn't supported isaku.yamahata
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: isaku.yamahata @ 2021-02-04  8:04 UTC (permalink / raw)
  To: qemu-devel, imammedo, mst, marcel.apfelbaum; +Cc: Isaku Yamahata

From: Isaku Yamahata <isaku.yamahata@intel.com>

Miscellaneous bug fixes related to ACPI to play nice with guest BIOSes/OSes
by conforming to ACPI spec better.

Isaku Yamahata (3):
  acpi/core: always set SCI_EN when SMM isn't supported
  acpi: set fadt.smi_cmd to zero when SMM is not supported
  hw/i386: declare ACPI mother board resource for MMCONFIG region

Sean Christopherson (1):
  i386: acpi: Don't build HPET ACPI entry if HPET is disabled

 hw/acpi/core.c         |  11 ++-
 hw/acpi/ich9.c         |   2 +-
 hw/acpi/piix4.c        |   3 +-
 hw/i386/acpi-build.c   | 188 +++++++++++++++++++++++++++++++++++++++--
 hw/isa/vt82c686.c      |   2 +-
 include/hw/acpi/acpi.h |   4 +-
 6 files changed, 200 insertions(+), 10 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-05 13:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-04  8:04 [PATCH 0/4] ACPI related fixes isaku.yamahata
2021-02-04  8:04 ` [PATCH 1/4] acpi/core: always set SCI_EN when SMM isn't supported isaku.yamahata
2021-02-04  8:04 ` [PATCH 2/4] acpi: set fadt.smi_cmd to zero when SMM is not supported isaku.yamahata
2021-02-04  8:04 ` [PATCH 3/4] hw/i386: declare ACPI mother board resource for MMCONFIG region isaku.yamahata
2021-02-04  8:04 ` [PATCH 4/4] i386: acpi: Don't build HPET ACPI entry if HPET is disabled isaku.yamahata
2021-02-04  8:56   ` Philippe Mathieu-Daudé
2021-02-04  8:15 ` [PATCH 0/4] ACPI related fixes no-reply
2021-02-05 13:48 ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).