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
/
i386
/
acpi-build.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-16
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+6
2021-05-04
x86: acpi: use offset instead of pointer when using build_header()
Igor Mammedov
1
-2
/
+6
2021-05-02
Do not include hw/boards.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-22
acpi: Move setters/getters of oem fields to X86MachineState
Marian Postevca
1
-24
/
+24
2021-03-22
acpi: Move maximum size logic into acpi_add_rom_blob()
David Hildenbrand
1
-5
/
+3
2021-03-22
acpi: Set proper maximum size for "etc/table-loader" blob
David Hildenbrand
1
-1
/
+2
2021-03-22
pci: acpi: add _DSM method to PCI devices
Igor Mammedov
1
-3
/
+102
2021-03-22
pci: introduce acpi-index property for PCI device
Igor Mammedov
1
-1
/
+12
2021-03-02
i386/acpi: restore device paths for pre-5.1 vms
Vitaly Cheptsov
1
-2
/
+2
2021-02-23
i386: acpi: Don't build HPET ACPI entry if HPET is disabled
Sean Christopherson
1
-2
/
+6
2021-02-23
hw/i386: declare ACPI mother board resource for MMCONFIG region
Isaku Yamahata
1
-1
/
+45
2021-02-23
acpi: set fadt.smi_cmd to zero when SMM is not supported
Isaku Yamahata
1
-3
/
+15
2021-02-05
acpi: Permit OEM ID and OEM table ID fields to be changed
Marian Postevca
1
-28
/
+58
2021-01-17
acpi: Add addr offset in build_crs
Jiahui Cen
1
-1
/
+2
2020-12-09
x86: acpi: let the firmware handle pending "CPU remove" events in SMM
Igor Mammedov
1
-0
/
+1
2020-12-09
x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplug
Igor Mammedov
1
-0
/
+4
2020-12-08
acpi: Extract crs build form acpi_build.c
Yubo Miao
1
-293
/
+0
2020-11-16
hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug off
Philippe Mathieu-Daudé
1
-22
/
+19
2020-10-30
acpi/crs: Support ranges > 32b for hosts
Ben Widawsky
1
-2
/
+8
2020-10-30
acpi/crs: Prevent bad ranges for host bridges
Ben Widawsky
1
-0
/
+2
2020-10-21
apci: drop has_pci arg for acpi_build_madt
Gerd Hoffmann
1
-1
/
+1
2020-09-30
acpi: i386: Move VMBus DSDT entry to SB
Jon Doron
1
-5
/
+7
2020-09-29
piix4: don't reserve hw resources when hotplug is off globally
Ani Sinha
1
-7
/
+18
2020-09-29
i440fx/acpi: do not add hotplug related amls for cold plugged bridges
Ani Sinha
1
-6
/
+6
2020-09-29
x86: acpi: introduce the PCI0.SMI0 ACPI device
Igor Mammedov
1
-1
/
+28
2020-09-29
x86: acpi: introduce AcpiPmInfo::smi_on_cpuhp
Igor Mammedov
1
-0
/
+6
2020-09-17
x86: move acpi_dev from pc/microvm
Gerd Hoffmann
1
-1
/
+1
2020-08-27
i386/acpi: fix inconsistent QEMU/OVMF device paths
Michael S. Tsirkin
1
-2
/
+2
2020-06-26
hyperv: vmbus: Remove the 2nd IRQ
Jon Doron
1
-3
/
+1
2020-06-24
acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.
Gerd Hoffmann
1
-11
/
+0
2020-06-24
acpi: drop build_piix4_pm()
Gerd Hoffmann
1
-16
/
+0
2020-06-24
acpi: drop serial/parallel enable bits from dsdt
Gerd Hoffmann
1
-23
/
+0
2020-06-24
acpi: simplify build_isa_devices_aml()
Gerd Hoffmann
1
-10
/
+6
2020-06-24
acpi: factor out fw_cfg_add_acpi_dsdt()
Gerd Hoffmann
1
-23
/
+1
2020-06-24
acpi: move aml builder code for i8042 (kbd+mouse) device
Gerd Hoffmann
1
-39
/
+0
2020-06-24
acpi: move aml builder code for floppy device
Gerd Hoffmann
1
-83
/
+0
2020-06-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+43
2020-06-12
acpi: madt: skip pci override on pci-less systems.
Gerd Hoffmann
1
-1
/
+1
2020-06-12
acpi: create acpi-common.c and move madt code
Gerd Hoffmann
1
-123
/
+3
2020-06-12
acpi: make build_madt() more generic.
Gerd Hoffmann
1
-7
/
+7
2020-06-10
i386: Hyper-V VMBus ACPI DSDT entry
Jon Doron
1
-0
/
+43
2020-06-09
acpi: Move build_tpm2() in the generic part
Eric Auger
1
-44
/
+0
2020-06-09
acpi: Convert build_tpm2() to build_append* API
Eric Auger
1
-9
/
+19
2020-06-09
acpi: tpm: Do not build TCPA table for TPM 2
Stefan Berger
1
-4
/
+8
2020-06-09
acpi: move aml builder code for parallel device
Gerd Hoffmann
1
-23
/
+0
2020-06-09
acpi: parallel: don't use _STA method
Gerd Hoffmann
1
-21
/
+8
2020-06-09
acpi: move aml builder code for serial device
Gerd Hoffmann
1
-32
/
+0
2020-06-09
acpi: serial: don't use _STA method
Gerd Hoffmann
1
-24
/
+8
2020-06-09
acpi: move aml builder code for rtc device
Gerd Hoffmann
1
-17
/
+0
2020-06-09
hw/acpi/nvdimm: add a helper to augment SRAT generation
Vishal Verma
1
-0
/
+5
[next]