Jan Beulich writes ("Re: [Xen-devel] [xen-4.9-testing test] 120239: regressions 
- FAIL"):
> (other than
> adding "async-show-all", as already suggested in the reply to that
> other flight report).

Thanks for the reminder.  I'm about to push the patch below.

I looked at the docs for async-show-all and it fails to explain why
one might not want it.  Why isn't it the default ?

Thanks,
Ian.

From 71b979b9c250c069c5afc88734ca11a5101b1467 Mon Sep 17 00:00:00 2001
From: Ian Jackson <ian.jack...@eu.citrix.com>
Date: Tue, 6 Mar 2018 11:00:03 +0000
Subject: [OSSTEST PATCH] ts-xen-install: Add async-show-all to hypervisor
 options, globally

This will help produce better debugging

CC: Jan Beulich <jbeul...@suse.com>
Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 ts-xen-install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ts-xen-install b/ts-xen-install
index ec907c5..fa7d7db 100755
--- a/ts-xen-install
+++ b/ts-xen-install
@@ -143,7 +143,7 @@ sub adjustconfig () {
 }
 
 sub setupboot () {
-    my $xenhopt= "conswitch=x watchdog noreboot";
+    my $xenhopt= "conswitch=x watchdog noreboot async-show-all";
 
     my $cons= get_host_property($ho, 'XenSerialConsole',
                                $r{arch} =~ m/^arm/ ? 'dtuart'
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to