From: Ian Jackson Date: Tue, 6 Mar 2018 11:00:03 +0000 (+0000) Subject: ts-xen-install: Add async-show-all to hypervisor options, globally X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=71b979b9c250c069c5afc88734ca11a5101b1467;p=people%2Fiwj%2Fosstest.git ts-xen-install: Add async-show-all to hypervisor options, globally This will help produce better debugging CC: Jan Beulich Signed-off-by: Ian Jackson --- diff --git a/ts-xen-install b/ts-xen-install index ec907c50..fa7d7dba 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'