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

2021-03-18 Thread Cornelia Huck
On Tue, 16 Mar 2021 21:48:38 +0530 "Tarun Gupta (SW-GPU)" wrote: > 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 mig

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

2021-03-16 Thread Tian, Kevin
> From: Tarun Gupta (SW-GPU) > Sent: Tuesday, March 16, 2021 9:35 PM > > > >> + > >> +* A ``save_live_iterate`` function that reads the VFIO device's data from > the > >> + vendor driver through the migration region during iterative phase. > >> + > >> +* A ``save_live_complete_precopy`` functio

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

2021-03-16 Thread Tian, Kevin
> From: Dr. David Alan Gilbert > Sent: Tuesday, March 16, 2021 11:47 PM > > * Tian, Kevin (kevin.t...@intel.com) wrote: > > > From: Qemu-devel bounces+kevin.tian=intel@nongnu.org> > > > On Behalf Of Dr. David Alan Gilbert > > > > > > * Daniel P. Berrangé (berra...@redhat.com) wrote: > > > >

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: - Inc

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

2021-03-16 Thread Dr. David Alan Gilbert
* Tian, Kevin (kevin.t...@intel.com) wrote: > > From: Qemu-devel > > On Behalf Of Dr. David Alan Gilbert > > > > * Daniel P. Berrangé (berra...@redhat.com) wrote: > > > On Thu, Mar 11, 2021 at 12:50:09AM +0530, Tarun Gupta wrote: > > > > Document interfaces used for VFIO device migration. Added f

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: - Incl

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

2021-03-15 Thread Cornelia Huck
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: > - Included the new vfio-migration.rst fil

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

2021-03-11 Thread Tian, Kevin
> 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: > - Included the new vfio-migration

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

2021-03-11 Thread Tian, Kevin
> From: Qemu-devel > On Behalf Of Dr. David Alan Gilbert > > * Daniel P. Berrangé (berra...@redhat.com) wrote: > > On Thu, Mar 11, 2021 at 12:50:09AM +0530, Tarun Gupta wrote: > > > Document interfaces used for VFIO device migration. Added flow of state > changes > > > during live migration with

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

2021-03-11 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) wrote: > On Thu, Mar 11, 2021 at 12:50:09AM +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-migrati

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

2021-03-11 Thread Daniel P . Berrangé
On Thu, Mar 11, 2021 at 12:50:09AM +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: > - Included the new vfio-migration.rs

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

2021-03-10 Thread Tarun Gupta
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: - Included the new vfio-migration.rst file in index.rst - Updated dirty page tracking section, also added detail