summaryrefslogtreecommitdiff
path: root/hw/misc/vfio.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-7/+7
2013-08-09kvm: add KVM_IRQFD_FLAG_RESAMPLE supportVincenzo Maffione1-2/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-15vfio: QEMU-AER: Qemu changes to support AER for VFIO-PCI devicesVijay Mohan Pandarathil1-0/+125
2013-07-15vfio-pci: VGA quirk updateAlex Williamson1-336/+321
2013-07-04hw/m*: pass owner to memory_region_init* functionsPaolo Bonzini1-15/+15
2013-07-04vfio: pass device to vfio_mmap_bar and use it to set ownerPaolo Bonzini1-5/+6
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-14/+14
2013-06-20vfio: abort if an emulated iommu is usedAvi Kivity1-0/+2
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-2/+2
2013-04-08hw: move VFIO and ivshmem to hw/misc/Paolo Bonzini1-0/+3206