aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2025-01-15hw/acpi: Add vmclock deviceDavid Woodhouse3-0/+185
2025-01-15acpi/ghes: Change ghes fill logic to work with only one sourceMauro Carvalho Chehab1-8/+4
2025-01-15acpi/ghes: move offset calculus to a separate functionMauro Carvalho Chehab1-9/+31
2025-01-15acpi/ghes: better name the offset of the hardware error firmwareMauro Carvalho Chehab2-4/+4
2025-01-15acpi/ghes: rename etc/hardware_error file macrosMauro Carvalho Chehab1-15/+23
2025-01-15acpi/ghes: don't crash QEMU if ghes GED is not foundMauro Carvalho Chehab1-1/+4
2025-01-15acpi/ghes: better name GHES memory error functionMauro Carvalho Chehab2-2/+2
2025-01-15acpi/ghes: make the GHES record generation more genericMauro Carvalho Chehab1-50/+68
2025-01-15acpi/ghes: don't check if physical_address is not zeroMauro Carvalho Chehab1-4/+0
2025-01-15acpi/ghes: Change the type for source_idMauro Carvalho Chehab2-2/+2
2025-01-15acpi/ghes: Remove a duplicated out of bounds checkMauro Carvalho Chehab1-3/+1
2025-01-15acpi/ghes: better handle source_id and notificationMauro Carvalho Chehab1-14/+9
2025-01-15acpi/ghes: simplify the per-arch caller to build HEST tableMauro Carvalho Chehab1-2/+5
2025-01-15acpi/ghes: simplify acpi_ghes_record_errors() codeMauro Carvalho Chehab1-34/+36
2025-01-15acpi/ghes: get rid of ACPI_HEST_SRC_ID_RESERVEDMauro Carvalho Chehab1-5/+2
2025-01-15cpuhp: make sure that remove events are handled within the same SCIIgor Mammedov1-9/+34
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