From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH V13 5/5] xl: add pvusb commands Date: Fri, 19 Feb 2016 11:52:47 +0100 Message-ID: <20160219105247.GA22789@aepfle.de> References: <1453192795-15693-1-git-send-email-cyliu@suse.com> <1453192795-15693-6-git-send-email-cyliu@suse.com> <20160216165608.GA21669@gmail.com> <56C7626F02000066000AE505@relay2.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <56C7626F02000066000AE505@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 Cc: Juergen Gross , wei.liu2@citrix.com, ian.campbell@citrix.com, george.dunlap@eu.citrix.com, Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org, Jim Fehlig , Simon Cao List-Id: xen-devel@lists.xenproject.org On Fri, Feb 19, Chun Yan Liu wrote: > > > >>> On 2/17/2016 at 12:56 AM, in message <20160216165608.GA21669@gmail.com>, Olaf > Hering wrote: > > On Tue, Jan 19, Chunyan Liu wrote: > > > > > #xl usbctrl-attach test_vm version=1 ports=8 > > > > > #xl usbdev-attach test_vm hostbus=1 hostaddr=2 > > > > I think this does not handle the -N knob of xl. Other commands check the > > global dryrun_only variable. > > Just sent V14. I tried to add dryrun_only codes but finally gave up. For usbdev-attach, > since it will automatically and dynamically create usb controller in some cases, it's hard > to print dryrun-only information. Not sure how to handle it, perhaps exit when xl -N is called? Olaf