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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2022-05-09
hw/acpi/aml-build: Use existing CPU topology to build PPTT table
Gavin Shan
1
-63
/
+48
2022-04-06
acpi: fix acpi_index migration
Dr. David Alan Gilbert
3
-11
/
+14
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-2
/
+2
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2022-03-06
hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table
Liav Albani
1
-1
/
+7
2022-03-06
acpi: pcihp: pcie: set power on cap on parent slot
Igor Mammedov
1
-1
/
+11
2022-03-04
hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macro
Ani Sinha
1
-5
/
+0
2022-02-22
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...
Peter Maydell
1
-1
/
+0
2022-02-21
configure, meson: move TPM check to meson
Paolo Bonzini
1
-1
/
+3
2022-02-21
hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2022-02-06
ACPI ERST: build the ACPI ERST table
Eric DeVolder
1
-0
/
+211
2022-02-06
ACPI ERST: support for ACPI ERST feature
Eric DeVolder
4
-0
/
+862
2022-02-04
acpi: fix OEM ID/OEM Table ID padding
Igor Mammedov
1
-2
/
+2
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
5
-10
/
+0
2022-01-20
hw/acpi/aml-build: Support cluster level in PPTT generation
Yanan Wang
1
-0
/
+18
2022-01-20
hw/acpi/aml-build: Improve scalability of PPTT generation
Yanan Wang
1
-18
/
+32
2022-01-07
acpihp: simplify acpi_pcihp_disable_root_bus
Ani Sinha
1
-7
/
+2
2022-01-07
acpi: fix QEMU crash when started with SLIC table
Igor Mammedov
1
-2
/
+2
2022-01-06
acpi: validate hotplug selector on access
Michael S. Tsirkin
1
-0
/
+3
2021-11-28
failover: fix unplug pending detection
Laurent Vivier
1
-3
/
+27
2021-11-15
hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine type
Julia Suvorova
1
-0
/
+18
2021-11-01
hw/acpi: Add VIOT table
Jean-Philippe Brucker
4
-0
/
+132
2021-10-21
hw/acpi/aml-build: Add PPTT table
Andrew Jones
1
-0
/
+59
2021-10-20
hw/acpi/aml-build: Add Processor hierarchy node structure
Yanan Wang
1
-0
/
+30
2021-10-05
nvdimm: release the correct device list
Li Zhijian
1
-6
/
+6
2021-10-05
acpi: remove no longer used build_header()
Igor Mammedov
1
-23
/
+0
2021-10-05
acpi: x86: set enabled when composing _MAT entries
Igor Mammedov
2
-16
/
+4
2021-10-05
acpi: use build_append_int_noprefix() API to compose SRAT table
Igor Mammedov
2
-10
/
+18
2021-10-05
acpi: vmgenid_build_acpi: use acpi_table_begin()/acpi_table_end() instead of ...
Igor Mammedov
1
-7
/
+6
2021-10-05
acpi: nvdimm_build_ssdt: use acpi_table_begin()/acpi_table_end() instead of b...
Igor Mammedov
1
-8
/
+10
2021-10-05
acpi: nvdimm_build_nfit: use acpi_table_begin()/acpi_table_end() instead of b...
Igor Mammedov
1
-25
/
+17
2021-10-05
acpi: build_hmat: use acpi_table_begin()/acpi_table_end() instead of build_he...
Igor Mammedov
1
-8
/
+6
2021-10-05
acpi: build_mcfg: use acpi_table_begin()/acpi_table_end() instead of build_he...
Igor Mammedov
1
-9
/
+9
2021-10-05
acpi: acpi_build_hest: use acpi_table_begin()/acpi_table_end() instead of bui...
Igor Mammedov
1
-6
/
+4
2021-10-05
acpi: build_tpm2: use acpi_table_begin()/acpi_table_end() instead of build_he...
Igor Mammedov
1
-6
/
+5
2021-10-05
acpi: build_fadt: use acpi_table_begin()/acpi_table_end() instead of build_he...
Igor Mammedov
1
-7
/
+7
2021-10-05
acpi: build_slit: use acpi_table_begin()/acpi_table_end() instead of build_he...
Igor Mammedov
1
-8
/
+5
2021-10-05
acpi: build_xsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...
Igor Mammedov
1
-16
/
+15
2021-10-05
acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...
Igor Mammedov
1
-16
/
+15
2021-10-05
acpi: add helper routines to initialize ACPI tables
Igor Mammedov
1
-0
/
+62
2021-09-30
memory_hotplug.c: send DEVICE_UNPLUG_GUEST_ERROR in acpi_memory_hotplug_write()
Daniel Henrique Barboza
1
-0
/
+9
2021-09-29
memory_hotplug.c: handle dev->id = NULL in acpi_memory_hotplug_write()
Daniel Henrique Barboza
1
-1
/
+1
2021-09-04
hw/acpi: use existing references to pci device struct within functions
Ani Sinha
1
-3
/
+3
2021-09-04
hw/acpi: refactor acpi hp modules so that targets can just use what they need
Ani Sinha
6
-4
/
+160
2021-09-04
hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place
Ani Sinha
2
-3
/
+3
2021-07-20
hw/acpi/Kconfig: Add missing Kconfig dependencies (build error)
Philippe Mathieu-Daudé
1
-0
/
+4
2021-07-20
hw/acpi: Do not restrict ACPI core routines to x86 architecture
Philippe Mathieu-Daudé
1
-1
/
+2
2021-07-16
hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35
Julia Suvorova
1
-1
/
+1
2021-07-16
hw/pci/pcie: Do not set HPC flag if acpihp is used
Julia Suvorova
1
-0
/
+8
2021-07-16
hw/acpi/ich9: Enable ACPI PCI hot-plug
Julia Suvorova
3
-2
/
+86
[next]