From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpSAv-0001Mr-EC for qemu-devel@nongnu.org; Wed, 28 Sep 2016 23:38:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpSAr-0002Ej-9S for qemu-devel@nongnu.org; Wed, 28 Sep 2016 23:38:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpSAr-0002Ef-3C for qemu-devel@nongnu.org; Wed, 28 Sep 2016 23:38:17 -0400 Date: Thu, 29 Sep 2016 11:38:11 +0800 From: Fam Zheng Message-ID: <20160929033811.GF6412@lemon> References: <1474968011-29382-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] xenpv: Fix qemu_uuid compiling error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Eric Blake , qemu-devel@nongnu.org, Anthony Perard , xen-devel@lists.xensource.com On Wed, 09/28 17:03, Stefano Stabellini wrote: > On Tue, 27 Sep 2016, Eric Blake wrote: > > On 09/27/2016 04:20 AM, Fam Zheng wrote: > > > 9c5ce8db2 switched the type of qemu_uuid and this should have followed. > > > Fix it. > > > > > > Signed-off-by: Fam Zheng > > > --- > > > hw/xenpv/xen_domainbuild.c | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Reviewed-by: Eric Blake > > Acked-by: Stefano Stabellini Queued for next pull request, thanks. Fam From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fam Zheng Subject: Re: [PATCH] xenpv: Fix qemu_uuid compiling error Date: Thu, 29 Sep 2016 11:38:11 +0800 Message-ID: <20160929033811.GF6412@lemon> References: <1474968011-29382-1-git-send-email-famz@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: "Qemu-devel" To: Stefano Stabellini Cc: Anthony Perard , xen-devel@lists.xensource.com, qemu-devel@nongnu.org List-Id: xen-devel@lists.xenproject.org On Wed, 09/28 17:03, Stefano Stabellini wrote: > On Tue, 27 Sep 2016, Eric Blake wrote: > > On 09/27/2016 04:20 AM, Fam Zheng wrote: > > > 9c5ce8db2 switched the type of qemu_uuid and this should have followed. > > > Fix it. > > > > > > Signed-off-by: Fam Zheng > > > --- > > > hw/xenpv/xen_domainbuild.c | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Reviewed-by: Eric Blake > > Acked-by: Stefano Stabellini Queued for next pull request, thanks. Fam