aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)Author
2024-11-04hw/acpi: Update GED with vCPU Hotplug VMSD for migrationSalil Mehta
2024-11-04hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug statesSalil Mehta
2024-11-04hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplugSalil Mehta
2024-11-04hw/acpi: Generic Initiator - add missing object class property descriptions.Jonathan Cameron
2024-11-04hw/acpi: Make storage of node id uint32_t to reduce fragilityJonathan Cameron
2024-11-04hw/acpi: Generic Port Affinity Structure supportJonathan Cameron
2024-11-04acpi/pci: Move Generic Initiator object handling into acpi/pci.*Jonathan Cameron
2024-11-04hw/pci: Add a busnr property to pci_props and use for acpi/giJonathan Cameron
2024-11-04hw/acpi: Rename build_all_acpi_generic_initiators() to build_acpi_generic_ini...Jonathan Cameron
2024-11-04hw/acpi: Move AML building code for Generic Initiators to aml_build.cJonathan Cameron
2024-11-04hw/acpi/GI: Fix trivial parameter alignment issue.Jonathan Cameron
2024-11-04hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.Jonathan Cameron
2024-10-16acpi: ged: Add macro for acpi sleep control registerBibo Mao
2024-09-24hw/acpi: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-24hw/acpi: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
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é