From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51122 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjYlF-00032O-Ip for qemu-devel@nongnu.org; Thu, 12 Aug 2010 10:28:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjYlE-0003q2-HB for qemu-devel@nongnu.org; Thu, 12 Aug 2010 10:28:01 -0400 Received: from smtp.ctxuk.citrix.com ([62.200.22.115]:55378 helo=SMTP.EU.CITRIX.COM) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjYlE-0003pq-AP for qemu-devel@nongnu.org; Thu, 12 Aug 2010 10:28:00 -0400 Date: Thu, 12 Aug 2010 15:28:08 +0100 From: Stefano Stabellini In-Reply-To: <4C6402E2.5090408@redhat.com> Message-ID: References: <1281622202-3453-1-git-send-email-stefano.stabellini@eu.citrix.com> <4C6402E2.5090408@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Subject: [Qemu-devel] Re: [PATCH 01/15] xen: Update libxc calls List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Anthony Perard , "xen-devel@lists.xensource.com" , "qemu-devel@nongnu.org" , Stefano Stabellini On Thu, 12 Aug 2010, Paolo Bonzini wrote: > On 08/12/2010 10:09 AM, stefano.stabellini@eu.citrix.com wrote: > > From: Anthony PERARD > > > > Update the libxenctrl calls in Qemu to use the new interface, otherwise > > Qemu wouldn't be able to build against new versions of the library. > > What's the earliest version of libxc that will be supported after this > patch? xen-unstable only at the moment. We can probably add some #define so that qemu can work with both (old and new versions of libxc). From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: [PATCH 01/15] xen: Update libxc calls Date: Thu, 12 Aug 2010 15:28:08 +0100 Message-ID: References: <1281622202-3453-1-git-send-email-stefano.stabellini@eu.citrix.com> <4C6402E2.5090408@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-path: In-Reply-To: <4C6402E2.5090408@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Paolo Bonzini Cc: Anthony Perard , "xen-devel@lists.xensource.com" , "qemu-devel@nongnu.org" , Anthony Liguori , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Thu, 12 Aug 2010, Paolo Bonzini wrote: > On 08/12/2010 10:09 AM, stefano.stabellini@eu.citrix.com wrote: > > From: Anthony PERARD > > > > Update the libxenctrl calls in Qemu to use the new interface, otherwise > > Qemu wouldn't be able to build against new versions of the library. > > What's the earliest version of libxc that will be supported after this > patch? xen-unstable only at the moment. We can probably add some #define so that qemu can work with both (old and new versions of libxc).