[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 13/62] Extend workaround `clk_ignore_unused' to stretch
From: Wei Liu <wei.liu2@xxxxxxxxxx> This is https://bugs.xenproject.org/xen/bug/45 Without that parameter we lose uart output. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> CC: Stefano Stabellini <sstabellini@xxxxxxxxxx> CC: Julien Grall <julien.grall@xxxxxxxxxx> --- Osstest/Debian.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 82b5fb40..91bffdff 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -241,7 +241,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"); -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |