From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [Xen-users] xen forum Date: Wed, 22 May 2013 16:58:11 +0100 Message-ID: <519CEB13.1000900@eu.citrix.com> References: "\"\\\"\\\\\\\" <20130521142917.GO492@phenom.dumpdata.com> " <1369148674.21246.92.camel@zakaz.uk.xensource.com>" "\"" "<519C6BC4.2050506@bobich.net>\" <1369216400.21246.158.camel@zakaz.uk.xensource.com> "\"" <519CE511.40908@eu.citrix.com> <5cd806502ab241902d91bf6bcf951b0d@mail.shatteredsilicon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5cd806502ab241902d91bf6bcf951b0d@mail.shatteredsilicon.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Gordan Bobic Cc: xen-users , Bartek Krawczyk , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 22/05/13 16:52, Gordan Bobic wrote: > On Wed, 22 May 2013 16:32:33 +0100, George Dunlap > wrote: >> On 22/05/13 16:27, Gordan Bobic wrote: >>> On Wed, 22 May 2013 10:58:30 +0100, George Dunlap >>> wrote: >>>> On Wed, May 22, 2013 at 10:53 AM, Ian Campbell >>>> wrote: >>>>> On Wed, 2013-05-22 at 07:55 +0100, Gordan Bobic wrote: >>>>>> Along with a wiki for documentation that is actually kept updated >>>>>> when >>>>>> features are added/removed/changed and more importantly, that >>>>>> clearly >>>>>> states if/when obvious features are unexpectedly and conspicuously >>>>>> missing >>>>> >>>>> The beauty of a wiki is that anyone can edit or correct it. >>>>> >>>>> We have regular documentation days where we are all (users and devs >>>>> alike) encouraged to work to improve the state of the wiki and other >>>>> documentation. >>>>> >>>>> http://wiki.xen.org/wiki/Xen_Document_Days >>>>> >>>>> The state of the Xen documentation base has actually improved >>>>> considerably over the last year due to this initiative. >>>>> >>>>>> (e.g. domU config file method of passing multiple USB devices to >>>>>> domU). >>>>> >>>>> I'm not sure what you are referring to here, the config file >>>>> syntax is >>>>> documented in docs/man/xl.cfg.pod.5 which is installed as the >>>>> xl.cfg(5) >>>>> manpage. It is also available online >>>>> http://xenbits.xen.org/docs/unstable/man/xl.cfg.5.html and referenced >>>>> from the wiki e.g. http://wiki.xen.org/wiki/Xen_Man_Pages >>>>> >>>>> This manpage contains: >>>>> =item B >>>> >>>> This is a new feature for 4.3 -- 4.2 and earlier don't support >>>> multiple USB devices (including say, a host device and an emulated usb >>>> tablet). >>> >>> Is this an xl-only feature or will it work with xl as well? >> >> It will work with both xl and xl, but not with xm. :-) > > Hmm... Are there any outstanding issues with xl and PCI / VGA > passthrough? > > I'm sure I read on the (possibly out of date) wiki that with xl > PCI passthrough requires FLR, which 99% of devices lack (i.e. makes > it useless to anyone wanting to do any kind of PCI passthrough). > > Perhaps I'll try my VMs with xl tonight and see what, if anything, > breaks and raise it before time's up for 4.3 release... Most of the core Xen developers don't use PCI pass-through on a regular basis becuase the vast majority of the customers of the companies we work for don't use it. We rely on our users to test what is important for them. So yes, if you want xl to work with PCI / VGA pass-thru, then please test it and let us know what doesn't work. -George