From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdTkL-0001jj-U6 for qemu-devel@nongnu.org; Wed, 01 Apr 2015 21:16:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdTkH-00046I-U4 for qemu-devel@nongnu.org; Wed, 01 Apr 2015 21:16:37 -0400 Received: from mga09.intel.com ([134.134.136.24]:12832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdTkH-000462-ON for qemu-devel@nongnu.org; Wed, 01 Apr 2015 21:16:33 -0400 From: "Li, Liang Z" Date: Thu, 2 Apr 2015 01:16:27 +0000 Message-ID: References: <1427099549-10633-1-git-send-email-liang.z.li@intel.com> In-Reply-To: <1427099549-10633-1-git-send-email-liang.z.li@intel.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v6 0/14] migration: Add a new feature to do live migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Cc: "quintela@redhat.com" , Markus Armbruster , "dgilbert@redhat.com" , "Zhang, Yang Z" , "quintela@redhate.com" , "amit.shah@redhat.com" , "lcapitulino@redhat.com" 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: Monday, March 23, 2015 4:32 PM > To: qemu-devel@nongnu.org > Cc: amit.shah@redhat.com; quintela@redhat.com; eblake@redhat.com; > dgilbert@redhat.com; quintela@redhate.com; lcapitulino@redhat.com; > Zhang, Yang Z; Li, Liang Z > Subject: [PATCH v6 0/14] migration: Add a new feature to do live migratio= n >=20 > This feature can help to reduce the data transferred about 60%, and the > migration time can also be reduced about 70%. >=20 > Summary of changed from v5->v6 >=20 > -Changed the schema of qmp interface > -Split the last patche in v5 into 3 patches > -Added some comments of the new functions > -Changed some places based on Juan's pathes > --- > arch_init.c | 506 ++++++++++++++++++++++++++++++++= ++++-- > docs/multi-thread-compression.txt | 149 +++++++++++ > hmp-commands.hx | 17 ++ > hmp.c | 65 +++++ > hmp.h | 4 + > include/migration/migration.h | 10 + > include/migration/qemu-file.h | 3 + > migration/migration.c | 122 +++++++++ > migration/qemu-file.c | 39 +++ > monitor.c | 25 ++ > qapi-schema.json | 79 +++++- > qmp-commands.hx | 57 +++++ > 12 files changed, 1053 insertions(+), 23 deletions(-) create mode 10064= 4 > docs/multi-thread-compression.txt >=20 > -- > 1.9.1