index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
/
acpi
/
acpi-defs.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location
Sia Jee Heng
2024-03-08
1
-0
/
+33
*
hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table
Liav Albani
2022-03-06
1
-0
/
+1
*
acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop packed attribute
Igor Mammedov
2021-10-05
1
-1
/
+1
*
acpi: remove no longer used build_header()
Igor Mammedov
2021-10-05
1
-25
/
+0
*
acpi: build_facs: use build_append_int_noprefix() API to compose table
Igor Mammedov
2021-10-05
1
-14
/
+0
*
acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
Igor Mammedov
2021-10-05
1
-25
/
+0
*
acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead of build_header()
Igor Mammedov
2021-10-05
1
-32
/
+0
*
acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API
Igor Mammedov
2021-10-05
1
-71
/
+0
*
acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead of build_header()
Igor Mammedov
2021-10-05
1
-14
/
+0
*
acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT table
Igor Mammedov
2021-10-05
1
-84
/
+0
*
acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table
Igor Mammedov
2021-10-05
1
-64
/
+0
*
acpi: x86: remove dead code
Igor Mammedov
2021-10-05
1
-13
/
+0
*
acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build_header()
Igor Mammedov
2021-10-05
1
-9
/
+0
*
acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of build_header()
Igor Mammedov
2021-10-05
1
-68
/
+0
*
acpi: use build_append_int_noprefix() API to compose SRAT table
Igor Mammedov
2021-10-05
1
-49
/
+0
*
acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of build_header()
Igor Mammedov
2021-10-05
1
-11
/
+0
*
acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of build_header()
Igor Mammedov
2021-10-05
1
-14
/
+0
*
acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_header()
Igor Mammedov
2021-10-05
1
-13
/
+0
*
acpi: build_xsdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
Igor Mammedov
2021-10-05
1
-10
/
+0
*
acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
Igor Mammedov
2021-10-05
1
-10
/
+0
*
acpi: Permit OEM ID and OEM table ID fields to be changed
Marian Postevca
2021-02-05
1
-1
/
+1
*
acpi: Some build_tpm2() code reshape
Eric Auger
2020-06-24
1
-18
/
+0
*
acpi: fadt: add hw-reduced sleep register support
Gerd Hoffmann
2020-06-12
1
-0
/
+2
*
misc: Replace zero-length arrays with flexible array member (manual)
Philippe Mathieu-Daudé
2020-03-16
1
-2
/
+2
*
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2020-03-16
1
-6
/
+6
*
acpi: pci: use build_append_foo() API to construct MCFG
Wei Yang
2019-05-29
1
-18
/
+0
*
hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 node
Eric Auger
2019-01-21
1
-0
/
+2
*
hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arrays
Philippe Mathieu-Daudé
2019-01-17
1
-5
/
+8
*
hw: acpi: Remove AcpiRsdpDescriptor and fix tests
Samuel Ortiz
2018-12-20
1
-13
/
+0
*
hw: arm: Carry RSDP specific data through AcpiRsdpData
Samuel Ortiz
2018-12-19
1
-0
/
+8
*
hw/arm/virt-acpi-build: Add smmuv3 node in IORT table
Prem Mallappa
2018-05-04
1
-0
/
+15
*
tests: acpi: don't read all fields in test_acpi_fadt_table()
Igor Mammedov
2018-03-13
1
-81
/
+0
*
virt_arm: acpi: reuse common build_fadt()
Igor Mammedov
2018-03-13
1
-10
/
+2
*
pc: acpi: isolate FADT specific data into AcpiFadtData structure
Igor Mammedov
2018-03-13
1
-0
/
+28
*
acpi: reuse AcpiGenericAddress instead of Acpi20GenericAddress
Igor Mammedov
2018-03-13
1
-14
/
+3
*
acpi: Update TPM2 ACPI table to more recent specs
Stefan Berger
2017-12-22
1
-2
/
+5
*
acpi-defs: clean up open brace usage
Michael S. Tsirkin
2017-05-10
1
-22
/
+12
*
hw/arm/virt: generate 64-bit addressable ACPI objects
Ard Biesheuvel
2017-05-10
1
-0
/
+11
*
hw/acpi-defs: replace leading X with x_ in FADT field names
Ard Biesheuvel
2017-05-10
1
-2
/
+2
*
hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.
Phil Dennis-Jordan
2017-05-03
1
-41
/
+36
*
acpi: add ATSR for q35
Jason Wang
2017-01-10
1
-0
/
+12
*
hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edge-triggered
Andrew Jones
2017-01-09
1
-0
/
+1
*
hw/arm/virt-acpi-build: fadt: improve flag naming
Andrew Jones
2017-01-09
1
-4
/
+2
*
hw/arm/virt-acpi-build: gtdt: improve flag naming
Andrew Jones
2017-01-09
1
-15
/
+2
*
hw/arm/virt-acpi-build: name GIC CPU Interface Structure appropriately
Andrew Jones
2017-01-09
1
-3
/
+6
*
acpi: fix DMAR device scope for IOAPIC
Peter Xu
2016-11-15
1
-1
/
+4
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging
Peter Maydell
2016-10-25
1
-0
/
+29
|
\
|
*
pc: acpi: x2APIC support for SRAT table
Igor Mammedov
2016-10-24
1
-0
/
+11
|
*
pc: acpi: x2APIC support for MADT table and _MAT method
Igor Mammedov
2016-10-24
1
-0
/
+18
*
|
ACPI: Add IORT Structure definition
Prem Mallappa
2016-10-24
1
-0
/
+68
|
/
[next]