Specifically guest_create and guest_find_domid. Signed-off-by: Ian Campbell <ian.campb...@citrix.com> --- ts-rumpuserxen-demo-xenstorels | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/ts-rumpuserxen-demo-xenstorels b/ts-rumpuserxen-demo-xenstorels index a2a6a77..6698848 100755 --- a/ts-rumpuserxen-demo-xenstorels +++ b/ts-rumpuserxen-demo-xenstorels @@ -40,11 +40,9 @@ sub arrangepreserve () { } sub start () { - my $cmd= toolstack($ho)->{Command}." create ". - $r{ $gho->{Guest}.'_'. toolstack($ho)->{CfgPathVar} }; - target_cmd_root($ho, $cmd, 30); + guest_create($gho,toolstack($ho)); - $domid = target_cmd_output_root($ho,"xl domid $gho->{Guest}"); + $domid = guest_find_domid($ho, $gho); } sub await_end () { -- 2.1.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel