Ian Campbell writes ("[PATCH OSSTEST v2 10/18] Toolstack: Refactor shutdown support"): > +sub shutdown_wait ($$) { > + my ($self,$gho) = @_; > + my $ho = $self->{Host}; > + my $gn = $gho->{Name}; > + target_cmd_root($ho,"$self->{Command} shutdown -w $gn", 200);
I think the timeout should be in the callers, not here. Different guests might take different times to shut down - but different toolstacks shouldn't. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel