From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH V8 5/7] xl: add pvusb commands Date: Mon, 16 Nov 2015 10:05:09 +0000 Message-ID: <5649AA55.7050705@citrix.com> References: <1445418510-19614-1-git-send-email-cyliu@suse.com> <1445418510-19614-6-git-send-email-cyliu@suse.com> <5645BEBF0200006600082641@relay2.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5645BEBF0200006600082641@relay2.provo.novell.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: Chun Yan Liu , George Dunlap Cc: Juergen Gross , Wei Liu , Ian Campbell , Ian Jackson , "xen-devel@lists.xen.org" , Jim Fehlig , Simon Cao List-Id: xen-devel@lists.xenproject.org On 13/11/15 02:43, Chun Yan Liu wrote: >>> +By default, it will create a USB2.0 controller with 8 ports. >>> + >>> +=item B I I >>> + >>> +Destroy a USB controller from the specified domain. >>> +B is devid of the USB controller. >>> + >>> +If B<-f> is specified, B is going to forcefully remove the device even >>> +without guest's collaboration. >> >> "If B<-f> is specified, B will forcefully remove removal (i.e., >> without the guest's cooperation)." Sorry, I'm looking again at what I wrote here and it's gibberish! Let me try again: "If B<-f> is specified, B will force removal (i.e., without the guest's cooperation)." -George