Age | Commit message (Expand) | Author | Files | Lines |
2012-07-29 | Merge branch pci into master | Michael S. Tsirkin | 1 | -7/+28 |
2012-07-19 | pci: Add INTx routing notifier | Jan Kiszka | 1 | -0/+7 |
2012-07-19 | pci: Add pci_device_route_intx_to_irq | Michael S. Tsirkin | 1 | -0/+12 |
2012-07-04 | pci: convert PCIUnregisterFunc to void | Alex Williamson | 1 | -1/+1 |
2012-06-27 | iommu: Allow PCI to use IOMMU infrastructure | David Gibson | 1 | -2/+7 |
2012-06-27 | iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers | David Gibson | 1 | -1/+1 |
2012-06-27 | iommu: Add universal DMA helper functions | David Gibson | 1 | -9/+12 |
2012-06-21 | pci.c: Add opaque argument to pci_for_each_device. | Anthony PERARD | 1 | -1/+3 |
2012-06-18 | msix: Split PBA into it's own MemoryRegion | Alex Williamson | 1 | -4/+6 |
2012-06-18 | msix: Add simple BAR allocation MSIX setup functions | Alex Williamson | 1 | -0/+2 |
2012-06-18 | msix: drop unused msix_bar_size, require valid bar_size | Jan Kiszka | 1 | -2/+0 |
2012-06-08 | qdev: Use int32_t container for devfn property | Michael Roth | 1 | -1/+1 |
2012-05-21 | msix: Introduce vector notifiers | Jan Kiszka | 1 | -0/+8 |
2012-03-16 | slotid: add slot id capability | Michael S. Tsirkin | 1 | -0/+2 |
2012-03-16 | shpc: standard hot plug controller | Michael S. Tsirkin | 1 | -0/+6 |
2012-03-15 | pci: make another unused extern function static | Michael S. Tsirkin | 1 | -1/+0 |
2012-03-15 | pci: don't export an internal function | Michael S. Tsirkin | 1 | -2/+0 |
2012-02-24 | Merge remote-tracking branch 'bonzini/virtio-scsi' into staging | Anthony Liguori | 1 | -0/+1 |
2012-02-22 | pci: add accessors to get/set registers by mask | Michael S. Tsirkin | 1 | -0/+61 |
2012-02-22 | virtio-scsi: Add virtio-scsi stub device | Stefan Hajnoczi | 1 | -0/+1 |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 1 | -2/+0 |
2012-01-27 | pci: convert to QEMU Object Model | Anthony Liguori | 1 | -39/+41 |
2012-01-22 | vga: improve VGA logic | Blue Swirl | 1 | -4/+0 |
2012-01-13 | vmstate: extract declarations out of hw/hw.h | Paolo Bonzini | 1 | -0/+18 |
2011-11-21 | msix: track function masked in pci device state | Michael S. Tsirkin | 1 | -0/+2 |
2011-11-01 | Add stub functions for PCI device models to do PCI DMA | David Gibson | 1 | -0/+67 |
2011-10-27 | qapi: Convert query-pci | Luiz Capitulino | 1 | -4/+0 |
2011-09-25 | pci: add pci_address_space_io() | Richard Henderson | 1 | -0/+1 |
2011-09-19 | pci: implement bridge filtering | Michael S. Tsirkin | 1 | -2/+0 |
2011-09-19 | pci: Remove unused pci_reserve_capability | Jan Kiszka | 1 | -2/+0 |
2011-09-10 | PCI: delete unused mem_base and pci_to_cpu_addr | Blue Swirl | 1 | -2/+0 |
2011-08-22 | pci: add pci_address_space() | Avi Kivity | 1 | -0/+1 |
2011-08-08 | pci: rename pci_register_bar_region() to pci_register_bar() | Avi Kivity | 1 | -2/+2 |
2011-08-08 | pci: fold BAR mapping function into its caller | Avi Kivity | 1 | -1/+0 |
2011-08-08 | pci: remove pci_register_bar() | Avi Kivity | 1 | -3/+0 |
2011-08-08 | pci: convert pci rom to memory API | Avi Kivity | 1 | -1/+2 |
2011-08-08 | pci: remove pci_register_bar_simple() | Avi Kivity | 1 | -3/+0 |
2011-08-08 | msix: convert to memory API | Avi Kivity | 1 | -1/+1 |
2011-08-08 | pci: allow I/O BARs to be registered with pci_register_bar_region() | Avi Kivity | 1 | -0/+1 |
2011-08-08 | pci: pass I/O address space to new PCI bus | Avi Kivity | 1 | -3/+7 |
2011-08-08 | pci: add API to get a BAR's mapped address | Avi Kivity | 1 | -0/+1 |
2011-07-29 | pci: add MemoryRegion based BAR management API | Avi Kivity | 1 | -0/+3 |
2011-07-29 | pci: pass address space to pci bus when created | Avi Kivity | 1 | -3/+9 |
2011-06-15 | Merge remote-tracking branch 'origin/master' into pci | Michael S. Tsirkin | 1 | -1/+1 |
2011-06-12 | pci: move ids of config space into PCIDeviceInfo | Isaku Yamahata | 1 | -0/+7 |
2011-05-06 | Fix typo in code and comments | Stefan Weil | 1 | -1/+1 |
2011-04-07 | pci: add pci_register_bar_simple() API | Avi Kivity | 1 | -0/+3 |
2011-04-01 | pci: add accessor function to get irq levels | Isaku Yamahata | 1 | -0/+1 |
2011-03-28 | pci: use uint8_t for devfn_min | Isaku Yamahata | 1 | -3/+3 |
2011-03-28 | pci: use devfn for pci_find_device() instead of (slot, fn) pair | Isaku Yamahata | 1 | -1/+1 |