qemu console special character input

This commit is contained in:
Yuke Peng
2023-01-02 18:40:34 -08:00
parent 66f582e3a6
commit f2e5af6eda

View File

@ -16,7 +16,7 @@ const COMMON_ARGS: &[&str] = &[
"-device", "-device",
"virtio-keyboard-pci", "virtio-keyboard-pci",
"-serial", "-serial",
"stdio", "mon:stdio",
"-display", "-display",
"none", "none",
]; ];