From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH V4 04/12] TestSupport.pm: introduce guest_create Date: Wed, 2 Apr 2014 18:53:03 +0100 Message-ID: <20140402175303.GK6382@zion.uk.xensource.com> References: <1395418466-6997-1-git-send-email-wei.liu2@citrix.com> <1395418466-6997-5-git-send-email-wei.liu2@citrix.com> <21308.13698.377809.917360@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <21308.13698.377809.917360@mariner.uk.xensource.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 Jackson Cc: Wei Liu , ian.campbell@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Apr 02, 2014 at 05:06:26PM +0100, Ian Jackson wrote: > Wei Liu writes ("[PATCH V4 04/12] TestSupport.pm: introduce guest_create"): > > Signed-off-by: Wei Liu > > > +sub guest_create ($$$) { > > + my ($ho,$gho,$toolstack) = @_; > > + target_cmd_root($ho, "$toolstack create $gho->{CfgPath}", 100); > > +} > > + > > Acked-by: Ian Jackson > Actually $ho can be replaced with $gho->{Host}, just as you suggested in previous patch. Since this is only mechanical change, I will retain your ack, if this is OK. Wei. > Thanks, > Ian.