From f2e5af6eda2aaa3674841162cb5ae88f2cbbe68f Mon Sep 17 00:00:00 2001 From: Yuke Peng Date: Mon, 2 Jan 2023 18:40:34 -0800 Subject: [PATCH] qemu console special character input --- src/jinux-boot/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jinux-boot/src/main.rs b/src/jinux-boot/src/main.rs index 2b479898e..7a6778e8c 100644 --- a/src/jinux-boot/src/main.rs +++ b/src/jinux-boot/src/main.rs @@ -16,7 +16,7 @@ const COMMON_ARGS: &[&str] = &[ "-device", "virtio-keyboard-pci", "-serial", - "stdio", + "mon:stdio", "-display", "none", ];