Demi Marie Obenour <demiobenour@gmail.com> writes:
This makes debugging early boot much easier.
Even though console=hvc0?
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com> --- I believe this breaks the integration tests somehow, but I have no idea how. Help debugging this would be appreciated.
The subsequent patches don't depend on this one. --- host/rootfs/Makefile | 1 - 1 file changed, 1 deletion(-)
diff --git a/host/rootfs/Makefile b/host/rootfs/Makefile index e96458dba06ae31129b115b2b649962f8d88187a..22cdee17a3c878131ea9145fdcafbbbb4ba40db5 100644 --- a/host/rootfs/Makefile +++ b/host/rootfs/Makefile @@ -223,7 +223,6 @@ run: build/live.img $(EXT_FS) build/rootfs.verity.roothash -qmp unix:build/vmm.sock,server,nowait \ -monitor vc \ -parallel none \ - -serial none \ -chardev vc,id=virtiocon0 \ -device virtio-serial \ -device virtconsole,chardev=virtiocon0 \
-- 2.51.0