| Commit message (Expand) | Author | Age | Files | Lines |
* | vfio: Make vfio-pci device migration capable | Kirti Wankhede | 2020-11-01 | 1 | -1/+0 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | vfio: Rename PCI_VFIO to VFIO_PCI | Eduardo Habkost | 2020-09-09 | 1 | -1/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -1/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | vfio/pci: Move QOM macros to header | Eduardo Habkost | 2020-08-27 | 1 | -0/+3 |
* | hw/vfio: Move the IGD quirk code to a separate file | Thomas Huth | 2020-02-06 | 1 | -0/+17 |
* | vfio/pci: Respond to KVM irqchip change notifier | David Gibson | 2019-11-26 | 1 | -0/+1 |
* | vfio: unplug failover primary device before migration | Jens Freimann | 2019-10-29 | 1 | -0/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | spapr: Support NVIDIA V100 GPU with NVLink2 | Alexey Kardashevskiy | 2019-04-26 | 1 | -0/+2 |
* | vfio/display: add xres + yres properties | Gerd Hoffmann | 2019-03-11 | 1 | -0/+2 |
* | hw/vfio/display: add ramfb support | Gerd Hoffmann | 2018-10-15 | 1 | -0/+1 |
* | vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly | Alex Williamson | 2018-06-05 | 1 | -0/+2 |
* | vfio/quirks: ioeventfd quirk acceleration | Alex Williamson | 2018-06-05 | 1 | -0/+14 |
* | vfio/quirks: Add quirk reset callback | Alex Williamson | 2018-06-05 | 1 | -0/+2 |
* | ui: introduce vfio_display_reset | Tina Zhang | 2018-04-27 | 1 | -0/+1 |
* | vfio/display: adding region support | Gerd Hoffmann | 2018-03-13 | 1 | -0/+1 |
* | vfio/display: core & wireup | Gerd Hoffmann | 2018-03-13 | 1 | -0/+4 |
* | vfio/pci: Add option to disable GeForce quirks | Alex Williamson | 2018-02-06 | 1 | -0/+1 |
* | vfio/pci: Allow relocating MSI-X MMIO | Alex Williamson | 2018-02-06 | 1 | -0/+1 |
* | vfio/pci: Add base BAR MemoryRegion | Alex Williamson | 2018-02-06 | 1 | -0/+3 |
* | vfio/pci: Fixup VFIOMSIXInfo comment | Alex Williamson | 2018-02-06 | 1 | -1/+1 |
* | vfio-pci: Remove unused fields from VFIOMSIXInfo | Alexey Kardashevskiy | 2017-12-13 | 1 | -2/+0 |
* | vfio/pci: Add NVIDIA GPUDirect Cliques support | Alex Williamson | 2017-10-03 | 1 | -0/+3 |
* | vfio/pci: Add virtual capabilities quirk infrastructure | Alex Williamson | 2017-10-03 | 1 | -0/+1 |
* | vfio/pci: Pass an error object to vfio_pci_igd_opregion_init | Eric Auger | 2016-10-17 | 1 | -1/+2 |
* | vfio/pci: Pass an error object to vfio_populate_vga | Eric Auger | 2016-10-17 | 1 | -1/+1 |
* | vfio/pci: Fix VGA quirks | Alex Williamson | 2016-06-30 | 1 | -1/+0 |
* | vfio/pci: Add a separate option for IGD OpRegion support | Alex Williamson | 2016-05-26 | 1 | -0/+6 |
* | vfio/pci: Intel graphics legacy mode assignment | Alex Williamson | 2016-05-26 | 1 | -0/+2 |
* | vfio/pci: Split out VGA setup | Alex Williamson | 2016-03-11 | 1 | -0/+2 |
* | vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions | Alex Williamson | 2016-03-11 | 1 | -5/+5 |
* | vfio/pci: Lazy PBA emulation | Alex Williamson | 2016-01-19 | 1 | -0/+1 |
* | vfio/pci: Add emulated PCI IDs | Alex Williamson | 2015-09-23 | 1 | -2/+6 |
* | vfio/pci: Cache vendor and device ID | Alex Williamson | 2015-09-23 | 1 | -0/+2 |
* | vfio/pci: Move AMD device specific reset to quirks | Alex Williamson | 2015-09-23 | 1 | -0/+1 |
* | vfio/pci: Remove old config window and mirror quirks | Alex Williamson | 2015-09-23 | 1 | -22/+0 |
* | vfio/pci: Foundation for new quirk structure | Alex Williamson | 2015-09-23 | 1 | -3/+9 |
* | vfio/pci: Cleanup ROM blacklist quirk | Alex Williamson | 2015-09-23 | 1 | -5/+0 |
* | vfio/pci: Split quirks to a separate file | Alex Williamson | 2015-09-23 | 1 | -0/+15 |
* | vfio/pci: Extract PCI structures to a separate header | Alex Williamson | 2015-09-23 | 1 | -0/+158 |