aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell3-22/+27
2020-09-09vfio: Rename PCI_VFIO to VFIO_PCIEduardo Habkost2-12/+12
2020-09-09vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICEEduardo Habkost1-4/+4
2020-09-09ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICEEduardo Habkost1-1/+1
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-4/+6
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-3/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-4/+8
2020-09-01vfio/platform: Remove dead assignment in vfio_intp_interrupt()Chen Qun1-1/+1
2020-08-27vfio/pci: Move QOM macros to headerEduardo Habkost2-3/+3
2020-08-27hw/vfio/ap: Plug memleak in vfio_ap_get_group()Pan Nengyuan1-0/+1
2020-08-21meson: convert hw/vfioMarc-André Lureau2-8/+18
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-16vfio: fix use-after-free in displayGerd Hoffmann1-0/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-2/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2-8/+3
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand4-36/+42
2020-06-18vfio-ccw: Add support for the CRW region and IRQFarhan Ali1-0/+73
2020-06-18vfio-ccw: Refactor ccw irq handlerEric Farman1-16/+42
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali1-0/+63
2020-06-18vfio-ccw: Refactor cleanup of regionsEric Farman1-5/+9
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-22/+15
2020-06-11hw/vfio/pci-quirks: Fix broken legacy IGD passthroughThomas Huth1-0/+1
2020-06-11hw/vfio: Add VMD Passthrough QuirkJon Derrick1-12/+72
2020-06-10vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfdsPeter Xu1-22/+15
2020-06-05vfio-ccw: allow non-prefetch ORBsJared Rossi1-10/+3
2020-05-27vfio/nvlink: Remove exec permission to avoid SELinux AVCsLeonardo Bras1-2/+2
2020-05-18Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann1-2/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster2-4/+4
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-3/+3
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky1-3/+2
2020-04-07vfio/spapr: Fix page size calculationAlexey Kardashevskiy1-3/+3
2020-02-18hw/vfio/display: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2020-02-18Report stringified errno in VFIO related errorsMichal Privoznik1-2/+2
2020-02-06hw/vfio: Move the IGD quirk code to a separate fileThomas Huth5-611/+642
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau4-5/+5
2020-01-06vfio/pci: Don't remove irqchip notifier if not registeredPeter Xu1-1/+3
2019-12-18hw/vfio/ap: drop local_err from vfio_ap_realizeVladimir Sementsov-Ogievskiy1-6/+3
2019-12-14vfio-ccw: Fix error messageBoris Fiuczynski1-1/+1
2019-11-26vfio/pci: Respond to KVM irqchip change notifierDavid Gibson2-6/+20
2019-11-26vfio/pci: Split vfio_intx_update()David Gibson1-17/+22
2019-11-18vfio: vfio-pci requires EDIDPaolo Bonzini1-0/+1
2019-11-18vfio: don't ignore return value of migrate_add_blockerJens Freimann1-1/+1
2019-11-18hw/vfio/pci: Fix double free of migration_blockerMichal Privoznik1-0/+2
2019-10-29vfio: unplug failover primary device before migrationJens Freimann2-6/+21
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-3/+4
2019-10-10hw/vfio/pci: fix double free in vfio_msi_disableEvgeny Yakovlev1-0/+1
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger1-2/+7