Re: [Qemu-devel] [PATCH v6 0/14] migration: Add a new feature to do live migration

2015-04-01 Thread Li, Liang Z
Hi guys, Any more comments about this patch serials? Especially the last three patches about the qmp and hmp interfaces. Markus & Eric, could you help to take a look? Sorry for missing Markus in the CC lists. Liang > -Original Message- > From: Li, Liang Z > Sent:

[Qemu-devel] [PATCH v6 0/14] migration: Add a new feature to do live migration

2015-03-23 Thread Liang Li
This feature can help to reduce the data transferred about 60%, and the migration time can also be reduced about 70%. Summary of changed from v5->v6 -Changed the schema of qmp interface -Split the last patche in v5 into 3 patches -Added some comments of the new functions -Chan