- 60053ab hw/acpi: remove break after g_assert_not_reached() by Pierrick Bouvier · 5 months ago
- 3f46ff1 hw/acpi: replace assert(0) with g_assert_not_reached() by Pierrick Bouvier · 5 months ago
- e3d0814 hw: Use device_class_set_legacy_reset() instead of opencoding by Peter Maydell · 6 months ago
- 6e3c2d5 hw/acpi/ich9: Add periodic and swsmi timer by Dominic Prinz · 6 months ago
- efdb43b hw/acpi: Update CPUs AML with cpu-(ctrl)dev change by Salil Mehta · 8 months ago
- 549c9a9 hw/acpi: Update GED _EVT method AML with CPU scan by Salil Mehta · 8 months ago
- 06f1f49 hw/acpi: Update ACPI GED framework to support vCPU Hotplug by Salil Mehta · 8 months ago
- 2f1a85d hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file by Salil Mehta · 8 months ago
- 2529ea2 hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug' by Philippe Mathieu-Daudé · 11 months ago
- d0226c5 hw/acpi/ich9: Remove 'memory-hotplug-support' property by Philippe Mathieu-Daudé · 11 months ago
- 0f910b8 hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR event by Philippe Mathieu-Daudé · 9 months ago
- 74e2845 hmat acpi: Fix out of bounds access due to missing use of indirection by Jonathan Cameron · 12 months ago
- 2eb6672 hmat acpi: Do not add Memory Proximity Domain Attributes Structure targetting non existent memory. by Jonathan Cameron · 12 months ago
- 0a5b5ac hw/acpi: Implement the SRAT GI affinity structure by Ankit Agrawal · 12 months ago
- b64b7ed qom: new object to associate device to NUMA node by Ankit Agrawal · 12 months ago
- 7dd0b07 hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location by Sia Jee Heng · 1 year, 1 month ago
- a722c0b hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h' by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 480c9b2 hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h' by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 05470c3 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 1 year, 2 months ago
- 0d66549 meson: remove CONFIG_ALL by Paolo Bonzini · 1 year, 6 months ago
- c559ba5 hw/acpi: Constify VMState by Richard Henderson · 1 year, 2 months ago
- 45e4880 hw/acpi: propagate vcpu hotplug after switch to modern interface by Aaron Young · 1 year, 3 months ago
- 20bc501 hw/acpi/erst: Do not ignore Error* in realize handler by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 1b4a5a2 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 1 year, 4 months ago
- 6cdd46f hw/cxl: Add QTG _DSM support for ACPI0017 device by Dave Jiang · 1 year, 5 months ago
- 305ab2b hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init() by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 2f3913f Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
- 40a6b89 hw/acpi/core: Trace enable and status registers of GPE separately by Bernhard Beschow · 1 year, 6 months ago
- 7f558ea hw/acpi: Trace GPE access in all device models, not just PIIX4 by Bernhard Beschow · 1 year, 6 months ago
- 4f70dd5 hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h" by Bernhard Beschow · 1 year, 6 months ago
- c461f3e hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual method by Bernhard Beschow · 1 year, 6 months ago
- 9a4fedc hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callback by Bernhard Beschow · 1 year, 6 months ago
- 7b393b7 hw/acpi: changes towards enabling -Wshadow=local by Ani Sinha · 1 year, 5 months ago
- 9b4b4e5 hw/other: spelling fixes by Michael Tokarev · 1 year, 8 months ago
- 3a12583 nvdimm: Reject writing label data to ROM instead of crashing QEMU by David Hildenbrand · 1 year, 6 months ago
- 42b1b9d hw/acpi: Fix PM control register access by BALATON Zoltan · 1 year, 9 months ago
- de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
- c28db9e hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEV by Jonathan Cameron · 1 year, 11 months ago
- 0f689cf acpi: pcihp: allow repeating hot-unplug requests by Igor Mammedov · 1 year, 11 months ago
- f18e29f pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callback by Igor Mammedov · 2 years ago
- 6536e42 pcihp: move fields enabling hotplug into AcpiPciHpState by Igor Mammedov · 2 years ago
- 02c1061 acpi: pci: move out ACPI PCI hotplug generator from generic slot generator build_append_pci_bus_devices() by Igor Mammedov · 2 years ago
- 041b1c4 pci: move acpi-index uniqueness check to generic PCI device code by Igor Mammedov · 2 years ago
- f40e6a4 pcihp: piix4: do not redirect hotplug controller to piix4 when ACPI hotplug is disabled by Igor Mammedov · 2 years ago
- 0e84fd3 x86: pcihp: fix missing bridge AML when intermediate root-port has 'hotplug=off' set by Igor Mammedov · 2 years ago
- 1a6981b hw: Move ich9.h to southbridge/ by Bernhard Beschow · 2 years, 1 month ago
- 20fe3af hw/isa/lpc_ich9: Connect PM stuff to LPC internally by Bernhard Beschow · 2 years, 1 month ago
- 36ebc7d hw/acpi: Move QMP command to hw/core/ by Markus Armbruster · 2 years, 1 month ago
- 588c13f hw/acpi: Dumb down acpi_table_add() stub by Markus Armbruster · 2 years, 1 month ago
- a67dfa6 Drop duplicate #include by Markus Armbruster · 2 years, 1 month ago
- 5bd26d7 acpi: Move the QMP command from monitor/ to hw/acpi/ by Markus Armbruster · 2 years, 1 month ago
- 6c36ec4 pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml by Igor Mammedov · 2 years, 2 months ago
- 2940a4b pci: acpihp: assign BSEL only to coldplugged bridges by Igor Mammedov · 2 years, 2 months ago
- 45284cf pcihp: piix4: do not call acpi_pcihp_reset() when ACPI PCI hotplug is disabled by Igor Mammedov · 2 years, 2 months ago
- d395b18 hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu by Bernhard Beschow · 2 years, 1 month ago
- edfa718 hw/acpi/piix4: No need to #include "hw/southbridge/piix.h" by Bernhard Beschow · 2 years, 1 month ago
- 9c6c0ae hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml() by Bernhard Beschow · 2 years, 1 month ago
- dab30fb acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block by Laszlo Ersek · 2 years, 2 months ago
- 97f4eff hw/acpi/aml-build: Only generate cluster node in PPTT when specified by Yicong Yang · 2 years, 2 months ago
- edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 2 months ago
- edc9cab hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4 by Bernhard Beschow · 2 years, 3 months ago
- d9237ed hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machines by Bernhard Beschow · 2 years, 3 months ago
- 66baa50 hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9 by Bernhard Beschow · 2 years, 3 months ago
- a913901 hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9 by Bernhard Beschow · 2 years, 3 months ago
- fbae27e hw/acpi: Rename tco.c -> ich9_tco.c by Philippe Mathieu-Daudé · 2 years, 3 months ago
- ad49427 pci: drop redundant PCIDeviceClass::is_bridge field by Igor Mammedov · 2 years, 3 months ago
- ee1c08b ich9: honour 'enable_tco' property by Daniel P. Berrangé · 2 years, 3 months ago
- 23d8e32 hw/acpi: add trace events for TCO watchdog register access by Daniel P. Berrangé · 2 years, 3 months ago
- 047f2ca qapi qdev qom: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- b94ba62 qapi acpi: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- defb709 hw/acpi/erst.c: Fix memory handling issues by Christian A. Ehrhardt · 2 years, 4 months ago
- cfead31 acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors by Igor Mammedov · 2 years, 5 months ago
- 4496d1d acpi: fadt: support revision 6.0 of the ACPI specification by Miguel Luis · 2 years, 5 months ago
- 4ad44f6 acpi/nvdimm: Implement ACPI NVDIMM Label Methods by Robert Hoo · 2 years, 5 months ago
- d773f38 acpi/nvdimm: define macro for NVDIMM Device _DSM by Robert Hoo · 2 years, 5 months ago
- 63bb20d acpi/ssdt: Fix aml_or() and aml_and() in if clause by Robert Hoo · 2 years, 5 months ago
- d4424be hw/acpi: Add ospm_status hook implementation for acpi-ged by Keqian Zhu · 2 years, 7 months ago
- e4bcec0 acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug() by Robert Hoo · 2 years, 8 months ago
- a098471 trivial typos: namesapce by Dr. David Alan Gilbert · 2 years, 9 months ago
- 58660bf hw/acpi: Make the PCI hot-plug aware of SR-IOV by Łukasz Gieryk · 2 years, 10 months ago
- 8c97e4d acpi/erst: fix fallthrough code upon validation failure by Ani Sinha · 2 years, 10 months ago
- 65417e5 hw/acpi/piix4: remove unused piix4_pm_initfn() function by Mark Cave-Ayland · 2 years, 9 months ago
- b49e944 hw/acpi/piix4: use qdev gpio to wire up smi_irq by Mark Cave-Ayland · 2 years, 9 months ago
- 29786d4 hw/acpi/piix4: use qdev gpio to wire up sci_irq by Mark Cave-Ayland · 2 years, 9 months ago
- d0af99a hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn() by Mark Cave-Ayland · 2 years, 9 months ago
- 19eb2a0 hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState by Mark Cave-Ayland · 2 years, 9 months ago
- 2bfd084 hw/acpi/piix4: move PIIX4PMState into separate piix4.h header by Mark Cave-Ayland · 2 years, 9 months ago
- 7ace6b4 hw/acpi/piix4: convert smm_enabled bool to qdev property by Mark Cave-Ayland · 2 years, 9 months ago
- 5b07f44 hw/acpi/piix4: change smm_enabled from int to bool by Mark Cave-Ayland · 2 years, 9 months ago
- 3f0efca hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_realize() by Mark Cave-Ayland · 2 years, 9 months ago
- 30796f5 Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Richard Henderson · 2 years, 9 months ago
- 68f14a8 hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_bus by Mark Cave-Ayland · 2 years, 9 months ago
- e5f73c8 hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table by Mark Cave-Ayland · 2 years, 9 months ago
- 1b805ab hw/acpi/viot: move the individual PCI host bridge entry generation to a new function by Mark Cave-Ayland · 2 years, 9 months ago
- 6164a11 hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges() by Mark Cave-Ayland · 2 years, 9 months ago
- 5135980 hw/acpi/cxl: Pass in the CXLState directly rather than MachineState by Jonathan Cameron · 2 years, 9 months ago
- 5876d9b acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors by Igor Mammedov · 2 years, 9 months ago
- ea01c52 ipmi: acpi: use relative path to resource source by Igor Mammedov · 2 years, 9 months ago
- 23609e4 acpi: add interface to build device specific AML by Igor Mammedov · 2 years, 9 months ago
- 9323e79 Fix 'writeable' typos by Peter Maydell · 2 years, 9 months ago