From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxOja-0006GU-Ft for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:44:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxOjZ-0000zG-HQ for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:44:34 -0400 Received: from mail-gg0-f173.google.com ([209.85.161.173]:51287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxOjZ-0000zA-D9 for qemu-devel@nongnu.org; Fri, 03 Aug 2012 16:44:33 -0400 Received: by ggnp1 with SMTP id p1so1282751ggn.4 for ; Fri, 03 Aug 2012 13:44:33 -0700 (PDT) From: Anthony Liguori In-Reply-To: References: Date: Fri, 03 Aug 2012 15:44:30 -0500 Message-ID: <87wr1fu2mp.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL] Xen fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini , qemu-devel@nongnu.org Cc: Anthony.Perard@citrix.com, xen-devel@lists.xensource.com, Stefano Stabellini Stefano Stabellini writes: > Hi Anthony, > please pull a couple of simple Xen compilation fixes from: > > git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-fixes-20120801 > > Anthony PERARD (1): > configure: Fix xen probe with Xen 4.2 and later > > Stefano Stabellini (1): > fix Xen compilation Pulled. Thanks. Regards, Anthony Liguori > > configure | 1 - > hw/xen_pt.c | 4 +--- > 2 files changed, 1 insertions(+), 4 deletions(-) > > Cheers, > > Stefano