aboutsummaryrefslogtreecommitdiffstats
path: root/hw/acpi (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/acpi: Update CPUs AML with cpu-(ctrl)dev changeSalil Mehta2024-07-221-4/+13
* hw/acpi: Update GED _EVT method AML with CPU scanSalil Mehta2024-07-221-0/+3
* hw/acpi: Update ACPI GED framework to support vCPU HotplugSalil Mehta2024-07-222-0/+53
* hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header fileSalil Mehta2024-07-221-1/+0
* hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'Philippe Mathieu-Daudé2024-06-191-22/+6
* hw/acpi/ich9: Remove 'memory-hotplug-support' propertyPhilippe Mathieu-Daudé2024-06-191-18/+0
* hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR eventPhilippe Mathieu-Daudé2024-06-041-8/+0
* hmat acpi: Fix out of bounds access due to missing use of indirectionJonathan Cameron2024-03-121-1/+5
* hmat acpi: Do not add Memory Proximity Domain Attributes Structure targetting non existent memory.Jonathan Cameron2024-03-121-0/+7
* hw/acpi: Implement the SRAT GI affinity structureAnkit Agrawal2024-03-122-1/+78
* qom: new object to associate device to NUMA nodeAnkit Agrawal2024-03-122-0/+72
* hw/arm/virt-acpi-build.c: Migrate SPCR creation to common locationSia Jee Heng2024-03-081-0/+53
* hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h'Philippe Mathieu-Daudé2024-02-201-1/+1
* hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h'Philippe Mathieu-Daudé2024-02-201-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-01-041-5/+0
|\
| * meson: remove CONFIG_ALLPaolo Bonzini2023-12-311-5/+0
* | hw/acpi: Constify VMStateRichard Henderson2023-12-299-26/+26
* | hw/acpi: propagate vcpu hotplug after switch to modern interfaceAaron Young2023-12-251-4/+16
|/
* hw/acpi/erst: Do not ignore Error* in realize handlerPhilippe Mathieu-Daudé2023-12-021-0/+10
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingStefan Hajnoczi2023-10-231-0/+69
|\
| * hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang2023-10-221-0/+69
* | hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()Philippe Mathieu-Daudé2023-10-191-3/+2
|/
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingStefan Hajnoczi2023-10-058-22/+22
|\
| * hw/acpi/core: Trace enable and status registers of GPE separatelyBernhard Beschow2023-10-042-5/+11
| * hw/acpi: Trace GPE access in all device models, not just PIIX4Bernhard Beschow2023-10-043-7/+9
| * hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"Bernhard Beschow2023-10-044-1/+5
| * hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow2023-10-042-8/+0
| * hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow2023-10-041-6/+2
* | hw/acpi: changes towards enabling -Wshadow=localAni Sinha2023-09-291-12/+13
|/
* hw/other: spelling fixesMichael Tokarev2023-09-213-5/+5
* nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand2023-09-191-3/+8
* hw/acpi: Fix PM control register accessBALATON Zoltan2023-06-261-26/+26
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-5/+5
* hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEVJonathan Cameron2023-04-241-5/+6
* acpi: pcihp: allow repeating hot-unplug requestsIgor Mammedov2023-04-241-0/+10
* pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov2023-03-074-24/+36
* pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov2023-03-074-29/+30
* acpi: pci: move out ACPI PCI hotplug generator from generic slot generator build_append_pci_bus_devices()Igor Mammedov2023-03-071-1/+11
* pci: move acpi-index uniqueness check to generic PCI device codeIgor Mammedov2023-03-071-56/+0
* pcihp: piix4: do not redirect hotplug controller to piix4 when ACPI hotplug is disabledIgor Mammedov2023-03-071-1/+1
* x86: pcihp: fix missing bridge AML when intermediate root-port has 'hotplug=off' setIgor Mammedov2023-03-071-1/+1
* hw: Move ich9.h to southbridge/Bernhard Beschow2023-02-272-2/+2
* hw/isa/lpc_ich9: Connect PM stuff to LPC internallyBernhard Beschow2023-02-271-6/+2
* hw/acpi: Move QMP command to hw/core/Markus Armbruster2023-02-231-18/+0
* hw/acpi: Dumb down acpi_table_add() stubMarkus Armbruster2023-02-231-3/+1
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* acpi: Move the QMP command from monitor/ to hw/acpi/Markus Armbruster2023-02-042-0/+31
* pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov2023-01-284-1/+54
* pci: acpihp: assign BSEL only to coldplugged bridgesIgor Mammedov2023-01-281-13/+22
* pcihp: piix4: do not call acpi_pcihp_reset() when ACPI PCI hotplug is disabledIgor Mammedov2023-01-281-1/+3