Re: [Qemu-devel] [PATCH v8 00/13] Add migration support for VFIO device

2019-08-26 Thread no-reply
] [PATCH v8 00/13] Add migration support for VFIO device === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback b

[Qemu-devel] [PATCH v8 00/13] Add migration support for VFIO device

2019-08-26 Thread Kirti Wankhede
Add migration support for VFIO device This Patch set include patches as below: - Define KABI for VFIO device for migration support. - Added save and restore functions for PCI configuration space - Generic migration functionality for VFIO device. * This patch set adds functionality only for PCI d