summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio: Convert to ram_block_discard_disable()David Hildenbrand2020-07-024-36/+42
* vfio-ccw: Add support for the CRW region and IRQFarhan Ali2020-06-181-0/+73
* vfio-ccw: Refactor ccw irq handlerEric Farman2020-06-181-16/+42
* vfio-ccw: Add support for the schib regionFarhan Ali2020-06-181-0/+63
* vfio-ccw: Refactor cleanup of regionsEric Farman2020-06-181-5/+9
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-131-22/+15Star
|\
| * vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfdsPeter Xu2020-06-101-22/+15Star
* | hw/vfio/pci-quirks: Fix broken legacy IGD passthroughThomas Huth2020-06-111-0/+1
* | hw/vfio: Add VMD Passthrough QuirkJon Derrick2020-06-111-12/+72
|/
* vfio-ccw: allow non-prefetch ORBsJared Rossi2020-06-051-10/+3Star
* vfio/nvlink: Remove exec permission to avoid SELinux AVCsLeonardo Bras2020-05-271-2/+2
* Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann2020-05-181-2/+2
* qdev: Unrealize must not failMarkus Armbruster2020-05-152-4/+4
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-3/+3
* lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2020-05-041-3/+2Star
* vfio/spapr: Fix page size calculationAlexey Kardashevskiy2020-04-071-3/+3
* hw/vfio/display: Remove superfluous semicolonPhilippe Mathieu-Daudé2020-02-181-1/+1
* Report stringified errno in VFIO related errorsMichal Privoznik2020-02-181-2/+2
* hw/vfio: Move the IGD quirk code to a separate fileThomas Huth2020-02-065-611/+642
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-244-5/+5
* vfio/pci: Don't remove irqchip notifier if not registeredPeter Xu2020-01-061-1/+3
* hw/vfio/ap: drop local_err from vfio_ap_realizeVladimir Sementsov-Ogievskiy2019-12-181-6/+3Star
* vfio-ccw: Fix error messageBoris Fiuczynski2019-12-141-1/+1
* vfio/pci: Respond to KVM irqchip change notifierDavid Gibson2019-11-262-6/+20
* vfio/pci: Split vfio_intx_update()David Gibson2019-11-261-17/+22
* vfio: vfio-pci requires EDIDPaolo Bonzini2019-11-181-0/+1
* vfio: don't ignore return value of migrate_add_blockerJens Freimann2019-11-181-1/+1
* hw/vfio/pci: Fix double free of migration_blockerMichal Privoznik2019-11-181-0/+2
* vfio: unplug failover primary device before migrationJens Freimann2019-10-292-6/+21
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-3/+4
* hw/vfio/pci: fix double free in vfio_msi_disableEvgeny Yakovlev2019-10-101-0/+1
* memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-2/+7
* vfio: Turn the container error into an Error handleEric Auger2019-10-042-16/+31
* vfio: fix a typoChen Zhang2019-09-191-2/+2
* memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-2/+3
* hw/vfio: Access MemoryRegion with MemOpTony Nguyen2019-09-031-2/+4
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-162-2/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-165-0/+5
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-164-0/+4
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-0/+2
* Include migration/vmstate.h lessMarkus Armbruster2019-08-165-0/+5
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* vfio-ccw: Test vfio_set_irq_signaling() return valueAlex Williamson2019-07-081-3/+2Star
* vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()Eric Auger2019-07-021-2/+5
* vfio-ccw: support async command subregionCornelia Huck2019-06-241-2/+111
* vfio-ccw: use vfio_set_irq_signalingCornelia Huck2019-06-241-38/+13Star