From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: Xen 4.5 development update Date: Tue, 27 May 2014 23:45:58 +0100 Message-ID: <20140527224558.GA30121@zion.uk.xensource.com> References: <20140527180640.6053D1BF275@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WpQ8B-0000nt-6n for xen-devel@lists.xenproject.org; Tue, 27 May 2014 22:46:03 +0000 Content-Disposition: inline In-Reply-To: <20140527180640.6053D1BF275@phenom.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: konrad.wilk@oracle.com Cc: feng.wu@intel.com, ufimtseva@gmail.com, JBeulich@suse.com, daniel.kiper@oracle.com, zoltan.kiss@citrix.com, avanzini.arianna@gmail.com, xen-devel@lists.xenproject.org, olaf@aepfle.de, stefano.stabellini@eu.citrix.com, julien.grall@linaro.org, Paul.Durrant@citrix.com, msw@amazon.com, boris.ostrovsky@oracle.com, andrew.bennieston@citrix.com, Wei.Liu2@citrix.com, andrew.cooper3@citrix.com, Kelly.Zytaruk@amd.com, dslutz@verizon.com, david.vrabel@citrix.com, tiejun.chen@intel.com, malcolm.crossley@citrix.com, roger.pau@citrix.com List-Id: xen-devel@lists.xenproject.org On Tue, May 27, 2014 at 02:06:40PM -0400, konrad.wilk@oracle.com wrote: [...] > > * Wei Liu Prognosis: 100 % > Adding missing 'xend' features in libxl > xl list -l on a dom0-only system > xl list -l doesn't contain tty console port > xl: passing more defaults in configuration in xl.conf > > There are a number of options for which it might be useful to > > pass a default in xl.conf. For example, if we could have a > > default "backend" parameter for vifs, then it would be easy to > > switch back and forth between a backend in a driver domain and > > a backend in dom0. > If you're referring to my work on libxl, then there's misunderstanding. My work is orthogonal to all these problems; however I can see the new infrastructure might enable us to fix the 'xl list' problems in a more sensible way. Wei.