aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-27i386/acpi: fix inconsistent QEMU/OVMF device pathsMichael S. Tsirkin1-2/+2
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron1-3/+1
2020-06-24acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.Gerd Hoffmann1-11/+0
2020-06-24acpi: drop build_piix4_pm()Gerd Hoffmann1-16/+0
2020-06-24acpi: drop serial/parallel enable bits from dsdtGerd Hoffmann1-23/+0
2020-06-24acpi: simplify build_isa_devices_aml()Gerd Hoffmann1-10/+6
2020-06-24acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann1-23/+1
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann1-39/+0
2020-06-24acpi: move aml builder code for floppy deviceGerd Hoffmann1-83/+0
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+43
2020-06-12acpi: madt: skip pci override on pci-less systems.Gerd Hoffmann1-1/+1
2020-06-12acpi: create acpi-common.c and move madt codeGerd Hoffmann1-123/+3
2020-06-12acpi: make build_madt() more generic.Gerd Hoffmann1-7/+7
2020-06-10i386: Hyper-V VMBus ACPI DSDT entryJon Doron1-0/+43
2020-06-09acpi: Move build_tpm2() in the generic partEric Auger1-44/+0
2020-06-09acpi: Convert build_tpm2() to build_append* APIEric Auger1-9/+19
2020-06-09acpi: tpm: Do not build TCPA table for TPM 2Stefan Berger1-4/+8
2020-06-09acpi: move aml builder code for parallel deviceGerd Hoffmann1-23/+0
2020-06-09acpi: parallel: don't use _STA methodGerd Hoffmann1-21/+8
2020-06-09acpi: move aml builder code for serial deviceGerd Hoffmann1-32/+0
2020-06-09acpi: serial: don't use _STA methodGerd Hoffmann1-24/+8
2020-06-09acpi: move aml builder code for rtc deviceGerd Hoffmann1-17/+0
2020-06-09hw/acpi/nvdimm: add a helper to augment SRAT generationVishal Verma1-0/+5
2020-05-04acpi: Add Windows ACPI Emulated Device Table (WAET)Liran Alon1-0/+31
2020-05-04nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee1-0/+6
2020-05-04acpi: add ISADeviceClass->build_aml()Gerd Hoffmann1-0/+1
2020-05-04acpi: drop pointless _STA methodGerd Hoffmann1-11/+3
2020-04-13acpi: Use macro for table-loader file nameShameer Kolothum1-1/+1
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann1-1/+1
2020-03-09hw/i386: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé1-0/+1
2020-03-05tpm: rename TPM_TIS into TPM_TIS_ISAEric Auger1-3/+3
2020-01-22i386:acpi: Remove _HID from the SMBus ACPI entryCorey Minyard1-1/+0
2020-01-05hmat acpi: Build Memory Proximity Domain Attributes Structure(s)Liu Jingqi1-0/+5
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini1-0/+1
2019-11-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-7/+120
2019-11-05hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé1-1/+1
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé1-2/+1
2019-11-05hw/i386: AMD-Vi IVRS DMA alias supportAlex Williamson1-7/+120
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini1-12/+17
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini1-12/+17
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum1-1/+6
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard1-0/+15
2019-09-20ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard1-1/+1
2019-09-03numa: move numa global variable have_numa_distance into MachineStateTao Xu1-1/+1
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-25i386/acpi: show PCI Express bus on pxb-pcie expandersEvgeny Yakovlev1-1/+4