From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH V7 6/7] xl: add usb-assignable-list command Date: Wed, 7 Oct 2015 15:05:03 +0100 Message-ID: <1444226703.1410.55.camel@citrix.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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5615241B.5@suse.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: Juergen Gross , George Dunlap , George Dunlap Cc: Wei Liu , Jim Fehlig , Ian Jackson , Chunyan Liu , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org 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. This also doesn't quite work when driver domains are in the picture. > > "xl usb-list 0" would be the same then as "xl usb-list --host". > "xl usb-list" would be the same as "xl usb-list --all". > > Just a thought - I'm fine with either variant. > > > Juergen