Re: [Qemu-devel] [RFC 0/1] Add live migration support to the PVRDMA device

2019-06-25 Thread Marcel Apfelbaum
On 6/25/19 12:11 PM, Dr. David Alan Gilbert wrote: * Marcel Apfelbaum (marcel.apfelb...@gmail.com) wrote: Hi Dmitry, On 6/25/19 11:39 AM, Dmitry Fleytman wrote: On 25 Jun 2019, at 11:14, Marcel Apfelbaum wrote: Hi Sukrit On 6/21/19 5:45 PM, Sukrit Bhatnagar wrote: Hi, [...] This RFC i

Re: [Qemu-devel] [RFC 0/1] Add live migration support to the PVRDMA device

2019-06-25 Thread Dmitry Fleytman
> On 25 Jun 2019, at 11:49, Marcel Apfelbaum wrote: > > Hi Dmitry, > > On 6/25/19 11:39 AM, Dmitry Fleytman wrote: >> >>> On 25 Jun 2019, at 11:14, Marcel Apfelbaum >>> wrote: >>> >>> Hi Sukrit >>> >>> On 6/21/19 5:45 PM, Sukrit Bhatnagar wrote: Hi, >>> [...] This RFC is meant

Re: [Qemu-devel] [RFC 0/1] Add live migration support to the PVRDMA device

2019-06-25 Thread Dr. David Alan Gilbert
* Marcel Apfelbaum (marcel.apfelb...@gmail.com) wrote: > Hi Dmitry, > > On 6/25/19 11:39 AM, Dmitry Fleytman wrote: > > > > > On 25 Jun 2019, at 11:14, Marcel Apfelbaum > > > wrote: > > > > > > Hi Sukrit > > > > > > On 6/21/19 5:45 PM, Sukrit Bhatnagar wrote: > > > > Hi, > > > [...] > > > > T

Re: [Qemu-devel] [RFC 0/1] Add live migration support to the PVRDMA device

2019-06-25 Thread Marcel Apfelbaum
Hi Dmitry, On 6/25/19 11:39 AM, Dmitry Fleytman wrote: On 25 Jun 2019, at 11:14, Marcel Apfelbaum wrote: Hi Sukrit On 6/21/19 5:45 PM, Sukrit Bhatnagar wrote: Hi, [...] This RFC is meant to request suggestions on the things which are working and for help on the things which are not. [.

Re: [Qemu-devel] [RFC 0/1] Add live migration support to the PVRDMA device

2019-06-25 Thread Dmitry Fleytman
> On 25 Jun 2019, at 11:14, Marcel Apfelbaum wrote: > > Hi Sukrit > > On 6/21/19 5:45 PM, Sukrit Bhatnagar wrote: >> Hi, > [...] >> This RFC is meant to request suggestions on the things which are >> working and for help on the things which are not. >> > [...] >> What is not working: >> > [

Re: [Qemu-devel] [RFC 0/1] Add live migration support to the PVRDMA device

2019-06-25 Thread Marcel Apfelbaum
Hi Sukrit On 6/21/19 5:45 PM, Sukrit Bhatnagar wrote: Hi, [...] This RFC is meant to request suggestions on the things which are working and for help on the things which are not. [...] What is not working: [...] * It seems that vmxnet3 migration itself is not working properly, at least

Re: [Qemu-devel] [RFC 0/1] Add live migration support to the PVRDMA device

2019-06-21 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190621144541.13770-1-skrtbht...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [RFC 0/1] Add live migration support to the PVRDMA device Message-id

[Qemu-devel] [RFC 0/1] Add live migration support to the PVRDMA device

2019-06-21 Thread Sukrit Bhatnagar
Hi, I am a GSoC participant, trying to implement live migration for the pvrdma device with help from my mentors Marcel and Yuval. My current task is to save and load the various addresses that the device uses for DMA mapping. We will be adding the device state into live migration, incrementally. A