From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: xl vs. xm: floppy support Date: Tue, 1 Mar 2011 20:29:01 +0000 Message-ID: <1299011341.21399.10.camel@localhost.localdomain> References: <201103011037.19341.Christoph.Egger@amd.com> <1298975916.5034.2102.camel@zakaz.uk.xensource.com> <1298980811.20975.62.camel@qabil.uk.xensource.com> <1298981504.17907.14.camel@zakaz.uk.xensource.com> <4D6CE734.9050001@eu.citrix.com> <1298984600.17907.66.camel@zakaz.uk.xensource.com> <19821.13157.422683.711736@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefano Stabellini Cc: Vincent Hanquez , "xen-devel@lists.xensource.com" , Ian Jackson List-Id: xen-devel@lists.xenproject.org On Tue, 2011-03-01 at 18:00 +0000, Stefano Stabellini wrote: > On Tue, 1 Mar 2011, Ian Jackson wrote: > > Ian Campbell writes ("Re: [Xen-devel] xl vs. xm: floppy support"): > > > On Tue, 2011-03-01 at 12:31 +0000, Vincent Hanquez wrote: > > > > xenops support passing arbitrary extra arguments to qemu-dm, so I will > > > > suggest someone add the same feature to xl. > > > > > > libxl has the support but it's not plumbed through to xl :-( > > > > This ought to be fixed for 4.1 I think. It's quite an important > > escape hatch. > > > > I am ok with having this in 4.1. > At this point we could have the two lines fix to support dm_args as well > (libxenlight already supports optional device model arguments, we just > need to parse dm_args in xl). I think that's the "escape hatch" Ian was referring to. I'll knock up a patch in the morning. Ian.