From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59180 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjYcy-0007B4-Aj for qemu-devel@nongnu.org; Thu, 12 Aug 2010 10:19:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjYct-0002Tr-4R for qemu-devel@nongnu.org; Thu, 12 Aug 2010 10:19:26 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:35907) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjYct-0002Tl-1N for qemu-devel@nongnu.org; Thu, 12 Aug 2010 10:19:23 -0400 Received: by qwh5 with SMTP id 5so1627604qwh.4 for ; Thu, 12 Aug 2010 07:19:22 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C6402E2.5090408@redhat.com> Date: Thu, 12 Aug 2010 10:19:14 -0400 From: Paolo Bonzini MIME-Version: 1.0 References: <1281622202-3453-1-git-send-email-stefano.stabellini@eu.citrix.com> In-Reply-To: <1281622202-3453-1-git-send-email-stefano.stabellini@eu.citrix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: stefano.stabellini@eu.citrix.com Cc: Anthony.Perard@citrix.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org 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? Thanks! Paolo