From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This changes the serial device to include mux=on which enables the output of early kernel logs. --- tools/test-runner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test-runner.c b/tools/test-runner.c index a53b468f4..0c5daf2d9 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -195,8 +195,8 @@ static char *const qemu_argv[] = { "-no-reboot", "-fsdev", "local,id=fsdev-root,path=/,readonly,security_model=none", "-device", "virtio-9p-pci,fsdev=fsdev-root,mount_tag=/dev/root", - "-chardev", "stdio,id=chardev-serial0,signal=off", - "-device", "pci-serial,chardev=chardev-serial0", + "-chardev", "stdio,id=con,mux=on", + "-serial", "chardev:con", NULL }; -- 2.26.2