From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: Re: [PATCH V7 6/7] xl: add usb-assignable-list command Date: Wed, 7 Oct 2015 16:26:44 +0200 Message-ID: <56152BA4.4080806@suse.com> References: <1443147102-6471-1-git-send-email-cyliu@suse.com> <1443147102-6471-7-git-send-email-cyliu@suse.com> <5613FCE7.5080002@citrix.com> <1444207207.5302.269.camel@citrix.com> <1444216188.5302.333.camel@citrix.com> <5614FFF1.20304@citrix.com> <56150132.1040305@suse.com> <1444217988.1410.15.camel@citrix.com> <561506C5.6050205@suse.com> <1444218902.1410.25.camel@citrix.com> <56150A6C.2080101@suse.com> <56151C3E.4000504@citrix.com> <5615241B.5@suse.com> <1444226703.1410.55.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1444226703.1410.55.camel@citrix.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: Ian Campbell , George Dunlap Cc: Wei Liu , Jim Fehlig , Ian Jackson , Chunyan Liu , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 10/07/2015 04:05 PM, Ian Campbell wrote: > On Wed, 2015-10-07 at 15:54 +0200, Juergen Gross wrote: > >> Hmm, technically all unassigned USB-devices are usable from Dom0. So why >> not list them there. > > I think you'd at least want to distinguish USB devices available to dom0 as > via a PCI host controller from those which are available via pvusb. Yeah, the non-pvusb devices should be listed as "assignable" if they are handled by a driver domain. > This also doesn't quite work when driver domains are in the picture. --host does? TBH: driver domains seem to be a reason to not support the --host option. So the options are --all or no special option. I'm still fine with both. BTW: Do Xen concepts allow to assign a USB-device via pvUSB from a driver domain to Dom0? Juergen