summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-142-6/+9
* vfio/pci: Fixup v0 PCIe capabilitiesAlex Williamson2017-07-101-0/+12
* vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson2017-07-103-4/+10
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-031-3/+3
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-3/+6
* pci: Fix the wrong assertion.Mao Zhongyi2017-07-031-1/+1
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-301-1/+1
|\
| * memory: remove the last param in memory_region_iommu_replay()Peter Xu2017-05-251-1/+1
* | vfio/ccw: update sense data if a unit check is pendingDong Jia Shi2017-05-191-0/+7
* | s390x/css: introduce and realize ccw-request callbackXiao Feng Ren2017-05-191-0/+85
* | vfio/ccw: get irqs info and set the eventfd fdDong Jia Shi2017-05-191-0/+101
* | vfio/ccw: get io region infoDong Jia Shi2017-05-191-0/+54
* | vfio/ccw: vfio based subchannel passthrough driverXiao Feng Ren2017-05-192-0/+188
|/
* sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost2017-05-172-0/+4
* vfio/pci: Fix incorrect error messageDong Jia Shi2017-05-031-2/+2
* vfio: enable 8-byte reads/writes to vfioJose Ricardo Ziviani2017-05-031-0/+10
* vfio: Set MemoryRegionOps:max_access_size and min_access_sizeJose Ricardo Ziviani2017-05-031-0/+4
* memory: add section range info for IOMMU notifierPeter Xu2017-04-201-3/+9
* vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirkAlex Williamson2017-04-071-1/+1
* Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"Xiong Zhang2017-03-311-38/+27Star
* vfio/pci-quirks.c: Disable stolen memory for igd VFIOXiongZhang2017-02-221-27/+38
* vfio/pci: Improve extended capability comments, skip masked capsAlex Williamson2017-02-221-10/+21
* vfio/pci: Report errors from qdev_unplug() via device requestAlex Williamson2017-02-221-1/+5
* vfio: allow to notify unmap for very large regionPeter Xu2017-02-171-4/+3Star
* vfio: introduce vfio_get_vaddr()Peter Xu2017-02-171-20/+45
* vfio: trace map/unmap for notify as wellPeter Xu2017-02-172-2/+3
* hw/vfio: Add CONFIG switches for calxeda-xgmac and amd-xgbeThomas Huth2017-02-101-2/+2
* hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" deviceThomas Huth2017-02-101-0/+1
* vfio-pci: Fix GTT wrap-around for Skylake+ IGDAlex Williamson2017-02-101-1/+4
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-02-021-1/+1
|\
| * trace: clean up trace-events filesStefan Hajnoczi2017-01-311-1/+1
* | pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-2/+6
|/
* vfio: remove a duplicated word in commentsCao jin2017-01-241-2/+2
* hw: Fix typos found by codespellStefan Weil2017-01-241-1/+1
* vfio: Add support for mmapping sub-page MMIO BARsYongji Xie2016-10-312-2/+68
* vfio/pci: fix out-of-sync BAR information on resetIdo Yariv2016-10-311-0/+12
* vfio: Handle zero-length sparse mmap rangesAlex Williamson2016-10-311-14/+22
* memory: Replace skip_dump flag with "ram_device"Alex Williamson2016-10-312-6/+5Star
* vfio: fix duplicate function callCao jin2016-10-171-2/+6
* vfio/pci: Fix vfio_rtl8168_quirk_data_read address offsetThorsten Kohfeldt2016-10-171-1/+1
* vfio/pci: Handle host oversightEric Auger2016-10-171-0/+11
* vfio/pci: Remove vfio_populate_device returned valueEric Auger2016-10-171-13/+10Star
* vfio/pci: Remove vfio_msix_early_setup returned valueEric Auger2016-10-171-10/+10
* vfio/pci: Conversion to realizeEric Auger2016-10-172-39/+27Star
* vfio/platform: Pass an error object to vfio_base_device_initEric Auger2016-10-171-23/+27
* vfio/platform: fix a wrong returned value in vfio_populate_deviceEric Auger2016-10-171-0/+1
* vfio/platform: Pass an error object to vfio_populate_deviceEric Auger2016-10-171-12/+13
* vfio: Pass an error object to vfio_get_deviceEric Auger2016-10-173-11/+10Star
* vfio: Pass an error object to vfio_get_groupEric Auger2016-10-173-17/+21
* vfio: Pass an Error object to vfio_connect_containerEric Auger2016-10-171-15/+25