aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)Author
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-09-11hw/acpi/ich9: Add periodic and swsmi timerDominic Prinz
2024-07-22hw/acpi: Update CPUs AML with cpu-(ctrl)dev changeSalil Mehta
2024-07-22hw/acpi: Update GED _EVT method AML with CPU scanSalil Mehta
2024-07-22hw/acpi: Update ACPI GED framework to support vCPU HotplugSalil Mehta
2024-07-22hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header fileSalil Mehta
2024-06-19hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'Philippe Mathieu-Daudé
2024-06-19hw/acpi/ich9: Remove 'memory-hotplug-support' propertyPhilippe Mathieu-Daudé
2024-06-04hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR eventPhilippe Mathieu-Daudé
2024-03-12hmat acpi: Fix out of bounds access due to missing use of indirectionJonathan Cameron
2024-03-12hmat acpi: Do not add Memory Proximity Domain Attributes Structure targetting...Jonathan Cameron
2024-03-12hw/acpi: Implement the SRAT GI affinity structureAnkit Agrawal
2024-03-12qom: new object to associate device to NUMA nodeAnkit Agrawal
2024-03-08hw/arm/virt-acpi-build.c: Migrate SPCR creation to common locationSia Jee Heng
2024-02-20hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h'Philippe Mathieu-Daudé
2024-02-20hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h'Philippe Mathieu-Daudé
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini
2023-12-29hw/acpi: Constify VMStateRichard Henderson
2023-12-25hw/acpi: propagate vcpu hotplug after switch to modern interfaceAaron Young
2023-12-02hw/acpi/erst: Do not ignore Error* in realize handlerPhilippe Mathieu-Daudé
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-22hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang
2023-10-19hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()Philippe Mathieu-Daudé
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-04hw/acpi/core: Trace enable and status registers of GPE separatelyBernhard Beschow
2023-10-04hw/acpi: Trace GPE access in all device models, not just PIIX4Bernhard Beschow
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"Bernhard Beschow
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow
2023-10-04hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow
2023-09-29hw/acpi: changes towards enabling -Wshadow=localAni Sinha
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-09-19nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand
2023-06-26hw/acpi: Fix PM control register accessBALATON Zoltan
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-04-24hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEVJonathan Cameron
2023-04-24acpi: pcihp: allow repeating hot-unplug requestsIgor Mammedov
2023-03-07pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov
2023-03-07pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov
2023-03-07acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov
2023-03-07pci: move acpi-index uniqueness check to generic PCI device codeIgor Mammedov
2023-03-07pcihp: piix4: do not redirect hotplug controller to piix4 when ACPI hotplug i...Igor Mammedov
2023-03-07x86: pcihp: fix missing bridge AML when intermediate root-port has 'hotplug=o...Igor Mammedov
2023-02-27hw: Move ich9.h to southbridge/Bernhard Beschow
2023-02-27hw/isa/lpc_ich9: Connect PM stuff to LPC internallyBernhard Beschow
2023-02-23hw/acpi: Move QMP command to hw/core/Markus Armbruster
2023-02-23hw/acpi: Dumb down acpi_table_add() stubMarkus Armbruster
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-04acpi: Move the QMP command from monitor/ to hw/acpi/Markus Armbruster
2023-01-28pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov