summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* Add c++ keywords to QAPI helper scriptTomoki Sekiyama2013-09-091-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-032-7/+28
|\
| * pci: add config space access tracesAlexey Kardashevskiy2013-08-281-1/+10
| * pci: Introduce helper to retrieve a PCI device's DMA address spaceAlexey Kardashevskiy2013-08-271-6/+18
* | qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-302-2/+3
* | pci: Pass size to pci_bus_new_inplace()Andreas Färber2013-08-301-1/+1
|/
* pcie_port: Turn PCIEPort and PCIESlot into abstract QOM typesAndreas Färber2013-07-291-0/+52
* pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber2013-07-293-13/+31
* scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber2013-07-231-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-182-1/+6
|\
| * pci-bridge: update mappings for migration/restoreDon Koch2013-07-102-1/+6
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-085-87/+137
|\ \ | |/
| * pci: Fold host_buses list into PCIHostState functionalityDavid Gibson2013-07-071-19/+14
| * pci: Remove domain from PCIHostBusDavid Gibson2013-07-071-4/+3
| * pci: Simpler implementation of primary PCI busDavid Gibson2013-07-072-9/+26
| * pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-072-5/+8
| * pci: Add root bus argument to pci_get_bus_devfn()David Gibson2013-07-072-5/+6
| * pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson2013-07-074-24/+27
| * pci: Use helper to find device's root bus in pci_find_domain()David Gibson2013-07-073-10/+15
| * pci: Abolish pci_find_root_bus()David Gibson2013-07-072-13/+40
| * pci: Move pci_read_devaddr to pci-hotplug-old.cDavid Gibson2013-07-042-15/+15
| * pci: Cleanup configuration for pci-hotplug.cDavid Gibson2013-07-042-4/+4
* | hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-045-14/+16
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-045-13/+13
|/
* memory: give name to every AddressSpaceAlexey Kardashevskiy2013-06-201-1/+2
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-4/+0
* pci: use memory core for iommu supportAvi Kivity2013-06-201-20/+19
* dma: eliminate old-style IOMMU supportPaolo Bonzini2013-06-201-1/+2
* qdev: Drop FROM_QBUS() macroAndreas Färber2013-06-071-1/+1
* pci: add VMSTATE_MSIXGerd Hoffmann2013-06-031-0/+33
* exec: eliminate qemu_put_ram_ptrPaolo Bonzini2013-05-241-2/+0
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-0815-2683/+0
* hw: make all of hw/pci/ configurable via default-configs/Paolo Bonzini2013-04-081-0/+2
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-0815-1/+2684
* hw: move headers to include/Paolo Bonzini2013-04-0816-2468/+3
* usb-storage: Forward serial number to scsi-diskKevin Wolf2013-04-051-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-03-268-48/+220
|\
| * pcie: Add endpoint capability initialization wrapperAlex Williamson2013-03-262-13/+17
| * pcie: Mangle types to match topologyAlex Williamson2013-03-261-0/+13
| * pci: Create and use API to determine root busesAlex Williamson2013-03-262-4/+10
| * pci: Create pci_bus_is_express helperAlex Williamson2013-03-262-0/+6
| * pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson2013-03-264-13/+12
| * pci: Move PCI and PCIE type definesAlex Williamson2013-03-262-4/+5
| * pci: Create and register a new PCI Express TypeInfoAlex Williamson2013-03-262-0/+7
| * pci: refuse empty ROM filesStefan Hajnoczi2013-03-261-1/+6
| * pci_bridge: Use a default map_irq functionAlex Williamson2013-03-261-1/+1
| * pci: Fix INTx routing notifier recursionAlex Williamson2013-03-261-3/+4
| * pci_bridge: drop formatting from sourceMichael S. Tsirkin2013-03-261-8/+0
| * pci_bridge: factor out common codeMichael S. Tsirkin2013-03-263-19/+22
| * pci: Teach PCI Bridges about VGA routingAlex Williamson2013-03-264-2/+55
OpenPOWER on IntegriCloud