aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi11-14/+14
2024-12-21Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...Stefan Hajnoczi1-4/+16
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé11-14/+14
2024-12-20hw/acpi: Upgrade ACPI SPCR table to support SPCR table revision 4 formatSia Jee Heng1-4/+16
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson4-4/+0
2024-12-15hw/acpi: Constify all PropertyRichard Henderson4-4/+4
2024-11-26hw/acpi: Fix size of HID in build_append_srat_acpi_device_handle()Jonathan Cameron1-1/+1
2024-11-26Revert "hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug"Igor Mammedov1-14/+1
2024-11-26Revert "hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states"Igor Mammedov1-34/+4
2024-11-04hw/acpi: Update GED with vCPU Hotplug VMSD for migrationSalil Mehta1-0/+19
2024-11-04hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug statesSalil Mehta1-4/+34
2024-11-04hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplugSalil Mehta1-1/+14
2024-11-04hw/acpi: Generic Initiator - add missing object class property descriptions.Jonathan Cameron1-0/+4
2024-11-04hw/acpi: Make storage of node id uint32_t to reduce fragilityJonathan Cameron2-2/+2
2024-11-04hw/acpi: Generic Port Affinity Structure supportJonathan Cameron2-1/+154
2024-11-04acpi/pci: Move Generic Initiator object handling into acpi/pci.*Jonathan Cameron3-121/+124
2024-11-04hw/pci: Add a busnr property to pci_props and use for acpi/giJonathan Cameron1-5/+9
2024-11-04hw/acpi: Rename build_all_acpi_generic_initiators() to build_acpi_generic_ini...Jonathan Cameron1-2/+2
2024-11-04hw/acpi: Move AML building code for Generic Initiators to aml_build.cJonathan Cameron2-36/+47
2024-11-04hw/acpi/GI: Fix trivial parameter alignment issue.Jonathan Cameron1-1/+1
2024-11-04hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.Jonathan Cameron1-1/+2
2024-10-16acpi: ged: Add macro for acpi sleep control registerBibo Mao1-3/+3
2024-09-24hw/acpi: remove break after g_assert_not_reached()Pierrick Bouvier1-1/+0
2024-09-24hw/acpi: replace assert(0) with g_assert_not_reached()Pierrick Bouvier1-1/+1
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2-2/+2
2024-09-11hw/acpi/ich9: Add periodic and swsmi timerDominic Prinz3-1/+117
2024-07-22hw/acpi: Update CPUs AML with cpu-(ctrl)dev changeSalil Mehta1-4/+13
2024-07-22hw/acpi: Update GED _EVT method AML with CPU scanSalil Mehta1-0/+3
2024-07-22hw/acpi: Update ACPI GED framework to support vCPU HotplugSalil Mehta2-0/+53
2024-07-22hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header fileSalil Mehta1-1/+0
2024-06-19hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'Philippe Mathieu-Daudé1-22/+6
2024-06-19hw/acpi/ich9: Remove 'memory-hotplug-support' propertyPhilippe Mathieu-Daudé1-18/+0
2024-06-04hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR eventPhilippe Mathieu-Daudé1-8/+0
2024-03-12hmat acpi: Fix out of bounds access due to missing use of indirectionJonathan Cameron1-1/+5
2024-03-12hmat acpi: Do not add Memory Proximity Domain Attributes Structure targetting...Jonathan Cameron1-0/+7
2024-03-12hw/acpi: Implement the SRAT GI affinity structureAnkit Agrawal2-1/+78
2024-03-12qom: new object to associate device to NUMA nodeAnkit Agrawal2-0/+72
2024-03-08hw/arm/virt-acpi-build.c: Migrate SPCR creation to common locationSia Jee Heng1-0/+53
2024-02-20hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h'Philippe Mathieu-Daudé1-1/+1
2024-02-20hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h'Philippe Mathieu-Daudé1-1/+1
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-5/+0
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini1-5/+0
2023-12-29hw/acpi: Constify VMStateRichard Henderson9-26/+26
2023-12-25hw/acpi: propagate vcpu hotplug after switch to modern interfaceAaron Young1-4/+16
2023-12-02hw/acpi/erst: Do not ignore Error* in realize handlerPhilippe Mathieu-Daudé1-0/+10
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-0/+69
2023-10-22hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang1-0/+69
2023-10-19hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()Philippe Mathieu-Daudé1-3/+2
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi8-22/+22
2023-10-04hw/acpi/core: Trace enable and status registers of GPE separatelyBernhard Beschow2-5/+11