summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster2021-08-261-4/+2Star
* vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processorCai Huoqing2021-07-141-0/+8
* vfio/pci: Change to use vfio_pci_is()Cai Huoqing2021-07-141-2/+2
* vfio: Fix CID 1458134 in vfio_register_ram_discard_listener()David Hildenbrand2021-07-141-1/+2
* Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell2021-07-121-1/+1
|\
| * target/s390x: move kvm files into kvm/Cho, Yu-Chen2021-07-071-1/+1
* | vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommusDavid Hildenbrand2021-07-081-12/+53
* | vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand2021-07-081-0/+39
* | vfio: Sanity check maximum number of DMA mappings with RamDiscardManagerDavid Hildenbrand2021-07-081-0/+43
* | vfio: Query and store the maximum number of possible DMA mappingsDavid Hildenbrand2021-07-081-0/+4
* | vfio: Support for RamDiscardManager in the !vIOMMU caseDavid Hildenbrand2021-07-081-0/+164
|/
* s390x/css: Add passthrough IRBEric Farman2021-06-211-0/+4
* vfio/migration: Correct device state from vmstate change for savevm caseKirti Wankhede2021-06-181-1/+10
* vfio: Fix unregister SaveVMHandler in vfio_migration_finalizeKunkun Jiang2021-06-181-0/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* vfio-ccw: Attempt to clean up all IRQs on errorEric Farman2021-05-201-3/+5
* vfio-ccw: Permit missing IRQsEric Farman2021-05-201-5/+7
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-023-3/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0Star
* vfio/migrate: Move switch of dirty tracking into vfio_memory_listenerKeqian Zhu2021-03-162-44/+40Star
* vfio: Support host translation granule sizeKunkun Jiang2021-03-161-23/+25
* vfio: Avoid disabling and enabling vectors repeatedly in VFIO migrationShenming Lu2021-03-161-3/+17
* vfio: Set the priority of the VFIO VM state change handler explicitlyShenming Lu2021-03-161-1/+2
* vfio: Move the saving of the config space to the right place in VFIO migrationShenming Lu2021-03-161-10/+15
* vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifierEric Auger2021-03-161-1/+1
* hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé2021-03-164-11/+11
* vfio: Fix vfio_listener_log_sync function name typoZenghui Yu2021-03-161-2/+2
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* vfio-ccw: Do not read region ret_code after writeEric Farman2021-03-041-6/+6
* vfio: add quirk device write methodPrasad J Pandit2021-02-081-0/+8
* ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau2021-02-041-0/+6
* vfio-ccw: Connect the device request notifierEric Farman2021-01-211-4/+36
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost2020-12-181-2/+2
* qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost2020-12-181-6/+0Star
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost2020-12-151-3/+2Star
* vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede2020-11-232-4/+10
* vfio: Make migration support experimentalAlex Williamson2020-11-232-1/+3
* docs: Fix some typos (found by codespell)Stefan Weil2020-11-181-1/+1
* Fix use after free in vfio_migration_probeKirti Wankhede2020-11-121-1/+1
* vfio: Don't issue full 2^64 unmapJean-Philippe Brucker2020-11-031-0/+11
* vfio: Set IOMMU page size as per host supported page sizeBharat Bhushan2020-11-031-0/+8
* vfio: fix incorrect print typeZhengui li2020-11-011-2/+2
* hw/vfio: Use lock guard macrosAmey Narkhede2020-11-011-5/+2Star
* vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato2020-11-011-0/+10
* vfio: Find DMA available capabilityMatthew Rosato2020-11-011-0/+31
* vfio: Create shared routine for scanning info capabilitiesMatthew Rosato2020-11-011-8/+13