On Thu, May 18, 2017 at 12:01:18PM +0100, Ian Jackson wrote: > Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> > --- > cs-hosts-list | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/cs-hosts-list b/cs-hosts-list > index 92f44ee..9b82d51 100755 > --- a/cs-hosts-list > +++ b/cs-hosts-list > @@ -31,6 +31,7 @@ csreadconfig(); > > our @kernels = qw(xen linux); > our @arches; > +our @suites; > > while (@ARGV && $ARGV[0] =~ m/^-/) { > $_ = shift @ARGV; > @@ -40,6 +41,8 @@ while (@ARGV && $ARGV[0] =~ m/^-/) { > @arches = split /\,/, $1; > } elsif (s/^--kernels=(.*)/-/) { > @kernels = split /\,/, $1; > + } elsif (s/^--suites=(.*)/-/) { > + @suites = split /\,/, $1;
I should add a --freebsd=... option. Acked-by: Roger Pau Monné <roger....@citrix.com> Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel