index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
acpi
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcihp: fix possible array out of bounds
Gonglei
2014-08-25
1
-1
/
+1
*
fix typo: apci -> acpi
Hu Tao
2014-07-11
1
-2
/
+2
*
acpi: fix typo in memory hotplug MMIO region name
Igor Mammedov
2014-07-06
1
-1
/
+1
*
qmp: convert ACPI_DEVICE_OST event
Igor Mammedov
2014-06-23
1
-28
/
+6
*
qapi event: convert SUSPEND_DISK
Wenchao Xia
2014-06-23
1
-2
/
+2
*
qmp: add ACPI_DEVICE_OST event handling
Igor Mammedov
2014-06-19
1
-1
/
+28
*
acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices
Igor Mammedov
2014-06-19
3
-0
/
+49
*
acpi: introduce TYPE_ACPI_DEVICE_IF interface
Igor Mammedov
2014-06-19
2
-0
/
+16
*
pc: add acpi-device link to PCMachineState
Igor Mammedov
2014-06-19
1
-1
/
+5
*
pc: migrate piix4 & ich9 MemHotplugState
Igor Mammedov
2014-06-19
3
-0
/
+75
*
acpi:ich9: add memory hotplug handling
Igor Mammedov
2014-06-19
1
-0
/
+38
*
acpi:piix4: add memory hotplug handling
Igor Mammedov
2014-06-19
1
-1
/
+14
*
acpi:piix4: allow plug/unlug callbacks handle not only PCI devices
Igor Mammedov
2014-06-19
1
-9
/
+22
*
trace: add acpi memory hotplug IO region events
Igor Mammedov
2014-06-19
1
-0
/
+13
*
acpi: memory hotplug ACPI hardware implementation
Igor Mammedov
2014-06-19
2
-0
/
+148
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
3
-8
/
+4
*
acpi/pcihp.c: Rewrite acpi_pcihp_get_bsel using object_property_get_int
Kirill Batuzov
2014-05-07
1
-8
/
+10
*
acpi: Assert sts array limit on AcpiCpuHotplug_add()
Eduardo Habkost
2014-03-18
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
2014-02-20
1
-3
/
+3
|
\
|
*
i2c: Rename i2c_bus to I2CBus
Andreas Färber
2014-02-14
1
-3
/
+3
*
|
acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler API
Igor Mammedov
2014-02-10
2
-26
/
+53
*
|
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
Igor Mammedov
2014-02-10
2
-2
/
+3
*
|
hw/acpi: move typeinfo to the file end
Igor Mammedov
2014-02-10
1
-46
/
+46
*
|
hw:piix4:acpi: reuse pcihp code for legacy PCI hotplug
Igor Mammedov
2014-02-05
2
-201
/
+33
*
|
pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplug
Igor Mammedov
2014-02-05
2
-3
/
+7
*
|
pcihp: make PCI hotplug mmio handlers indifferent to PCI_HOTPLUG_ADDR
Igor Mammedov
2014-02-05
1
-12
/
+12
*
|
pcihp: replace enable|disable_device() with oneliners
Igor Mammedov
2014-02-05
1
-12
/
+2
*
|
pcihp: reduce number of device check events
Michael S. Tsirkin
2014-02-05
1
-16
/
+5
|
/
*
pc: ACPI: unify source of CPU hotplug IO base/len
Igor Mammedov
2014-01-26
1
-3
/
+2
*
acpi: ich9: add CPU hotplug handling to Q35 machine
Igor Mammedov
2014-01-26
1
-0
/
+14
*
acpi: factor out common cpu hotplug code for PIIX4/Q35
Igor Mammedov
2014-01-26
3
-72
/
+71
*
piix4: add acpi pci hotplug support
Michael S. Tsirkin
2014-01-26
1
-10
/
+65
*
pcihp: generalization of piix4 acpi
Michael S. Tsirkin
2014-01-26
2
-2
/
+317
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2014-01-10
3
-44
/
+25
|
\
|
*
acpi: ich9: allow guest to clear SCI rised by GPE
Igor Mammedov
2013-12-23
1
-0
/
+1
|
*
acpi: factor out common pm_update_sci() into acpi core
Igor Mammedov
2013-12-23
3
-43
/
+24
|
*
acpi: piix4: remove not needed GPE0 mask
Igor Mammedov
2013-12-23
1
-2
/
+1
*
|
piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+5
*
|
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+1
|
/
*
bswap.h: Remove le16_to_cpupu()
Peter Maydell
2013-11-05
1
-2
/
+1
*
bswap.h: Remove cpu_to_le16wu()
Peter Maydell
2013-11-05
1
-2
/
+2
*
qdev: Drop misleading qdev_free() function
Stefan Hajnoczi
2013-11-05
1
-1
/
+1
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-10-31
3
-7
/
+107
|
\
|
*
acpi: add interface to access user-installed tables
Michael S. Tsirkin
2013-10-14
1
-0
/
+40
|
*
ich9: APIs for pc guest info
Michael S. Tsirkin
2013-10-14
1
-0
/
+24
|
*
piix: APIs for pc guest info
Michael S. Tsirkin
2013-10-14
1
-4
/
+40
|
*
acpi/piix: add macros for acpi property names
Michael S. Tsirkin
2013-10-14
1
-3
/
+3
*
|
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-09-30
1
-0
/
+1
|
\
\
|
|
/
|
*
piix4: disable io on reset
Michael S. Tsirkin
2013-09-15
1
-0
/
+1
*
|
qemu: Adjust qemu wakeup
Liu, Jinsong
2013-09-25
1
-1
/
+2
|
/
[next]