From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH V2] Add libxenlight driver Date: Wed, 23 Feb 2011 11:57:45 +0100 Message-ID: <4D64E829.5070107@redhat.com> References: <1298429765-24170-1-git-send-email-jfehlig@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1298429765-24170-1-git-send-email-jfehlig@novell.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: Jim Fehlig Cc: libvir-list@redhat.com, xen-devel@lists.xensource.com, gross@univention.de List-Id: xen-devel@lists.xenproject.org On 02/23/2011 03:56 AM, Jim Fehlig wrote: > Add a new xen driver based on libxenlight [1], which is the primary > toolstack starting with Xen 4.1.0. The driver is stateful, runs > privileged only, and is accessed with libxl:/// URI. Why not let the user keep xen:/// ? Paolo