aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2021-09-16hw/vfio: Fix typo in commentsCai Huoqing4-6/+6
2021-09-06vfio-ccw: forward halt/clear errorsCornelia Huck1-2/+2
2021-08-26vfio: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-4/+2
2021-07-14vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processorCai Huoqing1-0/+8
2021-07-14vfio/pci: Change to use vfio_pci_is()Cai Huoqing1-2/+2
2021-07-14vfio: Fix CID 1458134 in vfio_register_ram_discard_listener()David Hildenbrand1-1/+2
2021-07-12Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell1-1/+1
2021-07-08vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommusDavid Hildenbrand1-12/+53
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand1-0/+39
2021-07-08vfio: Sanity check maximum number of DMA mappings with RamDiscardManagerDavid Hildenbrand1-0/+43
2021-07-08vfio: Query and store the maximum number of possible DMA mappingsDavid Hildenbrand1-0/+4
2021-07-08vfio: Support for RamDiscardManager in the !vIOMMU caseDavid Hildenbrand1-0/+164
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen1-1/+1
2021-06-21s390x/css: Add passthrough IRBEric Farman1-0/+4
2021-06-18vfio/migration: Correct device state from vmstate change for savevm caseKirti Wankhede1-1/+10
2021-06-18vfio: Fix unregister SaveVMHandler in vfio_migration_finalizeKunkun Jiang1-0/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-20vfio-ccw: Attempt to clean up all IRQs on errorEric Farman1-3/+5
2021-05-20vfio-ccw: Permit missing IRQsEric Farman1-5/+7
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2-2/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth1-1/+0
2021-03-16vfio/migrate: Move switch of dirty tracking into vfio_memory_listenerKeqian Zhu2-44/+40
2021-03-16vfio: Support host translation granule sizeKunkun Jiang1-23/+25
2021-03-16vfio: Avoid disabling and enabling vectors repeatedly in VFIO migrationShenming Lu1-3/+17
2021-03-16vfio: Set the priority of the VFIO VM state change handler explicitlyShenming Lu1-1/+2
2021-03-16vfio: Move the saving of the config space to the right place in VFIO migrationShenming Lu1-10/+15
2021-03-16vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifierEric Auger1-1/+1
2021-03-16hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé4-11/+11
2021-03-16vfio: Fix vfio_listener_log_sync function name typoZenghui Yu1-2/+2
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-04vfio-ccw: Do not read region ret_code after writeEric Farman1-6/+6
2021-02-08vfio: add quirk device write methodPrasad J Pandit1-0/+8
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau1-0/+6
2021-01-21vfio-ccw: Connect the device request notifierEric Farman1-4/+36
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost1-2/+2
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost1-6/+0
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost1-3/+2
2020-11-23vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede2-4/+10
2020-11-23vfio: Make migration support experimentalAlex Williamson2-1/+3
2020-11-18docs: Fix some typos (found by codespell)Stefan Weil1-1/+1
2020-11-12Fix use after free in vfio_migration_probeKirti Wankhede1-1/+1
2020-11-03vfio: Don't issue full 2^64 unmapJean-Philippe Brucker1-0/+11
2020-11-03vfio: Set IOMMU page size as per host supported page sizeBharat Bhushan1-0/+8
2020-11-01vfio: fix incorrect print typeZhengui li1-2/+2
2020-11-01hw/vfio: Use lock guard macrosAmey Narkhede1-5/+2
2020-11-01vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato1-0/+10