summaryrefslogtreecommitdiffstats
path: root/hw/pci.h
Commit message (Expand)AuthorAgeFilesLines
* pci: move pci core code to hw/pciMichael S. Tsirkin2012-12-171-684/+0
* virtio-rng: hardware random number generator deviceAmit Shah2012-11-161-0/+1
* pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzleIsaku Yamahata2012-10-291-0/+2
* pci: Helper function for testing if an INTx route changedAlex Williamson2012-10-291-0/+1
* pci: honor PCI_COMMAND_MASTERAvi Kivity2012-10-221-0/+1
* pci: give each device its own address spaceAvi Kivity2012-10-221-0/+1
* pci: add a pci_vga_init() functionAurelien Jarno2012-10-061-0/+3
* Merge branch pci into masterMichael S. Tsirkin2012-07-291-7/+28
|\
| * pci: Add INTx routing notifierJan Kiszka2012-07-191-0/+7
| * pci: Add pci_device_route_intx_to_irqMichael S. Tsirkin2012-07-191-0/+12
| * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-1/+1
| * msix: Split PBA into it's own MemoryRegionAlex Williamson2012-06-181-4/+6
| * msix: Add simple BAR allocation MSIX setup functionsAlex Williamson2012-06-181-0/+2
| * msix: drop unused msix_bar_size, require valid bar_sizeJan Kiszka2012-06-181-2/+0
* | iommu: Allow PCI to use IOMMU infrastructureDavid Gibson2012-06-271-2/+7
* | iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson2012-06-271-1/+1
* | iommu: Add universal DMA helper functionsDavid Gibson2012-06-271-9/+12
* | pci.c: Add opaque argument to pci_for_each_device.Anthony PERARD2012-06-211-1/+3
* | qdev: Use int32_t container for devfn propertyMichael Roth2012-06-081-1/+1
|/
* msix: Introduce vector notifiersJan Kiszka2012-05-211-0/+8
* slotid: add slot id capabilityMichael S. Tsirkin2012-03-161-0/+2
* shpc: standard hot plug controllerMichael S. Tsirkin2012-03-161-0/+6
* pci: make another unused extern function staticMichael S. Tsirkin2012-03-151-1/+0
* pci: don't export an internal functionMichael S. Tsirkin2012-03-151-2/+0
* Merge remote-tracking branch 'bonzini/virtio-scsi' into stagingAnthony Liguori2012-02-241-0/+1
|\
| * virtio-scsi: Add virtio-scsi stub deviceStefan Hajnoczi2012-02-221-0/+1
* | pci: add accessors to get/set registers by maskMichael S. Tsirkin2012-02-221-0/+61
|/
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-2/+0
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-39/+41
* vga: improve VGA logicBlue Swirl2012-01-221-4/+0
* vmstate: extract declarations out of hw/hw.hPaolo Bonzini2012-01-131-0/+18
* msix: track function masked in pci device stateMichael S. Tsirkin2011-11-211-0/+2
* Add stub functions for PCI device models to do PCI DMADavid Gibson2011-11-011-0/+67
* qapi: Convert query-pciLuiz Capitulino2011-10-271-4/+0
* pci: add pci_address_space_io()Richard Henderson2011-09-251-0/+1
* pci: implement bridge filteringMichael S. Tsirkin2011-09-191-2/+0
* pci: Remove unused pci_reserve_capabilityJan Kiszka2011-09-191-2/+0
* PCI: delete unused mem_base and pci_to_cpu_addrBlue Swirl2011-09-101-2/+0
* pci: add pci_address_space()Avi Kivity2011-08-221-0/+1
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-2/+2
* pci: fold BAR mapping function into its callerAvi Kivity2011-08-081-1/+0
* pci: remove pci_register_bar()Avi Kivity2011-08-081-3/+0
* pci: convert pci rom to memory APIAvi Kivity2011-08-081-1/+2
* pci: remove pci_register_bar_simple()Avi Kivity2011-08-081-3/+0
* msix: convert to memory APIAvi Kivity2011-08-081-1/+1
* pci: allow I/O BARs to be registered with pci_register_bar_region()Avi Kivity2011-08-081-0/+1
* pci: pass I/O address space to new PCI busAvi Kivity2011-08-081-3/+7
* pci: add API to get a BAR's mapped addressAvi Kivity2011-08-081-0/+1
* pci: add MemoryRegion based BAR management APIAvi Kivity2011-07-291-0/+3
* pci: pass address space to pci bus when createdAvi Kivity2011-07-291-3/+9
OpenPOWER on IntegriCloud