summaryrefslogtreecommitdiffstats
path: root/hw/misc/vfio.c
Commit message (Expand)AuthorAgeFilesLines
* vfio: Don't cache MSIMessageAlex Williamson2014-08-051-6/+2Star
* vfio: Fix MSI-X vector expansionAlex Williamson2014-08-051-9/+29
* sPAPR/IOMMU: Fix TCE entry permissionGavin Shan2014-07-151-1/+1
* vfio: use correct runstatePaolo Bonzini2014-06-301-1/+1
* vfio: Make BARs native endianAlexey Kardashevskiy2014-06-301-10/+31
* vfio-pci: Fix MSI-X masking performanceAlex Williamson2014-06-301-102/+131
* vfio-pci: Fix MSI/X debug codeAlex Williamson2014-06-301-2/+2
* vfio: Enable for SPAPRAlexey Kardashevskiy2014-06-271-0/+36
* vfio: Add vfio_container_ioctl()Alexey Kardashevskiy2014-06-271-0/+42
* vfio: Add guest side IOMMU supportDavid Gibson2014-05-301-5/+134
* vfio: Create VFIOAddressSpace objects as neededDavid Gibson2014-05-301-16/+41
* vfio: Introduce VFIO address spacesDavid Gibson2014-05-301-13/+38
* vfio: Rework to have error pathsAlexey Kardashevskiy2014-05-301-26/+32
* vfio: Fix 128 bit handlingAlexey Kardashevskiy2014-05-301-3/+6
* vfio-pci: Quirk RTL8168 NICAlex Williamson2014-05-301-0/+144
* vfio: Cosmetic error reporting fixesAlex Williamson2014-03-251-14/+14
* vfio: Correction in vfio_rom_read when attempting rom loadingBandan Das2014-03-251-4/+1Star
* vfio: blacklist loading of unstable romsBandan Das2014-02-261-0/+73
* vfio: Fix overrun after readlink() fills buffer completelyMarkus Armbruster2014-02-261-3/+3
* vfio: correct debug macro typoBandan Das2014-01-281-1/+1
* vfio: fix mapping of MSIX barAlexey Kardashevskiy2014-01-171-3/+3
* vfio-pci: Fail initfn on DMA mapping errorsAlex Williamson2014-01-161-6/+38
* vfio: Filter out bogus mappingsAlex Williamson2014-01-161-1/+8
* vfio: Do not reattempt a failed rom readBandan Das2014-01-151-0/+6
* vfio: warn if host device rom can't be readBandan Das2014-01-151-0/+7
* vfio: Destroy memory regionsAlex Williamson2014-01-151-0/+4
* vfio-pci: Release all MSI-X vectors when disabledAlex Williamson2013-12-061-0/+12
* vfio-pci: Add debug config options to disable MSI/X KVM supportAlex Williamson2013-12-061-4/+20
* vfio-pci: Fix Nvidia MSI ACK through 0x88000 quirkAlex Williamson2013-12-061-1/+29
* vfio-pci: Make use of new KVM-VFIO deviceAlex Williamson2013-12-061-0/+67
* vfio-pci: Fix multifunction=onAlex Williamson2013-11-211-0/+7
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-5/+6
|\
| * hw/vfio: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-5/+6
* | vfio-pci: Fix endian issues in vfio_pci_size_rom()Alex Williamson2013-10-041-2/+2
* | vfio-pci: Add dummy PCI ROM write accessorAlex Williamson2013-10-041-0/+6
* | vfio: Fix debug output for int128 valuesAlexey Kardashevskiy2013-10-031-2/+4
* | vfio-pci: Implement PCI hot resetAlex Williamson2013-10-021-38/+300
* | vfio-pci: Cleanup error_reportsAlex Williamson2013-10-021-12/+12
* | vfio-pci: Lazy PCI option ROM loadingAlex Williamson2013-10-021-62/+122
* | vfio-pci: Test device reset capabilitiesAlex Williamson2013-10-021-0/+46
* | vfio-pci: Add support for MSI affinityAlex Williamson2013-10-021-7/+40
|/
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori2013-08-301-2/+2
|\
| * kvm: add KVM_IRQFD_FLAG_RESAMPLE supportVincenzo Maffione2013-08-091-2/+2
* | aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-7/+7
* | devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
|/
* vfio: QEMU-AER: Qemu changes to support AER for VFIO-PCI devicesVijay Mohan Pandarathil2013-07-151-0/+125
* vfio-pci: VGA quirk updateAlex Williamson2013-07-151-336/+321Star
* hw/m*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-15/+15
* vfio: pass device to vfio_mmap_bar and use it to set ownerPaolo Bonzini2013-07-041-5/+6
* memory: add ref/unref callsPaolo Bonzini2013-07-041-0/+2