Ian Campbell writes ("[PATCH OSSTEST v2 07/18] TestSupport: guest_create takes a $ho."): > And looks up the toolstack from it. ... > sub guest_create ($$) { > - my ($gho,$toolstack) = @_; > - target_cmd_root($gho->{Host}, "$toolstack create $gho->{CfgPath}", 100); > + my ($ho,$gho) = @_;
But a $gho has a $ho in $gho->{Host}. So perhaps you would rather just eliminate the $toolstack parameter ? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel