[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] automation: enable earlyprintk=xen for both dom0 and domU in hw tests
commit d6f0c82539a8dad043186cf9f9e44acdd440f0ae Author: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> AuthorDate: Mon May 15 14:43:05 2023 -0700 Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx> CommitDate: Mon May 15 14:46:54 2023 -0700 automation: enable earlyprintk=xen for both dom0 and domU in hw tests Make debugging early boot failures easier based on just CI logs. Signed-off-by: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> --- automation/scripts/qubes-x86-64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/scripts/qubes-x86-64.sh b/automation/scripts/qubes-x86-64.sh index 98137bb772..5f6052eef0 100755 --- a/automation/scripts/qubes-x86-64.sh +++ b/automation/scripts/qubes-x86-64.sh @@ -84,7 +84,7 @@ type = "'${test_variant#pci-}'" name = "domU" kernel = "/boot/vmlinuz" ramdisk = "/boot/initrd-domU" -extra = "root=/dev/ram0 console=hvc0" +extra = "root=/dev/ram0 console=hvc0 earlyprintk=xen" memory = 512 vif = [ ] disk = [ ] @@ -190,7 +190,7 @@ CONTROLLER=control@thor.testnet echo " multiboot2 (http)/gitlab-ci/xen $CONSOLE_OPTS loglvl=all guest_loglvl=all dom0_mem=4G $extra_xen_opts -module2 (http)/gitlab-ci/vmlinuz console=hvc0 root=/dev/ram0 +module2 (http)/gitlab-ci/vmlinuz console=hvc0 root=/dev/ram0 earlyprintk=xen module2 (http)/gitlab-ci/initrd-dom0 " > $TFTP/grub.cfg -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |