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
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-06-07
acpi: make bios_linker_loader_add_checksum() API offset based
Igor Mammedov
1
-3
/
+2
2016-06-07
acpi: make bios_linker_loader_add_pointer() API offset based
Igor Mammedov
1
-22
/
+23
2016-06-07
tpm: apci: cleanup TCPA table initialization
Igor Mammedov
1
-4
/
+1
2016-06-07
acpi: simplify bios_linker API by removing redundant 'table' argument
Igor Mammedov
1
-9
/
+11
2016-06-07
acpi: convert linker from GArray to BIOSLinker structure
Igor Mammedov
1
-14
/
+15
2016-06-07
pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idx
Igor Mammedov
1
-1
/
+1
2016-06-07
pc: acpi: simplify build_legacy_cpu_hotplug_aml() signature
Igor Mammedov
1
-4
/
+1
2016-06-07
pc: acpi: mark current CPU hotplug functions as legacy
Igor Mammedov
1
-1
/
+2
2016-06-07
pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AML
Igor Mammedov
1
-4
/
+0
2016-06-07
pc: acpi: consolidate CPU hotplug AML
Igor Mammedov
1
-111
/
+1
2016-06-07
pc: acpi: remove AML for empty/not used GPE handlers
Igor Mammedov
1
-17
/
+0
2016-05-12
ACPI: move acpi_build_srat_memory to common place
Shannon Zhao
1
-29
/
+9
2016-05-12
ACPI: Fix the definition of proximity in AcpiSratMemoryAffinity
Shannon Zhao
1
-2
/
+1
2016-05-12
ACPI: Add GICC Affinity Structure
Shannon Zhao
1
-1
/
+1
2016-04-13
tpm: acpi: remove IRQ from TPM's CRS to make Windows not see conflict
Igor Mammedov
1
-1
/
+6
2016-04-13
pc: acpi: tpm: add missing MMIO resource to PCI0._CRS
Igor Mammedov
1
-0
/
+5
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-15
hw/acpi: fix GSI links UID
Marcel Apfelbaum
1
-12
/
+8
2016-03-11
pc: acpi: clarify why possible LAPIC entries must be present in MADT
Igor Mammedov
1
-0
/
+6
2016-03-11
pc: acpi: drop cpu->found_cpus bitmap
Igor Mammedov
1
-39
/
+14
2016-03-11
pc: acpi: create Processor and Notify objects only for valid lapics
Igor Mammedov
1
-14
/
+24
2016-03-11
pc: acpi: create MADT.lapic entries only for valid lapics
Igor Mammedov
1
-7
/
+12
2016-03-11
pc: acpi: SRAT: create only valid processor lapic entries
Igor Mammedov
1
-3
/
+8
2016-03-11
pc: acpi: cleanup qdev_get_machine() calls
Igor Mammedov
1
-14
/
+12
2016-03-11
pc: acpi: remove NOP assignment
Igor Mammedov
1
-1
/
+0
2016-03-11
nvdimm acpi: initialize the resource used by NVDIMM ACPI
Xiao Guangrong
1
-9
/
+1
2016-03-11
hw/acpi: fix Q35 support for legacy Windows OS
Marcel Apfelbaum
1
-0
/
+6
2016-03-11
i386: populate floppy drive information in DSDT
Roman Kagan
1
-3
/
+66
2016-03-11
i386/acpi: make floppy controller object dynamic
Roman Kagan
1
-24
/
+3
2016-03-11
acpi: allow using object as offset for OperationRegion
Xiao Guangrong
1
-15
/
+16
2016-03-08
acpi: pc: add fw_cfg device node to dsdt
Gabriel L. Somlo
1
-0
/
+29
2016-02-23
bios-linker-loader: document+validate input
Michael S. Tsirkin
1
-1
/
+2
2016-02-06
pc: set the OEM fields in the RSDT and the FADT from the SLIC
Laszlo Ersek
1
-4
/
+9
2016-02-06
acpi: expose oem_id and oem_table_id in build_rsdt()
Laszlo Ersek
1
-1
/
+1
2016-02-06
acpi: take oem_id in build_header(), optionally
Laszlo Ersek
1
-9
/
+9
2016-02-06
pc: Move APIC and NUMA data from PcGuestInfo to PCMachineState
Eduardo Habkost
1
-13
/
+9
2016-02-06
pc: Move PcGuestInfo.fw_cfg to PCMachineState
Eduardo Habkost
1
-4
/
+3
2016-02-06
pc: Remove RAM size fields from PcGuestInfo
Eduardo Habkost
1
-5
/
+5
2016-02-06
pc: Remove compat fields from PcGuestInfo
Eduardo Habkost
1
-4
/
+6
2016-02-06
acpi: Don't save PcGuestInfo on AcpiBuildState
Eduardo Habkost
1
-3
/
+0
2016-02-06
acpi: Remove guest_info parameters from functions
Eduardo Habkost
1
-14
/
+21
2016-02-04
pc: acpi: merge SSDT into DSDT
Igor Mammedov
1
-135
/
+111
2016-01-29
x86: Clean up includes
Peter Maydell
1
-2
/
+1
2016-01-09
pc: acpi: switch to AML API composed DSDT
Igor Mammedov
1
-120
/
+115
2016-01-09
pc: acpi: q35: PCST, PCSB opregions and PCIB field into SSDT
Igor Mammedov
1
-0
/
+10
2016-01-09
pc: acpi: q35: move PCI0 device definition into SSDT
Igor Mammedov
1
-5
/
+9
2016-01-09
pc: acpi: q35: move PCI0._OSC() method into SSDT
Igor Mammedov
1
-0
/
+56
2016-01-09
pc: acpi: q35: move _PIC() method into SSDT
Igor Mammedov
1
-0
/
+8
2016-01-09
pc: acpi: q35: move PRTP routing table into SSDT
Igor Mammedov
1
-0
/
+2
[next]