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
2020-08-27
Introduce a new flag for i440fx to disable PCI hotplug on the root bus
Ani Sinha
2020-07-02
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
2020-06-15
qdev: Convert to qdev_unrealize() with Coccinelle
Markus Armbruster
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-03-29
acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot()
Igor Mammedov
2020-03-16
qom/object: enable setter for uint types
Felipe Franciosi
2019-11-05
hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
Philippe Mathieu-Daudé
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-05-20
acpi/pcihp: Add a few more trace points related to unplug
Markus Armbruster
2019-05-20
acpi/pcihp: Convert debug printf()s to trace events
Markus Armbruster
2019-03-06
qdev: Let the hotplug_handler_unplug() caller delete the device
David Hildenbrand
2019-02-17
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
2018-12-20
pci/pcihp: perform unplug via the hotplug handler
David Hildenbrand
2018-12-20
pci/pcihp: overwrite hotplug handler recursively from the start
David Hildenbrand
2018-12-20
pci/pcihp: perform check for bus capability in pre_plug handler
David Hildenbrand
2018-06-01
hw: Do not include "exec/ioport.h" if it is not necessary
Philippe Mathieu-Daudé
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-09-08
hw/acpi: Move acpi_set_pci_info to pcihp
Anthony PERARD
2017-09-08
hw/acpi: Limit hotplug to root bus on legacy mode
Anthony PERARD
2017-06-20
pcihp: use get_uint() for "bsel" property
Marc-André Lureau
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-03-01
pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twice
Igor Mammedov
2016-06-07
pc: use AcpiDeviceIfClass.send_event to issue GPE events
Igor Mammedov
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
x86: Clean up includes
Peter Maydell
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