summary refs log tree commit diff stats
path: root/hw/vfio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"Xiong Zhang2017-03-311-38/+27
* 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/+3
* 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/+5
* 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/+10
* vfio/pci: Remove vfio_msix_early_setup returned valueEric Auger2016-10-171-10/+10
* vfio/pci: Conversion to realizeEric Auger2016-10-172-39/+27
* 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/+10
* 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
* vfio/pci: Pass an error object to vfio_pci_igd_opregion_initEric Auger2016-10-173-8/+8
* vfio/pci: Pass an error object to vfio_add_capabilitiesEric Auger2016-10-171-28/+31
* vfio/pci: Pass an error object to vfio_intx_enableEric Auger2016-10-171-12/+29
* vfio/pci: Pass an error object to vfio_msix_early_setupEric Auger2016-10-171-5/+8
* vfio/pci: Pass an error object to vfio_populate_deviceEric Auger2016-10-171-14/+12
* vfio/pci: Pass an error object to vfio_populate_vgaEric Auger2016-10-173-9/+16
* vfio/pci: Use local error object in vfio_initfnEric Auger2016-10-171-30/+42
* memory: introduce IOMMUNotifier and its capsPeter Xu2016-09-271-2/+2
* vfio/pci: Fix regression in MSI routing configurationDavid Gibson2016-09-151-1/+3
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* vfio: Use error_report() instead of error_printf() for errorsMarkus Armbruster2016-08-081-1/+1
* kvm-irqchip: do explicit commit when update irqPeter Xu2016-07-211-0/+1
* kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu2016-07-211-6/+5
* vfio/pci: Hide ARI capabilityAlex Williamson2016-07-181-0/+1
* vfio/spapr: Remove stale ioctl() callDavid Gibson2016-07-181-1/+0
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-3/+3
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-051-2/+5
|\
| * pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-2/+5
* | vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)Alexey Kardashevskiy2016-07-053-10/+143