Re: [Qemu-devel] [RFC v2 0/2] Add live migration support in the PVRDMA device

2019-07-08 Thread Marcel Apfelbaum
On 7/8/19 12:38 PM, Daniel P. Berrangé wrote: On Sat, Jul 06, 2019 at 10:04:55PM +0300, Marcel Apfelbaum wrote: Hi Sukrit, On 7/6/19 7:09 AM, Sukrit Bhatnagar wrote: Changes in v2: * Modify load_dsr() such that dsr mapping is not performed if dsr value is non-NULL. Also move

Re: [Qemu-devel] [RFC v2 0/2] Add live migration support in the PVRDMA device

2019-07-08 Thread Daniel P . Berrangé
On Sat, Jul 06, 2019 at 10:04:55PM +0300, Marcel Apfelbaum wrote: > Hi Sukrit, > > On 7/6/19 7:09 AM, Sukrit Bhatnagar wrote: > > Changes in v2: > > > > * Modify load_dsr() such that dsr mapping is not performed if dsr value > >is non-NULL. Also move free_dsr() out of load_dsr() and call it

Re: [Qemu-devel] [RFC v2 0/2] Add live migration support in the PVRDMA device

2019-07-06 Thread Marcel Apfelbaum
Hi Sukrit, On 7/6/19 7:09 AM, Sukrit Bhatnagar wrote: Changes in v2: * Modify load_dsr() such that dsr mapping is not performed if dsr value is non-NULL. Also move free_dsr() out of load_dsr() and call it right before if needed. These two changes will allow us to call load_dsr() even

[Qemu-devel] [RFC v2 0/2] Add live migration support in the PVRDMA device

2019-07-05 Thread Sukrit Bhatnagar
Changes in v2: * Modify load_dsr() such that dsr mapping is not performed if dsr value is non-NULL. Also move free_dsr() out of load_dsr() and call it right before if needed. These two changes will allow us to call load_dsr() even when we have already done dsr mapping and would like to go