summaryrefslogtreecommitdiff
path: root/hw/misc/vfio.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-31Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania1-0/+1
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-1/+0
2014-10-15vfio: remove bootindex property from qdev to qomGonglei1-1/+11
2014-09-22vfio: make rom read endian sensitiveNikunj A Dadhania1-3/+24
2014-09-22Revert "vfio: Make BARs native endian"Alexey Kardashevskiy1-31/+10
2014-08-25vfio: Enable NVIDIA 88000 region quirk regardless of VGAAlex Williamson1-2/+6
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-9/+2
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-7/+0
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini1-2/+2
2014-08-05vfio: Don't cache MSIMessageAlex Williamson1-6/+2
2014-08-05vfio: Fix MSI-X vector expansionAlex Williamson1-9/+29
2014-07-15sPAPR/IOMMU: Fix TCE entry permissionGavin Shan1-1/+1
2014-06-30vfio: use correct runstatePaolo Bonzini1-1/+1
2014-06-30vfio: Make BARs native endianAlexey Kardashevskiy1-10/+31
2014-06-30vfio-pci: Fix MSI-X masking performanceAlex Williamson1-102/+131
2014-06-30vfio-pci: Fix MSI/X debug codeAlex Williamson1-2/+2
2014-06-27vfio: Enable for SPAPRAlexey Kardashevskiy1-0/+36
2014-06-27vfio: Add vfio_container_ioctl()Alexey Kardashevskiy1-0/+42
2014-05-30vfio: Add guest side IOMMU supportDavid Gibson1-5/+134
2014-05-30vfio: Create VFIOAddressSpace objects as neededDavid Gibson1-16/+41
2014-05-30vfio: Introduce VFIO address spacesDavid Gibson1-13/+38
2014-05-30vfio: Rework to have error pathsAlexey Kardashevskiy1-26/+32
2014-05-30vfio: Fix 128 bit handlingAlexey Kardashevskiy1-3/+6
2014-05-30vfio-pci: Quirk RTL8168 NICAlex Williamson1-0/+144
2014-03-25vfio: Cosmetic error reporting fixesAlex Williamson1-14/+14
2014-03-25vfio: Correction in vfio_rom_read when attempting rom loadingBandan Das1-4/+1
2014-02-26vfio: blacklist loading of unstable romsBandan Das1-0/+73
2014-02-26vfio: Fix overrun after readlink() fills buffer completelyMarkus Armbruster1-3/+3
2014-01-28vfio: correct debug macro typoBandan Das1-1/+1
2014-01-17vfio: fix mapping of MSIX barAlexey Kardashevskiy1-3/+3
2014-01-16vfio-pci: Fail initfn on DMA mapping errorsAlex Williamson1-6/+38
2014-01-16vfio: Filter out bogus mappingsAlex Williamson1-1/+8
2014-01-15vfio: Do not reattempt a failed rom readBandan Das1-0/+6
2014-01-15vfio: warn if host device rom can't be readBandan Das1-0/+7
2014-01-15vfio: Destroy memory regionsAlex Williamson1-0/+4
2013-12-06vfio-pci: Release all MSI-X vectors when disabledAlex Williamson1-0/+12
2013-12-06vfio-pci: Add debug config options to disable MSI/X KVM supportAlex Williamson1-4/+20
2013-12-06vfio-pci: Fix Nvidia MSI ACK through 0x88000 quirkAlex Williamson1-1/+29
2013-12-06vfio-pci: Make use of new KVM-VFIO deviceAlex Williamson1-0/+67
2013-11-21vfio-pci: Fix multifunction=onAlex Williamson1-0/+7
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-5/+6
2013-10-14hw/vfio: set interrupts using pci irq wrappersMarcel Apfelbaum1-5/+6
2013-10-04vfio-pci: Fix endian issues in vfio_pci_size_rom()Alex Williamson1-2/+2
2013-10-04vfio-pci: Add dummy PCI ROM write accessorAlex Williamson1-0/+6
2013-10-03vfio: Fix debug output for int128 valuesAlexey Kardashevskiy1-2/+4
2013-10-02vfio-pci: Implement PCI hot resetAlex Williamson1-38/+300
2013-10-02vfio-pci: Cleanup error_reportsAlex Williamson1-12/+12
2013-10-02vfio-pci: Lazy PCI option ROM loadingAlex Williamson1-62/+122
2013-10-02vfio-pci: Test device reset capabilitiesAlex Williamson1-0/+46
2013-10-02vfio-pci: Add support for MSI affinityAlex Williamson1-7/+40