From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwcVE-0008QJ-Ie for qemu-devel@nongnu.org; Wed, 11 Nov 2015 16:00:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwcV9-0000ia-GT for qemu-devel@nongnu.org; Wed, 11 Nov 2015 16:00:24 -0500 Received: from e06smtp06.uk.ibm.com ([195.75.94.102]:49187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwcV9-0000iD-7R for qemu-devel@nongnu.org; Wed, 11 Nov 2015 16:00:19 -0500 Received: from localhost by e06smtp06.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 11 Nov 2015 21:00:17 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 009F02190056 for ; Wed, 11 Nov 2015 20:59:55 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tABKxx4g6226276 for ; Wed, 11 Nov 2015 20:59:59 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tABKxxlb017757 for ; Wed, 11 Nov 2015 13:59:59 -0700 References: <1447250549-10291-1-git-send-email-dgilbert@redhat.com> From: Christian Borntraeger Message-ID: <5643AC4E.2090002@de.ibm.com> Date: Wed, 11 Nov 2015 21:59:58 +0100 MIME-Version: 1.0 In-Reply-To: <1447250549-10291-1-git-send-email-dgilbert@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] Postcopy minor fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org, quintela@redhat.com, amit.shah@redhat.com Cc: bharata@linux.vnet.ibm.com Am 11.11.2015 um 15:02 schrieb Dr. David Alan Gilbert (git): > From: "Dr. David Alan Gilbert" > > Hi, > These are three small fixes for the postcopy code; > the first two coming from Bharata's testing on Power, and > the last one being a text fixup that Eric asked for. > > The first only affects setups with another iterable > device (e.g. Power's htab and block migration). > (Symptom: An error about an unreasonable large package) > > The second only affects systems with smaller target pages > than host pages and makes them properly map zero pages. > (Symptom: Zero pages are fully mapped on the destination) > > Dave > > Dr. David Alan Gilbert (3): > Finish non-postcopiable iterative devices before package > Postcopy: Fix TP!=HP zero case > migrate-start-postcopy: Improve text > > hmp-commands.hx | 4 +++- > include/sysemu/sysemu.h | 2 +- > migration/migration.c | 10 ++++++++-- > migration/ram.c | 2 +- > migration/savevm.c | 10 ++++++++-- > qapi-schema.json | 3 ++- > 6 files changed, 23 insertions(+), 8 deletions(-) > When you are at it: I have another glitch in the help text: (qemu) migrate_start_postcopy Enable postcopy with migration_set_capability before the start of migration ^^^^^^^^ this should be migrate_set_capability