index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
acpi
/
pcihp.c
Age
Commit message (
Expand
)
Author
2015-06-03
acpi: add acpi_send_gpe_event() to rise sci for hotplug
Zhu Guihua
2015-04-30
range: remove useless inclusions
Paolo Bonzini
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2015-02-26
pc: pcihp: expose MMIO base and len as properties
Igor Mammedov
2014-08-25
pcihp: fix possible array out of bounds
Gonglei
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-05-07
acpi/pcihp.c: Rewrite acpi_pcihp_get_bsel using object_property_get_int
Kirill Batuzov
2014-02-10
acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler API
Igor Mammedov
2014-02-10
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
Igor Mammedov
2014-02-05
hw:piix4:acpi: reuse pcihp code for legacy PCI hotplug
Igor Mammedov
2014-02-05
pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplug
Igor Mammedov
2014-02-05
pcihp: make PCI hotplug mmio handlers indifferent to PCI_HOTPLUG_ADDR
Igor Mammedov
2014-02-05
pcihp: replace enable|disable_device() with oneliners
Igor Mammedov
2014-02-05
pcihp: reduce number of device check events
Michael S. Tsirkin
2014-01-26
pcihp: generalization of piix4 acpi
Michael S. Tsirkin