summaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2017-04-06vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirkAlex Williamson1-1/+1
2017-03-31Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"Xiong Zhang1-38/+27
2017-02-22vfio/pci-quirks.c: Disable stolen memory for igd VFIOXiongZhang1-27/+38
2017-02-22vfio/pci: Improve extended capability comments, skip masked capsAlex Williamson1-10/+21
2017-02-22vfio/pci: Report errors from qdev_unplug() via device requestAlex Williamson1-1/+5
2017-02-17vfio: allow to notify unmap for very large regionPeter Xu1-4/+3
2017-02-17vfio: introduce vfio_get_vaddr()Peter Xu1-20/+45
2017-02-17vfio: trace map/unmap for notify as wellPeter Xu2-2/+3
2017-02-10hw/vfio: Add CONFIG switches for calxeda-xgmac and amd-xgbeThomas Huth1-2/+2
2017-02-10hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" deviceThomas Huth1-0/+1
2017-02-10vfio-pci: Fix GTT wrap-around for Skylake+ IGDAlex Williamson1-1/+4
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+1
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-2/+6
2017-01-31trace: clean up trace-events filesStefan Hajnoczi1-1/+1
2017-01-24vfio: remove a duplicated word in commentsCao jin1-2/+2
2017-01-24hw: Fix typos found by codespellStefan Weil1-1/+1
2016-10-31vfio: Add support for mmapping sub-page MMIO BARsYongji Xie2-2/+68
2016-10-31vfio/pci: fix out-of-sync BAR information on resetIdo Yariv1-0/+12
2016-10-31vfio: Handle zero-length sparse mmap rangesAlex Williamson1-14/+22
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson2-6/+5
2016-10-17vfio: fix duplicate function callCao jin1-2/+6
2016-10-17vfio/pci: Fix vfio_rtl8168_quirk_data_read address offsetThorsten Kohfeldt1-1/+1
2016-10-17vfio/pci: Handle host oversightEric Auger1-0/+11
2016-10-17vfio/pci: Remove vfio_populate_device returned valueEric Auger1-13/+10
2016-10-17vfio/pci: Remove vfio_msix_early_setup returned valueEric Auger1-10/+10
2016-10-17vfio/pci: Conversion to realizeEric Auger2-39/+27
2016-10-17vfio/platform: Pass an error object to vfio_base_device_initEric Auger1-23/+27
2016-10-17vfio/platform: fix a wrong returned value in vfio_populate_deviceEric Auger1-0/+1
2016-10-17vfio/platform: Pass an error object to vfio_populate_deviceEric Auger1-12/+13
2016-10-17vfio: Pass an error object to vfio_get_deviceEric Auger3-11/+10
2016-10-17vfio: Pass an error object to vfio_get_groupEric Auger3-17/+21
2016-10-17vfio: Pass an Error object to vfio_connect_containerEric Auger1-15/+25
2016-10-17vfio/pci: Pass an error object to vfio_pci_igd_opregion_initEric Auger3-8/+8
2016-10-17vfio/pci: Pass an error object to vfio_add_capabilitiesEric Auger1-28/+31
2016-10-17vfio/pci: Pass an error object to vfio_intx_enableEric Auger1-12/+29
2016-10-17vfio/pci: Pass an error object to vfio_msix_early_setupEric Auger1-5/+8
2016-10-17vfio/pci: Pass an error object to vfio_populate_deviceEric Auger1-14/+12
2016-10-17vfio/pci: Pass an error object to vfio_populate_vgaEric Auger3-9/+16
2016-10-17vfio/pci: Use local error object in vfio_initfnEric Auger1-30/+42
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu1-2/+2
2016-09-15vfio/pci: Fix regression in MSI routing configurationDavid Gibson1-1/+3
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-08vfio: Use error_report() instead of error_printf() for errorsMarkus Armbruster1-1/+1
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu1-0/+1
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu1-6/+5
2016-07-18vfio/pci: Hide ARI capabilityAlex Williamson1-0/+1
2016-07-18vfio/spapr: Remove stale ioctl() callDavid Gibson1-1/+0
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-3/+3
2016-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+5
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-2/+5