index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
acpi
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-15
hw/acpi: Add vmclock device
David Woodhouse
3
-0
/
+185
2025-01-15
acpi/ghes: Change ghes fill logic to work with only one source
Mauro Carvalho Chehab
1
-8
/
+4
2025-01-15
acpi/ghes: move offset calculus to a separate function
Mauro Carvalho Chehab
1
-9
/
+31
2025-01-15
acpi/ghes: better name the offset of the hardware error firmware
Mauro Carvalho Chehab
2
-4
/
+4
2025-01-15
acpi/ghes: rename etc/hardware_error file macros
Mauro Carvalho Chehab
1
-15
/
+23
2025-01-15
acpi/ghes: don't crash QEMU if ghes GED is not found
Mauro Carvalho Chehab
1
-1
/
+4
2025-01-15
acpi/ghes: better name GHES memory error function
Mauro Carvalho Chehab
2
-2
/
+2
2025-01-15
acpi/ghes: make the GHES record generation more generic
Mauro Carvalho Chehab
1
-50
/
+68
2025-01-15
acpi/ghes: don't check if physical_address is not zero
Mauro Carvalho Chehab
1
-4
/
+0
2025-01-15
acpi/ghes: Change the type for source_id
Mauro Carvalho Chehab
2
-2
/
+2
2025-01-15
acpi/ghes: Remove a duplicated out of bounds check
Mauro Carvalho Chehab
1
-3
/
+1
2025-01-15
acpi/ghes: better handle source_id and notification
Mauro Carvalho Chehab
1
-14
/
+9
2025-01-15
acpi/ghes: simplify the per-arch caller to build HEST table
Mauro Carvalho Chehab
1
-2
/
+5
2025-01-15
acpi/ghes: simplify acpi_ghes_record_errors() code
Mauro Carvalho Chehab
1
-34
/
+36
2025-01-15
acpi/ghes: get rid of ACPI_HEST_SRC_ID_RESERVED
Mauro Carvalho Chehab
1
-5
/
+2
2025-01-15
cpuhp: make sure that remove events are handled within the same SCI
Igor Mammedov
1
-9
/
+34
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
11
-14
/
+14
2024-12-21
Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...
Stefan Hajnoczi
1
-4
/
+16
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
11
-14
/
+14
2024-12-20
hw/acpi: Upgrade ACPI SPCR table to support SPCR table revision 4 format
Sia Jee Heng
1
-4
/
+16
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
4
-4
/
+0
2024-12-15
hw/acpi: Constify all Property
Richard Henderson
4
-4
/
+4
2024-11-26
hw/acpi: Fix size of HID in build_append_srat_acpi_device_handle()
Jonathan Cameron
1
-1
/
+1
2024-11-26
Revert "hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug"
Igor Mammedov
1
-14
/
+1
2024-11-26
Revert "hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states"
Igor Mammedov
1
-34
/
+4
2024-11-04
hw/acpi: Update GED with vCPU Hotplug VMSD for migration
Salil Mehta
1
-0
/
+19
2024-11-04
hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states
Salil Mehta
1
-4
/
+34
2024-11-04
hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug
Salil Mehta
1
-1
/
+14
2024-11-04
hw/acpi: Generic Initiator - add missing object class property descriptions.
Jonathan Cameron
1
-0
/
+4
2024-11-04
hw/acpi: Make storage of node id uint32_t to reduce fragility
Jonathan Cameron
2
-2
/
+2
2024-11-04
hw/acpi: Generic Port Affinity Structure support
Jonathan Cameron
2
-1
/
+154
2024-11-04
acpi/pci: Move Generic Initiator object handling into acpi/pci.*
Jonathan Cameron
3
-121
/
+124
2024-11-04
hw/pci: Add a busnr property to pci_props and use for acpi/gi
Jonathan Cameron
1
-5
/
+9
2024-11-04
hw/acpi: Rename build_all_acpi_generic_initiators() to build_acpi_generic_ini...
Jonathan Cameron
1
-2
/
+2
2024-11-04
hw/acpi: Move AML building code for Generic Initiators to aml_build.c
Jonathan Cameron
2
-36
/
+47
2024-11-04
hw/acpi/GI: Fix trivial parameter alignment issue.
Jonathan Cameron
1
-1
/
+1
2024-11-04
hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.
Jonathan Cameron
1
-1
/
+2
2024-10-16
acpi: ged: Add macro for acpi sleep control register
Bibo Mao
1
-3
/
+3
2024-09-24
hw/acpi: remove break after g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+0
2024-09-24
hw/acpi: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+1
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2
-2
/
+2
2024-09-11
hw/acpi/ich9: Add periodic and swsmi timer
Dominic Prinz
3
-1
/
+117
2024-07-22
hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
Salil Mehta
1
-4
/
+13
2024-07-22
hw/acpi: Update GED _EVT method AML with CPU scan
Salil Mehta
1
-0
/
+3
2024-07-22
hw/acpi: Update ACPI GED framework to support vCPU Hotplug
Salil Mehta
2
-0
/
+53
2024-07-22
hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
Salil Mehta
1
-1
/
+0
2024-06-19
hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
Philippe Mathieu-Daudé
1
-22
/
+6
2024-06-19
hw/acpi/ich9: Remove 'memory-hotplug-support' property
Philippe Mathieu-Daudé
1
-18
/
+0
2024-06-04
hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR event
Philippe Mathieu-Daudé
1
-8
/
+0
2024-03-12
hmat acpi: Fix out of bounds access due to missing use of indirection
Jonathan Cameron
1
-1
/
+5
[next]