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
2015-06-01
TPM2 ACPI table support
Stefan Berger
1
-4
/
+34
2015-05-31
pc: acpi: fix pvpanic for buggy guests
Radim Krčmář
1
-1
/
+4
2015-05-29
hw/arm/virt-acpi-build: Generate RSDT table
Shannon Zhao
1
-24
/
+0
2015-05-29
hw/acpi/aml-build: Make enum values to be upper case to match coding style
Shannon Zhao
1
-29
/
+29
2015-05-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-85
/
+23
2015-04-30
range: remove useless inclusions
Paolo Bonzini
1
-1
/
+0
2015-04-28
acpi: add a missing backslash to the \_SB scope.
Gal Hammer
1
-1
/
+1
2015-04-27
acpi: add hardware implementation for memory hot unplug
Zhu Guihua
1
-0
/
+12
2015-04-27
acpi: fix "Memory device control fields" register
Zhu Guihua
1
-1
/
+1
2015-04-27
acpi: extend aml_field() to support UpdateRule
Zhu Guihua
1
-5
/
+8
2015-04-27
hw/i386/acpi-build: move generic acpi building helpers into dedictated file
Shannon Zhao
1
-77
/
+0
2015-04-27
hw/i386: Move ACPI header definitions in an arch-independent location
Shannon Zhao
1
-1
/
+1
2015-04-27
acpi-build: close } in comment
Michael S. Tsirkin
1
-1
/
+1
2015-04-27
acpi-build: remove dependency from ram_addr.h
Paolo Bonzini
1
-18
/
+18
2015-04-01
pc: acpi: fix pvpanic regression
Igor Mammedov
1
-1
/
+1
2015-03-08
acpi: drop unused code
Michael S. Tsirkin
1
-12
/
+0
2015-03-08
acpi-build: fix typo in comment
Michael S. Tsirkin
1
-1
/
+1
2015-03-01
pc: acpi-build: drop template patching and create PCI bus tree dynamically
Igor Mammedov
1
-155
/
+80
2015-03-01
pc: acpi-build: simplify PCI bus tree generation
Igor Mammedov
1
-189
/
+85
2015-03-01
pc: acpi-build: drop template patching and create Device(SMC) dynamically
Igor Mammedov
1
-7
/
+22
2015-03-01
pc: export applesmc IO port/len
Igor Mammedov
1
-1
/
+1
2015-03-01
pc: acpi-build: drop remaining ssdt_misc template
Igor Mammedov
1
-5
/
+2
2015-03-01
pc: acpi: drop manual hole punching for GPE0 resources
Igor Mammedov
1
-15
/
+17
2015-03-01
pc: acpi: drop manual hole punching for CPU hotplug resources
Igor Mammedov
1
-5
/
+1
2015-03-01
pc: acpi: drop manual hole punching for PCI hotplug resources
Igor Mammedov
1
-5
/
+1
2015-03-01
pc: acpi-build: create PCI0._CRS dynamically
Igor Mammedov
1
-36
/
+52
2015-02-26
pc: acpi-build: reserve PCIHP MMIO resources
Igor Mammedov
1
-0
/
+27
2015-02-26
pc: acpi-build: create memory hotplug IO region dynamically
Igor Mammedov
1
-3
/
+54
2015-02-26
pc: acpi-build: drop template patching and memory hotplug objects dynamically
Igor Mammedov
1
-66
/
+46
2015-02-26
pc: acpi-build: create CPU hotplug IO region dynamically
Igor Mammedov
1
-0
/
+27
2015-02-26
pc: acpi-build: drop template patching and CPU hotplug objects dynamically
Igor Mammedov
1
-47
/
+41
2015-02-26
pc: acpi-build: generate pvpanic device description dynamically
Igor Mammedov
1
-4
/
+32
2015-02-26
pc: acpi-build: generate _S[345] packages dynamically
Igor Mammedov
1
-10
/
+30
2015-02-26
acpi: add aml_int() term
Igor Mammedov
1
-6
/
+6
2015-02-26
pc: acpi-build: use aml_scope() for \_SB scope
Igor Mammedov
1
-20
/
+19
2015-02-26
pc: acpi: use local var for accessing ACPI tables blob in acpi_build()
Igor Mammedov
1
-34
/
+35
2015-02-26
acpi-build: skip hotplugged bridges
Michael S. Tsirkin
1
-2
/
+6
2015-02-26
acpi-build: simplify rsdp management for legacy
Michael S. Tsirkin
1
-4
/
+6
2015-02-26
acpi: has_immutable_rsdp->!rsdp_in_ram
Michael S. Tsirkin
1
-1
/
+1
2015-02-26
acpi-build: fix ACPI RAM management
Michael S. Tsirkin
1
-20
/
+23
2015-02-26
pc: acpi-build: migrate RSDP table
Igor Mammedov
1
-9
/
+15
2015-02-26
pc: acpi-build: update linker on guest access
Igor Mammedov
1
-1
/
+7
2015-02-26
acpi: update RSDP on guest access
Michael S. Tsirkin
1
-6
/
+9
2015-02-26
acpi: drop min-bytes in build_package()
Igor Mammedov
1
-7
/
+6
2015-02-26
acpi: add build_append_namestring() helper
Igor Mammedov
1
-20
/
+17
2015-02-26
acpi: move generic aml building helpers into dedictated file
Igor Mammedov
1
-160
/
+2
2015-02-26
acpi-build: fix memory leak with bridge hp off
Michael S. Tsirkin
1
-0
/
+3
2015-01-27
bios-linker-loader: move header to common location
Michael S. Tsirkin
1
-1
/
+1
2015-01-27
acpi: build_append_nameseg(): add padding if necessary
Igor Mammedov
1
-5
/
+10
2015-01-08
acpi-build: make ROMs RAM blocks resizeable
Michael S. Tsirkin
1
-5
/
+14
[next]