From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSJv3-0002gF-Lf for qemu-devel@nongnu.org; Mon, 02 Mar 2015 01:33:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSJv0-0007Li-Gz for qemu-devel@nongnu.org; Mon, 02 Mar 2015 01:33:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSJv0-0007LS-Ak for qemu-devel@nongnu.org; Mon, 02 Mar 2015 01:33:30 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t226XTH2027484 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 2 Mar 2015 01:33:29 -0500 Date: Mon, 2 Mar 2015 12:03:17 +0530 From: Amit Shah Message-ID: <20150302063317.GI26196@grmbl.mre> References: <1424962481-16439-1-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424962481-16439-1-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] migrate_incoming cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: quintela@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com On (Thu) 26 Feb 2015 [14:54:38], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > This is a series of minor fixes from Markus's review: > http://lists.gnu.org/archive/html/qemu-devel/2015-02/msg04079.html > > To be applied after the exisitng set of -incoming defer > patches. ACK to series, just one comment on an error message. Amit