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
2021-02-23
acpi/core: always set SCI_EN when SMM isn't supported
Isaku Yamahata
3
-3
/
+13
2021-02-23
ich9, piix4: add property, smm-compat, to keep compatibility of SMM
Isaku Yamahata
1
-0
/
+2
2021-02-05
acpi: Permit OEM ID and OEM table ID fields to be changed
Marian Postevca
7
-33
/
+36
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
2
-10
/
+5
2021-01-17
acpi: Add addr offset in build_crs
Jiahui Cen
1
-8
/
+10
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-12-09
x86: acpi: let the firmware handle pending "CPU remove" events in SMM
Igor Mammedov
1
-2
/
+12
2020-12-09
acpi: cpuhp: introduce 'firmware performs eject' status/control bits
Igor Mammedov
2
-1
/
+13
2020-12-08
acpi: Extract crs build form acpi_build.c
Yubo Miao
1
-0
/
+285
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
6
-6
/
+6
2020-11-15
nvdimm: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-11-12
ACPI: Avoid infinite recursion when dump-vmstate
Peng Liang
1
-1
/
+11
2020-11-03
hw/acpi : add spaces around operator
Xinhao Zhang
1
-1
/
+1
2020-11-03
hw/acpi : add space before the open parenthesis '('
Xinhao Zhang
1
-1
/
+1
2020-11-03
hw/acpi : Don't use '#' flag of printf format
Xinhao Zhang
1
-10
/
+10
2020-10-21
acpi: add aml builder stubs
Gerd Hoffmann
1
-0
/
+14
2020-10-13
hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()
Greg Kurz
1
-2
/
+2
2020-09-29
qapi: Extract ACPI commands to 'acpi.json'
Philippe Mathieu-Daudé
3
-3
/
+3
2020-09-29
qapi: Restrict device memory commands to machine code
Philippe Mathieu-Daudé
1
-0
/
+1
2020-09-29
qapi: Restrict query-vm-generation-id command to machine code
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-29
piix4: don't reserve hw resources when hotplug is off globally
Ani Sinha
1
-2
/
+4
2020-09-29
Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable bus
Ani Sinha
1
-0
/
+15
2020-09-29
x68: acpi: trigger SMI before sending hotplug Notify event to OSPM
Igor Mammedov
1
-27
/
+138
2020-09-29
acpi: add aml_land() and aml_break() primitives
Igor Mammedov
1
-0
/
+16
2020-09-29
x86: cpuhp: refuse cpu hot-unplug request earlier if not supported
Igor Mammedov
1
-0
/
+12
2020-09-29
x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in use
Igor Mammedov
1
-1
/
+11
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-17
acpi: move acpi_dsdt_add_power_button() to ged
Gerd Hoffmann
1
-0
/
+8
2020-09-17
acpi: ged: add control regs
Gerd Hoffmann
1
-0
/
+44
2020-09-12
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-11
/
+0
2020-09-09
vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENID
Eduardo Habkost
1
-3
/
+3
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-09-09
hw/acpi/tco: Remove unused definitions
Philippe Mathieu-Daudé
1
-11
/
+0
2020-08-27
Introduce a new flag for i440fx to disable PCI hotplug on the root bus
Ani Sinha
2
-2
/
+26
2020-08-21
meson: convert hw/acpi
Marc-André Lureau
2
-26
/
+25
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-27
ACPI: Assert that we don't run out of the preallocated memory
Dongjiu Geng
1
-8
/
+4
2020-07-22
acpi: accept byte and word access to core ACPI registers
Michael Tokarev
1
-3
/
+6
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
1
-3
/
+2
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
1
-8
/
+6
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
3
-4
/
+4
2020-07-02
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
2
-3
/
+2
2020-06-24
Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge
Ani Sinha
1
-10
/
+11
2020-06-24
acpi: Some build_tpm2() code reshape
Eric Auger
1
-19
/
+32
2020-06-23
arm/virt: Add memory hot remove support
Shameer Kolothum
1
-0
/
+29
2020-06-15
pci: Convert uses of pci_create() etc. with Coccinelle
Markus Armbruster
1
-2
/
+4
2020-06-15
qdev: Convert to qdev_unrealize() with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2020-06-12
acpi: ged: rename event memory region
Gerd Hoffmann
1
-8
/
+8
[next]