From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60638 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlfI6-0008Jd-L4 for qemu-devel@nongnu.org; Wed, 18 Aug 2010 05:50:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlfI5-0000qX-FO for qemu-devel@nongnu.org; Wed, 18 Aug 2010 05:50:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57527) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlfI5-0000qF-9L for qemu-devel@nongnu.org; Wed, 18 Aug 2010 05:50:37 -0400 Message-ID: <4C6BACDC.2060401@redhat.com> Date: Wed, 18 Aug 2010 11:50:20 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 01/15] xen: Update libxc calls References: <1281622202-3453-1-git-send-email-stefano.stabellini@eu.citrix.com> <4C6402E2.5090408@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Anthony Perard , Paolo Bonzini , Anthony@redhat.com, "xen-devel@lists.xensource.com" , "qemu-devel@nongnu.org" Hi, > I mean we can add them to libxc so that there is no need for this patch > anymore. That would be great. When adding the xen bits initially I've tried to avoid hard dependencies on specific xen versions. There are some ifdefs in the qemu code to support compiling with various xen versions (IIRC 3.1 -> 3.4 worked last time I've tried). I think the minimum supported range of xen versions should be the ones still actively maintained by xensource (I think this is 3.4, 4.0 and unstable right now). Supporting even older versions would be nice to have. cheers, Gerd