aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
2014-06-23pcie: coding style tweakMichael S. Tsirkin
2014-06-23hw/pcie: better hotplug/hotunplug supportMarcel Apfelbaum
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum
2014-06-23hw/pcie: correct debug messageMarcel Apfelbaum
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-05-24pci: move dereferencing of root only after verifying valid root pointerSaravanakumar
2014-05-21pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber
2014-05-08pci: add Error-propagating pci_add_capability2()Laszlo Ersek
2014-05-05vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin
2014-05-05hw/pci/pcie_aer.c: fix buffer overruns on invalid state loadMichael S. Tsirkin
2014-03-31pci: Fix clearing IRQs on resetCole Robinson
2014-03-27hw/pci/pci_host.c: Avoid shifting left into sign bitPeter Maydell
2014-03-13pci: Move VMState registration/unregistration to QOM realize/unrealizeBandan Das
2014-03-09PCIE: fix regression with coldplugged multifunction deviceIgor Mammedov
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov
2014-02-10pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-01-26hw/pci: fix error flow in pci multifunction initMarcel Apfelbaum
2014-01-26pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi
2013-12-23qdev: switch reset to post-orderPaolo Bonzini
2013-12-23pci: clean up resetting of IRQsPaolo Bonzini
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini
2013-12-11pci: fix pci bridge fw pathGerd Hoffmann
2013-12-10pci: fix address space size for bridgeMichael S. Tsirkin
2013-11-21pci: unregister vmstate_pcibus on unplugBandan Das
2013-11-10Revert "hw/pci: partially handle pci master abort"Marcel Apfelbaum
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-16Makefile.target: CONFIG_NO_* variables removedÁkos Kovács
2013-10-14pcie_host: expose address formatMichael S. Tsirkin
2013-10-14pcie_host: expose UNMAPPED macroMichael S. Tsirkin
2013-10-14pci: fix up w64 size calculation helperMichael S. Tsirkin
2013-10-14hw/pci: removed irq field from PCIDeviceMarcel Apfelbaum
2013-10-14hw/pcie: AER and hot-plug events must use device's interruptMarcel Apfelbaum
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-10-14hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum
2013-10-14hw/pci: partially handle pci master abortMarcel Apfelbaum
2013-09-15pci: remove explicit check to 64K ioport sizeHervé Poussineau
2013-09-15pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin
2013-09-09Add c++ keywords to QAPI helper scriptTomoki Sekiyama
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber