From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYuSk-0008VF-6x for qemu-devel@nongnu.org; Wed, 01 Feb 2017 07:56:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYuSh-0007kT-4V for qemu-devel@nongnu.org; Wed, 01 Feb 2017 07:56:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39524) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cYuSg-0007kJ-VL for qemu-devel@nongnu.org; Wed, 01 Feb 2017 07:56:35 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5E90A61BA0 for ; Wed, 1 Feb 2017 12:56:34 +0000 (UTC) From: Juan Quintela In-Reply-To: <20170109201340.16593-2-dgilbert@redhat.com> (David Alan Gilbert's message of "Mon, 9 Jan 2017 20:13:38 +0000") References: <20170109201340.16593-1-dgilbert@redhat.com> <20170109201340.16593-2-dgilbert@redhat.com> Reply-To: quintela@redhat.com Date: Wed, 01 Feb 2017 13:56:28 +0100 Message-ID: <87wpdaqdc3.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 1/3] vmstate_register_with_alias_id: Take an Error ** List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, mst@redhat.com, pbonzini@redhat.com, amit.shah@redhat.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > I'll be adding an error to it in a subsequent patch. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela