Sign in
qemu
/
qemu
/
1dbe67503b8d35cec797d2b8e742f11e4553cf3b
/
hw
/
acpi
91ab2ed
pc: piix4_pm: init legacy PCI hotplug when running on Xen
by Igor Mammedov
· 10 years ago
3ef0eab
acpi: accurate overflow check
by Pavel Dovgalyuk
· 10 years ago
cc43364
acpi/cpu-hotplug: introduce helper function to keep bit setting in one place
by Gu Zheng
· 10 years ago
411b5db
cpu-hotplug: rename function for better readability
by Gu Zheng
· 10 years ago
08bba95
acpi:piix4: convert cpu hotplug to hotplug_handler API
by Gu Zheng
· 10 years ago
c5171ed
acpi:ich9: convert cpu hotplug to hotplug_handler API
by Gu Zheng
· 10 years ago
1be6b51
acpi/cpu: add cpu hotplug callback function to match hotplug_handler API
by Gu Zheng
· 10 years ago
14d5a28
qdev: HotplugHandler: Rename unplug callback to unplug_request
by Igor Mammedov
· 10 years ago
fa365d7
pcihp: fix possible array out of bounds
by Gonglei
· 10 years ago
7590280
fix typo: apci -> acpi
by Hu Tao
· 12 years ago
22dc50d
acpi: fix typo in memory hotplug MMIO region name
by Igor Mammedov
· 11 years ago
5f41fbb
qmp: convert ACPI_DEVICE_OST event
by Igor Mammedov
· 11 years ago
2ea4100
qapi event: convert SUSPEND_DISK
by Wenchao Xia
· 11 years ago
02edd40
qmp: add ACPI_DEVICE_OST event handling
by Igor Mammedov
· 11 years ago
43f5041
acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices
by Igor Mammedov
· 11 years ago
521b367
acpi: introduce TYPE_ACPI_DEVICE_IF interface
by Igor Mammedov
· 11 years ago
781bbd6
pc: add acpi-device link to PCMachineState
by Igor Mammedov
· 11 years ago
f816a62
pc: migrate piix4 & ich9 MemHotplugState
by Igor Mammedov
· 11 years ago
1f86218
acpi:ich9: add memory hotplug handling
by Igor Mammedov
· 11 years ago
3477432
acpi:piix4: add memory hotplug handling
by Igor Mammedov
· 11 years ago
f1adc36
acpi:piix4: allow plug/unlug callbacks handle not only PCI devices
by Igor Mammedov
· 11 years ago
dfe292f
trace: add acpi memory hotplug IO region events
by Igor Mammedov
· 11 years ago
3ef77ac
acpi: memory hotplug ACPI hardware implementation
by Igor Mammedov
· 11 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
7c38ecd
acpi/pcihp.c: Rewrite acpi_pcihp_get_bsel using object_property_get_int
by Kirill Batuzov
· 11 years ago
39ee3af
acpi: Assert sts array limit on AcpiCpuHotplug_add()
by Eduardo Habkost
· 11 years ago
61e8a92
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging
by Peter Maydell
· 11 years ago
a5c8285
i2c: Rename i2c_bus to I2CBus
by Andreas Färber
· 11 years ago
c24d5e0
acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler API
by Igor Mammedov
· 11 years ago
2897ae0
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
by Igor Mammedov
· 11 years ago
5fdae20
hw/acpi: move typeinfo to the file end
by Igor Mammedov
· 11 years ago
e358edc
hw:piix4:acpi: reuse pcihp code for legacy PCI hotplug
by Igor Mammedov
· 11 years ago
99d09dd
pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplug
by Igor Mammedov
· 11 years ago
a7b613c
pcihp: make PCI hotplug mmio handlers indifferent to PCI_HOTPLUG_ADDR
by Igor Mammedov
· 11 years ago
8f5001f
pcihp: replace enable|disable_device() with oneliners
by Igor Mammedov
· 11 years ago
5a2223c
pcihp: reduce number of device check events
by Michael S. Tsirkin
· 11 years ago
e4cf8ed
pc: ACPI: unify source of CPU hotplug IO base/len
by Igor Mammedov
· 11 years ago
d6610bc
acpi: ich9: add CPU hotplug handling to Q35 machine
by Igor Mammedov
· 11 years ago
81cea5e
acpi: factor out common cpu hotplug code for PIIX4/Q35
by Igor Mammedov
· 11 years ago
9e047b9
piix4: add acpi pci hotplug support
by Michael S. Tsirkin
· 11 years ago
db4728e
pcihp: generalization of piix4 acpi
by Michael S. Tsirkin
· 11 years ago
d181976
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
2c04795
acpi: ich9: allow guest to clear SCI rised by GPE
by Igor Mammedov
· 11 years ago
0631350
acpi: factor out common pm_update_sci() into acpi core
by Igor Mammedov
· 11 years ago
e4f308b
acpi: piix4: remove not needed GPE0 mask
by Igor Mammedov
· 11 years ago
81aab2f
piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
efec3dd
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
c65e5de
bswap.h: Remove le16_to_cpupu()
by Peter Maydell
· 11 years ago
587ae22
bswap.h: Remove cpu_to_le16wu()
by Peter Maydell
· 11 years ago
02a5c4c
qdev: Drop misleading qdev_free() function
by Stefan Hajnoczi
· 11 years ago
b0eb759
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
60de116
acpi: add interface to access user-installed tables
by Michael S. Tsirkin
· 11 years ago
6f1426a
ich9: APIs for pc guest info
by Michael S. Tsirkin
· 11 years ago
277e934
piix: APIs for pc guest info
by Michael S. Tsirkin
· 11 years ago
f854ecc
acpi/piix: add macros for acpi property names
by Michael S. Tsirkin
· 11 years ago
eb322b8
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
4bc78a8
qemu: Adjust qemu wakeup
by Liu, Jinsong
· 11 years ago
c046e8c
piix4: disable io on reset
by Michael S. Tsirkin
· 11 years ago
38fcbd3
cpu: Replace qemu_for_each_cpu()
by Andreas Färber
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
40daca5
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
by Alex Bligh
· 11 years ago
6a6b558
acpi/piix4: QOM parent field cleanup
by Andreas Färber
· 12 years ago
74e445f
acpi/piix4: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
64bde0f
hw/a*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
3ce1090
memory: introduce memory_region_present
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
b6f3296
isa: implement isa_is_ioport_assigned via memory_region_find
by Jan Kiszka
· 12 years ago
ba275ad
piix: fix some printf errors when debug is enabled
by Hu Tao
· 12 years ago
a88b362
refer to FWCfgState explicitly
by Laszlo Ersek
· 12 years ago
2d3b989
acpi: add dummy write function for acpi timer
by Gerd Hoffmann
· 12 years ago
b862272
acpi_piix4: Add infrastructure to send CPU hot-plug GPE to guest
by Igor Mammedov
· 12 years ago
a3ac6b5
ich9: kill cmos_s3
by Hu Tao
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
1fd6bb4
hw: make subdirectories for devices
by Paolo Bonzini
· 12 years ago