Age | Commit message (Expand) | Author |
2018-06-05 | vfio/quirks: Add quirk reset callback | Alex Williamson |
2018-04-27 | ui: introduce vfio_display_reset | Tina Zhang |
2018-03-13 | ppc/spapr, vfio: Turn off MSIX emulation for VFIO devices | Alexey Kardashevskiy |
2018-03-13 | vfio-pci: Allow mmap of MSIX BAR | Alexey Kardashevskiy |
2018-03-13 | vfio/display: core & wireup | Gerd Hoffmann |
2018-03-06 | use g_path_get_basename instead of basename | Julia Suvorova |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan |
2018-02-06 | vfio/pci: Add option to disable GeForce quirks | Alex Williamson |
2018-02-06 | vfio/pci: Allow relocating MSI-X MMIO | Alex Williamson |
2018-02-06 | vfio/pci: Emulate BARs | Alex Williamson |
2018-02-06 | vfio/pci: Add base BAR MemoryRegion | Alex Williamson |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson |
2017-10-15 | pci: Add interface names to hybrid PCI devices | Eduardo Habkost |
2017-10-03 | vfio/pci: Add NVIDIA GPUDirect Cliques support | Alex Williamson |
2017-10-03 | vfio/pci: Add virtual capabilities quirk infrastructure | Alex Williamson |
2017-10-03 | vfio/pci: Do not unwind on error | Alex Williamson |
2017-07-26 | vfio/pci: fix use of freed memory | Philippe Mathieu-Daudé |
2017-07-10 | vfio/pci: Fixup v0 PCIe capabilities | Alex Williamson |
2017-07-10 | vfio: Test realized when using VFIOGroup.device_list iterator | Alex Williamson |
2017-07-03 | pci: Replace pci_add_capability2() with pci_add_capability() | Mao Zhongyi |
2017-07-03 | pci: Make errp the last parameter of pci_add_capability() | Mao Zhongyi |
2017-07-03 | pci: Fix the wrong assertion. | Mao Zhongyi |
2017-05-03 | vfio/pci: Fix incorrect error message | Dong Jia Shi |
2017-02-22 | vfio/pci: Improve extended capability comments, skip masked caps | Alex Williamson |
2017-02-22 | vfio/pci: Report errors from qdev_unplug() via device request | Alex Williamson |
2017-02-01 | pci: Convert msix_init() to Error and fix callers | Cao jin |
2017-01-24 | vfio: remove a duplicated word in comments | Cao jin |
2016-10-31 | vfio: Add support for mmapping sub-page MMIO BARs | Yongji Xie |
2016-10-31 | vfio/pci: fix out-of-sync BAR information on reset | Ido Yariv |
2016-10-17 | vfio: fix duplicate function call | Cao jin |
2016-10-17 | vfio/pci: Handle host oversight | Eric Auger |
2016-10-17 | vfio/pci: Remove vfio_populate_device returned value | Eric Auger |
2016-10-17 | vfio/pci: Remove vfio_msix_early_setup returned value | Eric Auger |
2016-10-17 | vfio/pci: Conversion to realize | Eric Auger |
2016-10-17 | vfio: Pass an error object to vfio_get_device | Eric Auger |
2016-10-17 | vfio: Pass an error object to vfio_get_group | Eric Auger |
2016-10-17 | vfio/pci: Pass an error object to vfio_pci_igd_opregion_init | Eric Auger |
2016-10-17 | vfio/pci: Pass an error object to vfio_add_capabilities | Eric Auger |
2016-10-17 | vfio/pci: Pass an error object to vfio_intx_enable | Eric Auger |
2016-10-17 | vfio/pci: Pass an error object to vfio_msix_early_setup | Eric Auger |
2016-10-17 | vfio/pci: Pass an error object to vfio_populate_device | Eric Auger |
2016-10-17 | vfio/pci: Pass an error object to vfio_populate_vga | Eric Auger |
2016-10-17 | vfio/pci: Use local error object in vfio_initfn | Eric Auger |
2016-09-15 | vfio/pci: Fix regression in MSI routing configuration | David Gibson |
2016-07-21 | kvm-irqchip: do explicit commit when update irq | Peter Xu |
2016-07-21 | kvm-irqchip: simplify kvm_irqchip_add_msi_route | Peter Xu |
2016-07-18 | vfio/pci: Hide ARI capability | Alex Williamson |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin |