From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dS4be-00089d-LG for qemu-devel@nongnu.org; Mon, 03 Jul 2017 12:53:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dS4bb-0002yb-LG for qemu-devel@nongnu.org; Mon, 03 Jul 2017 12:53:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47020) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dS4bb-0002yK-Eq for qemu-devel@nongnu.org; Mon, 03 Jul 2017 12:53:47 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5E74E120EA for ; Mon, 3 Jul 2017 16:53:46 +0000 (UTC) Date: Mon, 3 Jul 2017 13:53:42 -0300 From: Eduardo Habkost Message-ID: <20170703165342.GN12152@localhost.localdomain> References: <1499049848-18012-1-git-send-email-peterx@redhat.com> <1499049848-18012-5-git-send-email-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1499049848-18012-5-git-send-email-peterx@redhat.com> Subject: Re: [Qemu-devel] [PATCH 4/4] doc: update TYPE_MIGRATION documents List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu Cc: qemu-devel@nongnu.org, Laurent Vivier , Juan Quintela , "Dr . David Alan Gilbert" On Mon, Jul 03, 2017 at 10:44:08AM +0800, Peter Xu wrote: > [Peter collected Eduardo's patch comment and formatted into patch] > > Suggested-by: Eduardo Habkost > Signed-off-by: Peter Xu Reviewed-by: Eduardo Habkost -- Eduardo