Re: [Qemu-devel] [PATCH 5/6] migration: send postcopy downtime back to source

2017-04-24 Thread Alexey
On Mon, Apr 24, 2017 at 06:26:31PM +0100, Dr. David Alan Gilbert wrote: > * Alexey Perevalov (a.pereva...@samsung.com) wrote: > > Right now to initiate postcopy live migration need to > > send request to source machine and specify destination. > > > > User could request migration status by query-m

Re: [Qemu-devel] [PATCH 5/6] migration: send postcopy downtime back to source

2017-04-24 Thread Dr. David Alan Gilbert
* Alexey Perevalov (a.pereva...@samsung.com) wrote: > Right now to initiate postcopy live migration need to > send request to source machine and specify destination. > > User could request migration status by query-migrate qmp command on > source machine, but postcopy downtime is being evaluated o

[Qemu-devel] [PATCH 5/6] migration: send postcopy downtime back to source

2017-04-14 Thread Alexey Perevalov
Right now to initiate postcopy live migration need to send request to source machine and specify destination. User could request migration status by query-migrate qmp command on source machine, but postcopy downtime is being evaluated on destination, so it should be transmitted back to source. For