From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwWzt-0005HE-Fr for qemu-devel@nongnu.org; Wed, 11 Nov 2015 10:07:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwWzn-0007sj-TC for qemu-devel@nongnu.org; Wed, 11 Nov 2015 10:07:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwWzn-0007sf-Ng for qemu-devel@nongnu.org; Wed, 11 Nov 2015 10:07:35 -0500 From: Juan Quintela In-Reply-To: <1447250549-10291-4-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Wed, 11 Nov 2015 14:02:29 +0000") References: <1447250549-10291-1-git-send-email-dgilbert@redhat.com> <1447250549-10291-4-git-send-email-dgilbert@redhat.com> Date: Wed, 11 Nov 2015 16:07:30 +0100 Message-ID: <87bnb0shfx.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 3/3] migrate-start-postcopy: Improve text Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: amit.shah@redhat.com, qemu-devel@nongnu.org, bharata@linux.vnet.ibm.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Improve the text in both the qapi-schema and hmp help to point out > you need to set the postcopy-ram capability prior to issuing > migrate-start-postcopy. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela