summaryrefslogtreecommitdiffstats
path: root/hw/misc/vfio.c
Commit message (Expand)AuthorAgeFilesLines
* vfio: use kvm_resamplefds_enabled()Eric Auger2014-12-151-3/+2
* Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania2014-10-311-0/+1
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-1/+0
* vfio: remove bootindex property from qdev to qomGonglei2014-10-151-1/+11
* vfio: make rom read endian sensitiveNikunj A Dadhania2014-09-221-3/+24
* Revert "vfio: Make BARs native endian"Alexey Kardashevskiy2014-09-221-31/+10
* vfio: Enable NVIDIA 88000 region quirk regardless of VGAAlex Williamson2014-08-251-2/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-9/+2
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-7/+0
| * memory: convert memory_region_destroy to object_unparentPaolo Bonzini2014-08-181-2/+2
* | vfio: Don't cache MSIMessageAlex Williamson2014-08-051-6/+2
* | 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/+1
* 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
OpenPOWER on IntegriCloud