]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
ts-xen-install: Add async-show-all to hypervisor options, globally
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 6 Mar 2018 11:00:03 +0000 (11:00 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 6 Mar 2018 11:00:03 +0000 (11:00 +0000)
This will help produce better debugging

CC: Jan Beulich <JBeulich@suse.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
ts-xen-install

index ec907c50b811abc7e1e5bba7a4d44364c7e90cf5..fa7d7dba0e364bc8f863431d53e209b20cb7a50f 100755 (executable)
@@ -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'