Message ID | 20171031135203.11537-16-wei.liu2@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index e7fb020..2bfd5ae 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -240,7 +240,7 @@ END push @xenkopt, $xenkopt; # http://bugs.xenproject.org/xen/bug/45 push @xenkopt, "clk_ignore_unused" - if $ho->{Suite} =~ m/wheezy|jessie/; + if $ho->{Suite} =~ m/wheezy|jessie|stretch/; $xenkopt = join ' ', @xenkopt; logm("Dom0 Linux options: $xenkopt");
Without that parameter we lose uart output. Signed-off-by: Wei Liu <wei.liu2@citrix.com> --- Osstest/Debian.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)