]> git.proxmox.com Git - qemu.git/commit
Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121008.0' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Fri, 12 Oct 2012 14:14:14 +0000 (09:14 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 12 Oct 2012 14:14:14 +0000 (09:14 -0500)
commit557e01a3f9956ba53f804a7394dc1ff2a9540109
treeaf40b589d501e46dfc518e25d4b939896b1918ce
parent4336ef7a55751c867422c0df9f42877c5661c278
parent3a4f2816fac1b0f9cc197bb2208ddf03dc7bc592
Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121008.0' into staging

* awilliam/tags/vfio-pci-for-qemu-20121008.0:
  vfio-pci: Fix BAR->VFIODevice translation in
  vfio-pci: Clang cleanup
  vfio-pci: Cleanup on INTx setup failure
  vfio-pci: Extend reset
  vfio-pci: Remove setting of MSI qsize
  vfio-pci: Use uintptr_t for void* cast
  vfio-pci: Don't peak at msi_supported
  vfio-pci: Roll the header into the .c file
  vfio-pci: No spurious MSIs
  vfio-pci: Rework MSIX setup/teardown
  vfio-pci: Unmap and retry DMA mapping
  vfio-pci: Re-order map/unmap
  vfio-pci: Update slow path INTx algorithm