summaryrefslogtreecommitdiffstats
path: root/hw/misc/vfio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-291-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/+321
* 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
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-14/+14
* vfio: abort if an emulated iommu is usedAvi Kivity2013-06-201-0/+2
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-2/+2
* hw: move VFIO and ivshmem to hw/misc/Paolo Bonzini2013-04-081-0/+3206
OpenPOWER on IntegriCloud