Re: [Qemu-devel] [PATCH v3 3/3] migration: add bitmap for received page

2017-06-23 Thread Perevalov Alexey
On Fri, Jun 23, 2017 at 08:41:41PM +0100, Dr. David Alan Gilbert wrote: > * Perevalov Alexey (alexey.pereva...@hotmail.com) wrote: > > On Fri, Jun 23, 2017 at 11:29:42AM +0100, Dr. David Alan Gilbert wrote: > > > * Alexey Perevalov (a.pereva...@samsung.com) wrote: > > > > This patch adds ability

Re: [Qemu-devel] [PATCH v3 3/3] migration: add bitmap for received page

2017-06-23 Thread Dr. David Alan Gilbert
* Perevalov Alexey (alexey.pereva...@hotmail.com) wrote: > On Fri, Jun 23, 2017 at 11:29:42AM +0100, Dr. David Alan Gilbert wrote: > > * Alexey Perevalov (a.pereva...@samsung.com) wrote: > > > This patch adds ability to track down already received > > > pages, it's necessary for calculation vCPU

Re: [Qemu-devel] [PATCH v3 3/3] migration: add bitmap for received page

2017-06-23 Thread Perevalov Alexey
On Wed, Jun 21, 2017 at 09:22:07PM +0200, Juan Quintela wrote: > Alexey Perevalov wrote: > > This patch adds ability to track down already received > > pages, it's necessary for calculation vCPU block time in > > postcopy migration feature, maybe for restore after > >

Re: [Qemu-devel] [PATCH v3 3/3] migration: add bitmap for received page

2017-06-23 Thread Perevalov Alexey
On Fri, Jun 23, 2017 at 11:29:42AM +0100, Dr. David Alan Gilbert wrote: > * Alexey Perevalov (a.pereva...@samsung.com) wrote: > > This patch adds ability to track down already received > > pages, it's necessary for calculation vCPU block time in > > postcopy migration feature, maybe for restore

Re: [Qemu-devel] [PATCH v3 3/3] migration: add bitmap for received page

2017-06-23 Thread Dr. David Alan Gilbert
* Alexey Perevalov (a.pereva...@samsung.com) wrote: > This patch adds ability to track down already received > pages, it's necessary for calculation vCPU block time in > postcopy migration feature, maybe for restore after > postcopy migration failure. > Also it's necessary to solve shared memory

Re: [Qemu-devel] [PATCH v3 3/3] migration: add bitmap for received page

2017-06-21 Thread Juan Quintela
Alexey Perevalov wrote: > This patch adds ability to track down already received > pages, it's necessary for calculation vCPU block time in > postcopy migration feature, maybe for restore after > postcopy migration failure. > Also it's necessary to solve shared memory

[Qemu-devel] [PATCH v3 3/3] migration: add bitmap for received page

2017-06-16 Thread Alexey Perevalov
This patch adds ability to track down already received pages, it's necessary for calculation vCPU block time in postcopy migration feature, maybe for restore after postcopy migration failure. Also it's necessary to solve shared memory issue in postcopy livemigration. Information about received