summaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)Author
2022-07-26acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()Robert Hoo
2022-06-28trivial typos: namesapceDr. David Alan Gilbert
2022-06-23hw/acpi: Make the PCI hot-plug aware of SR-IOVŁukasz Gieryk
2022-06-16acpi/erst: fix fallthrough code upon validation failureAni Sinha
2022-06-11hw/acpi/piix4: remove unused piix4_pm_initfn() functionMark Cave-Ayland
2022-06-11hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland
2022-06-11hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland
2022-06-11hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland
2022-06-11hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland
2022-06-11hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland
2022-06-11hw/acpi/piix4: convert smm_enabled bool to qdev propertyMark Cave-Ayland
2022-06-11hw/acpi/piix4: change smm_enabled from int to boolMark Cave-Ayland
2022-06-11hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_real...Mark Cave-Ayland
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-06-09hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_busMark Cave-Ayland
2022-06-09hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI tableMark Cave-Ayland
2022-06-09hw/acpi/viot: move the individual PCI host bridge entry generation to a new f...Mark Cave-Ayland
2022-06-09hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges()Mark Cave-Ayland
2022-06-09hw/acpi/cxl: Pass in the CXLState directly rather than MachineStateJonathan Cameron
2022-06-09acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptorsIgor Mammedov
2022-06-09ipmi: acpi: use relative path to resource sourceIgor Mammedov
2022-06-09acpi: add interface to build device specific AMLIgor Mammedov
2022-06-08Fix 'writeable' typosPeter Maydell
2022-05-13acpi/cxl: Introduce CFMWS structures in CEDTBen Widawsky
2022-05-13acpi/cxl: Create the CEDT (9.14.1)Ben Widawsky
2022-05-13acpi/cxl: Add _OSC implementation (9.14.2)Ben Widawsky
2022-05-09hw/acpi/aml-build: Use existing CPU topology to build PPTT tableGavin Shan
2022-04-06acpi: fix acpi_index migrationDr. David Alan Gilbert
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-06hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani
2022-03-06acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov
2022-03-04hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macroAni Sinha
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell
2022-02-21configure, meson: move TPM check to mesonPaolo Bonzini
2022-02-21hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' headerPhilippe Mathieu-Daudé
2022-02-06ACPI ERST: build the ACPI ERST tableEric DeVolder
2022-02-06ACPI ERST: support for ACPI ERST featureEric DeVolder
2022-02-04acpi: fix OEM ID/OEM Table ID paddingIgor Mammedov
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-20hw/acpi/aml-build: Support cluster level in PPTT generationYanan Wang
2022-01-20hw/acpi/aml-build: Improve scalability of PPTT generationYanan Wang
2022-01-07acpihp: simplify acpi_pcihp_disable_root_busAni Sinha
2022-01-07acpi: fix QEMU crash when started with SLIC tableIgor Mammedov
2022-01-06acpi: validate hotplug selector on accessMichael S. Tsirkin
2021-11-28failover: fix unplug pending detectionLaurent Vivier
2021-11-15hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova
2021-11-01hw/acpi: Add VIOT tableJean-Philippe Brucker
2021-10-21hw/acpi/aml-build: Add PPTT tableAndrew Jones
2021-10-20hw/acpi/aml-build: Add Processor hierarchy node structureYanan Wang