aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-01vfio: fix incorrect print typeZhengui li1-2/+2
2020-11-01hw/vfio: Use lock guard macrosAmey Narkhede1-5/+2
2020-11-01s390x/pci: get zPCI function info from hostMatthew Rosato6-7/+202
2020-11-01vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato2-0/+12
2020-11-01s390x/pci: use a PCI Function structurePierre Morel3-6/+15
2020-11-01s390x/pci: clean up s390 PCI groupsMatthew Rosato1-0/+12
2020-11-01s390x/pci: use a PCI Group structurePierre Morel3-9/+66
2020-11-01s390x/pci: create a header dedicated to PCI CLPPierre Morel3-196/+212
2020-11-01s390x/pci: Honor DMA limits set by vfioMatthew Rosato6-11/+116
2020-11-01s390x/pci: Add routine to get the vfio dma available countMatthew Rosato3-0/+79
2020-11-01vfio: Find DMA available capabilityMatthew Rosato2-0/+33
2020-11-01vfio: Create shared routine for scanning info capabilitiesMatthew Rosato1-8/+13
2020-11-01s390x/pci: Move header files to include/hw/s390xMatthew Rosato6-5/+6
2020-11-01linux-headers: update against 5.10-rc1Matthew Rosato28-16/+294
2020-11-01update-linux-headers: Add vfio_zdev.hMatthew Rosato1-1/+1
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede6-0/+71
2020-11-01vfio: Make vfio-pci device migration capableKirti Wankhede2-21/+8
2020-11-01vfio: Add ioctl to get dirty pages bitmap during dma unmapKirti Wankhede1-4/+93
2020-11-01vfio: Dirty page tracking when vIOMMU is enabledKirti Wankhede2-6/+83
2020-11-01vfio: Add vfio_listener_log_sync to mark dirty pagesKirti Wankhede2-0/+117
2020-11-01vfio: Add function to start and stop dirty pages trackingKirti Wankhede1-0/+36
2020-11-01vfio: Get migration capability flags for containerKirti Wankhede3-9/+91
2020-11-01memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabledKirti Wankhede1-1/+1
2020-11-01vfio: Add load state functions to SaveVMHandlersKirti Wankhede2-0/+199
2020-11-01vfio: Add save state functions to SaveVMHandlersKirti Wankhede3-0/+283
2020-11-01vfio: Register SaveVMHandlers for VFIO deviceKirti Wankhede2-0/+104
2020-11-01vfio: Add migration state change notifierKirti Wankhede3-0/+31
2020-11-01vfio: Add VM state change handler to know state of VMKirti Wankhede3-0/+166
2020-11-01vfio: Add migration region initialization and finalize functionKirti Wankhede4-0/+135
2020-11-01vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede2-0/+53
2020-11-01vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede2-0/+9
2020-11-01vfio: Add function to unmap VFIO regionKirti Wankhede3-4/+30
2020-11-01Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-10-27-v2' into...Peter Maydell22-152/+446
2020-11-01tests/9pfs: add local Tunlinkat hard link testChristian Schoenebeck1-0/+30
2020-11-01tests/9pfs: add local Tlink testChristian Schoenebeck1-0/+71
2020-11-01tests/9pfs: add local Tunlinkat symlink testChristian Schoenebeck1-0/+28
2020-11-01tests/9pfs: add local Tsymlink testChristian Schoenebeck1-0/+77
2020-11-01tests/9pfs: add local Tunlinkat file testChristian Schoenebeck1-0/+24
2020-11-01tests/9pfs: add local Tlcreate testChristian Schoenebeck1-0/+77
2020-11-01tests/9pfs: add local Tunlinkat directory testChristian Schoenebeck1-0/+71
2020-11-01tests/9pfs: simplify do_mkdir()Christian Schoenebeck1-8/+19
2020-11-01tests/9pfs: Turn fs_mkdir() into a helperGreg Kurz1-5/+2
2020-11-01tests/9pfs: Turn fs_readdir_split() into a helperGreg Kurz1-7/+7
2020-11-01tests/9pfs: Factor out do_attach() helperGreg Kurz1-12/+16
2020-11-01tests/9pfs: Set alloc in fs_create_dir()Greg Kurz1-0/+1
2020-11-01tests/9pfs: Factor out do_version() helperGreg Kurz1-5/+9
2020-11-01tests/9pfs: Force removing of local 9pfs test directoryGreg Kurz1-1/+1
2020-11-01tests/9pfs: fix coverity error in create_local_test_dir()Christian Schoenebeck1-1/+6
2020-11-01tests/9pfs: fix test dir for parallel testsChristian Schoenebeck2-6/+20
2020-11-01tests/9pfs: make create/remove test dir publicChristian Schoenebeck2-6/+14