Age | Commit message (Expand) | Author | Files | Lines |
2017-05-03 | vfio/pci: Fix incorrect error message | Dong Jia Shi | 1 | -2/+2 |
2017-05-03 | vfio: enable 8-byte reads/writes to vfio | Jose Ricardo Ziviani | 1 | -0/+10 |
2017-05-03 | vfio: Set MemoryRegionOps:max_access_size and min_access_size | Jose Ricardo Ziviani | 1 | -0/+4 |
2017-04-20 | memory: add section range info for IOMMU notifier | Peter Xu | 1 | -3/+9 |
2017-04-06 | vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirk | Alex Williamson | 1 | -1/+1 |
2017-03-31 | Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO" | Xiong Zhang | 1 | -38/+27 |
2017-02-22 | vfio/pci-quirks.c: Disable stolen memory for igd VFIO | XiongZhang | 1 | -27/+38 |
2017-02-22 | vfio/pci: Improve extended capability comments, skip masked caps | Alex Williamson | 1 | -10/+21 |
2017-02-22 | vfio/pci: Report errors from qdev_unplug() via device request | Alex Williamson | 1 | -1/+5 |
2017-02-17 | vfio: allow to notify unmap for very large region | Peter Xu | 1 | -4/+3 |
2017-02-17 | vfio: introduce vfio_get_vaddr() | Peter Xu | 1 | -20/+45 |
2017-02-17 | vfio: trace map/unmap for notify as well | Peter Xu | 2 | -2/+3 |
2017-02-10 | hw/vfio: Add CONFIG switches for calxeda-xgmac and amd-xgbe | Thomas Huth | 1 | -2/+2 |
2017-02-10 | hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" device | Thomas Huth | 1 | -0/+1 |
2017-02-10 | vfio-pci: Fix GTT wrap-around for Skylake+ IGD | Alex Williamson | 1 | -1/+4 |
2017-02-02 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -1/+1 |
2017-02-01 | pci: Convert msix_init() to Error and fix callers | Cao jin | 1 | -2/+6 |
2017-01-31 | trace: clean up trace-events files | Stefan Hajnoczi | 1 | -1/+1 |
2017-01-24 | vfio: remove a duplicated word in comments | Cao jin | 1 | -2/+2 |
2017-01-24 | hw: Fix typos found by codespell | Stefan Weil | 1 | -1/+1 |
2016-10-31 | vfio: Add support for mmapping sub-page MMIO BARs | Yongji Xie | 2 | -2/+68 |
2016-10-31 | vfio/pci: fix out-of-sync BAR information on reset | Ido Yariv | 1 | -0/+12 |
2016-10-31 | vfio: Handle zero-length sparse mmap ranges | Alex Williamson | 1 | -14/+22 |
2016-10-31 | memory: Replace skip_dump flag with "ram_device" | Alex Williamson | 2 | -6/+5 |
2016-10-17 | vfio: fix duplicate function call | Cao jin | 1 | -2/+6 |
2016-10-17 | vfio/pci: Fix vfio_rtl8168_quirk_data_read address offset | Thorsten Kohfeldt | 1 | -1/+1 |
2016-10-17 | vfio/pci: Handle host oversight | Eric Auger | 1 | -0/+11 |
2016-10-17 | vfio/pci: Remove vfio_populate_device returned value | Eric Auger | 1 | -13/+10 |
2016-10-17 | vfio/pci: Remove vfio_msix_early_setup returned value | Eric Auger | 1 | -10/+10 |
2016-10-17 | vfio/pci: Conversion to realize | Eric Auger | 2 | -39/+27 |
2016-10-17 | vfio/platform: Pass an error object to vfio_base_device_init | Eric Auger | 1 | -23/+27 |
2016-10-17 | vfio/platform: fix a wrong returned value in vfio_populate_device | Eric Auger | 1 | -0/+1 |
2016-10-17 | vfio/platform: Pass an error object to vfio_populate_device | Eric Auger | 1 | -12/+13 |
2016-10-17 | vfio: Pass an error object to vfio_get_device | Eric Auger | 3 | -11/+10 |
2016-10-17 | vfio: Pass an error object to vfio_get_group | Eric Auger | 3 | -17/+21 |
2016-10-17 | vfio: Pass an Error object to vfio_connect_container | Eric Auger | 1 | -15/+25 |
2016-10-17 | vfio/pci: Pass an error object to vfio_pci_igd_opregion_init | Eric Auger | 3 | -8/+8 |
2016-10-17 | vfio/pci: Pass an error object to vfio_add_capabilities | Eric Auger | 1 | -28/+31 |
2016-10-17 | vfio/pci: Pass an error object to vfio_intx_enable | Eric Auger | 1 | -12/+29 |
2016-10-17 | vfio/pci: Pass an error object to vfio_msix_early_setup | Eric Auger | 1 | -5/+8 |
2016-10-17 | vfio/pci: Pass an error object to vfio_populate_device | Eric Auger | 1 | -14/+12 |
2016-10-17 | vfio/pci: Pass an error object to vfio_populate_vga | Eric Auger | 3 | -9/+16 |
2016-10-17 | vfio/pci: Use local error object in vfio_initfn | Eric Auger | 1 | -30/+42 |
2016-09-27 | memory: introduce IOMMUNotifier and its caps | Peter Xu | 1 | -2/+2 |
2016-09-15 | vfio/pci: Fix regression in MSI routing configuration | David Gibson | 1 | -1/+3 |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier | 1 | -1/+1 |
2016-08-08 | vfio: Use error_report() instead of error_printf() for errors | Markus Armbruster | 1 | -1/+1 |
2016-07-21 | kvm-irqchip: do explicit commit when update irq | Peter Xu | 1 | -0/+1 |
2016-07-21 | kvm-irqchip: simplify kvm_irqchip_add_msi_route | Peter Xu | 1 | -6/+5 |
2016-07-18 | vfio/pci: Hide ARI capability | Alex Williamson | 1 | -0/+1 |