summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-063-21/+21
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-212-4/+4
* kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-151-1/+4
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-211-1/+1
* vfio: Fix memory leak of hostwinPeng Liang2021-11-171-0/+8
* vfio/common: Add a trace point when a MMIO RAM section cannot be mappedKunkun Jiang2021-11-011-0/+7
* vfio/pci: Add support for mmapping sub-page MMIO BARs after live migrationKunkun Jiang2021-11-011-1/+18
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-151-2/+2
* memory: Name all the memory listenersPeter Xu2021-09-302-0/+2
* memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson2021-09-301-0/+1
* hw/vfio: Fix typo in commentsCai Huoqing2021-09-164-6/+6
* vfio-ccw: forward halt/clear errorsCornelia Huck2021-09-061-2/+2
* 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