Re: [PATCH v5 1/1] docs/devel: Add VFIO device migration documentation

2021-05-17 Thread Tarun Gupta (SW-GPU)
Hi Alex, Cornelia, Just wanted to confirm that this patch will be pulled in QEMU 6.1, right? Thanks, Tarun On 4/18/2021 5:52 PM, Tarun Gupta wrote: Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Reviewed-by: Cornelia

[PATCH v5 1/1] docs/devel: Add VFIO device migration documentation

2021-04-18 Thread Tarun Gupta
Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Reviewed-by: Cornelia Huck Co-developed-by: Kirti Wankhede Signed-off-by: Kirti Wankhede Signed-off-by: Tarun Gupta --- Tested by building docs with new vfio-migration.rst

[PATCH v4 1/1] docs/devel: Add VFIO device migration documentation

2021-04-09 Thread Tarun Gupta
Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Co-developed-by: Kirti Wankhede Signed-off-by: Tarun Gupta --- Tested by building docs with new vfio-migration.rst file v4: - Added info about vfio_listener_log_global_[start

Re: [PATCH v3 1/1] docs/devel: Add VFIO device migration documentation

2021-04-07 Thread Tarun Gupta (SW-GPU)
On 4/7/2021 3:53 PM, Cornelia Huck wrote: External email: Use caution opening links or attachments On Mon, 5 Apr 2021 22:32:47 +0530 "Tarun Gupta (SW-GPU)" wrote: On 4/1/2021 4:35 PM, Cornelia Huck wrote: On Fri, 26 Mar 2021 18:48:50 +0530 Tarun Gupta wrote: + +Si

Re: [PATCH v3 1/1] docs/devel: Add VFIO device migration documentation

2021-04-05 Thread Tarun Gupta (SW-GPU)
On 4/1/2021 4:35 PM, Cornelia Huck wrote: On Fri, 26 Mar 2021 18:48:50 +0530 Tarun Gupta wrote: Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Tested by building docs with the new vfio-migration.rst file. I don&#

Re: [PATCH v3 1/1] docs/devel: Add VFIO device migration documentation

2021-04-01 Thread Tarun Gupta (SW-GPU)
On 3/27/2021 11:34 AM, Shenming Lu wrote: On 2021/3/26 21:18, Tarun Gupta wrote: Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Tested by building docs with the new vfio-migration.rst file. v3: - Add introductory line

[PATCH v3 1/1] docs/devel: Add VFIO device migration documentation

2021-03-26 Thread Tarun Gupta
pinning. - Incorporated comments from v2 v2: - Included the new vfio-migration.rst file in index.rst - Updated dirty page tracking section, also added details about 'pre-copy-dirty-page-tracking' opt-out option. - Incorporated comments around wording of doc. Signed-off-by: Tarun Gupta

Re: [PATCH v2 1/1] docs/devel: Add VFIO device migration documentation

2021-03-16 Thread Tarun Gupta (SW-GPU)
On 3/15/2021 10:52 PM, Cornelia Huck wrote: On Thu, 11 Mar 2021 00:50:09 +0530 Tarun Gupta wrote: Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Tested by building docs with the new vfio-migration.rst file. v2

Re: [PATCH v2 1/1] docs/devel: Add VFIO device migration documentation

2021-03-16 Thread Tarun Gupta (SW-GPU)
On 3/12/2021 8:43 AM, Tian, Kevin wrote: From: Tarun Gupta Sent: Thursday, March 11, 2021 3:20 AM Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Tested by building docs with the new vfio-migration.rst file. v2

[PATCH v2 1/1] docs/devel: Add VFIO device migration documentation

2021-03-10 Thread Tarun Gupta
details about 'pre-copy-dirty-page-tracking' opt-out option. - Incorporated comments around wording of doc. Signed-off-by: Tarun Gupta Signed-off-by: Kirti Wankhede --- MAINTAINERS | 1 + docs/devel/index.rst | 1 + docs/devel/vfio-migration

[PATCH v1 1/1] vfio: Make migration support non experimental by default.

2021-03-08 Thread Tarun Gupta
bit-stream. So, this patch proposes to make vfio migration support in QEMU to be enabled by default. Tested by successfully migrating mdev device. Signed-off-by: Tarun Gupta Signed-off-by: Kirti Wankhede --- hw/vfio/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw