From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGM0C-0000fe-Ep for qemu-devel@nongnu.org; Wed, 09 May 2018 06:07:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGM07-000549-Dy for qemu-devel@nongnu.org; Wed, 09 May 2018 06:07:16 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:50426 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGM07-00053g-9N for qemu-devel@nongnu.org; Wed, 09 May 2018 06:07:11 -0400 From: Juan Quintela In-Reply-To: <20180503191059.19576-1-dgilbert@redhat.com> (David Alan Gilbert's message of "Thu, 3 May 2018 20:10:59 +0100") References: <20180503191059.19576-1-dgilbert@redhat.com> Reply-To: quintela@redhat.com Date: Wed, 09 May 2018 12:09:23 +0200 Message-ID: <87wowd5eek.fsf@secure.laptop> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3] migration: update docs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, bala24@linux.vnet.ibm.com, eblake@redhat.com, peterx@redhat.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Update the migration docs: > > Among other changes: > * Added a general list of advice for device authors > * Reordered the section on conditional state (subsections etc) > into the order we prefer. > * Add a note about firmware > > Signed-off-by: Dr. David Alan Gilbert > Reviewed-by: Peter Xu Reviewed-by: Juan Quintela queued