summaryrefslogtreecommitdiff
path: root/hw/vfio/common.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-28vfio: convert to 128 bit arithmetic calculations when adding mem regionsBandan Das1-8/+11
2016-03-16vfio: Eliminate vfio_container_ioctl()David Gibson1-45/+0
2016-03-16vfio: Start improving VFIO/EEH interfaceDavid Gibson1-0/+95
2016-03-10vfio: Generalize region supportAlex Williamson1-28/+144
2016-03-10vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson1-0/+18
2016-01-29hw/vfio: Clean up includesPeter Maydell1-0/+1
2015-10-05vfio: Allow hotplug of containers onto existing guest IOMMU mappingsDavid Gibson1-14/+9
2015-10-05vfio: Record host IOMMU's available IO page sizesDavid Gibson1-0/+13
2015-10-05vfio: Check guest IOVA ranges against host IOMMU capabilitiesDavid Gibson1-3/+37
2015-10-05vfio: Generalize vfio_listener_region_add failure pathDavid Gibson1-11/+15
2015-10-05vfio: Remove unneeded union from VFIOContainerDavid Gibson1-33/+19
2015-09-23vfio: Change polarity of our no-mmap optionAlex Williamson1-1/+1
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-07-06vfio: Unregister IOMMU notifiers when container is destroyedAlexey Kardashevskiy1-0/+8
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini1-2/+5
2015-03-10vfio: Remove superfluous '\n' around error_report()Gonglei1-5/+5
2015-03-09sPAPR: Implement sPAPRPHBClass EEH callbacksGavin Shan1-0/+1
2015-03-02vfio: allow to disable MMAP per device with -x-mmap=off optionSamuel Pitoiset1-1/+1
2015-03-02vfio: Make type1 listener symbols staticAlexey Kardashevskiy1-2/+2
2015-03-02vfio: Add ioctl number to error reportAlexey Kardashevskiy1-2/+2
2015-02-10vfio: Use vfio type1 v2 IOMMU interfaceAlex Williamson1-2/+6
2015-02-10vfio: free dynamically-allocated data in instance_finalizePaolo Bonzini1-1/+4
2015-02-10vfio: cleanup vfio_get_device error path, remove vfio_populate_device callbackPaolo Bonzini1-18/+12
2015-02-04vfio: fix wrong initialize vfio_group_listChen Fan1-1/+1
2014-12-22vfio: Cleanup error_report()sAlex Williamson1-1/+1
2014-12-22hw/vfio: create common moduleEric Auger1-0/+959