为什么 Qemu 控制台有 bug?

为什么 Qemu 控制台有 bug?

我有 Linux Neon 主机系统和安装了 Debian 11 的 QEMU aarm64 模拟器。 Debian 11 控制台运行不佳:有时会丢失行并跳起。

有时无法执行“<-”将光标移回命令行内。有时,另一个错误导致无法在 Debian 11 控制台中使用命令行。

请观看以下视频

https://vimeo.com/manage/videos/765214245

请帮助我修复 qemu 以避免 CLI 出现此类问题?

更新:QEMU 在终端仿真器内本地运行https://konsole.kde.org/使用这个命令

qemu-system-aarch64 -nographic -machine virt,gic-version=max -m 3G -cpu max -smp 4 \
-netdev user,id=vnet,hostfwd=:127.0.0.1:0-:22 -device virtio-net-pci,netdev=vnet \
-net nic -net user,smb=/home/katya/work/prostor/ \
-drive file=ubuntu-image.img,if=none,id=drive0,cache=writeback -device virtio-blk,drive=drive0,bootindex=0 \
-drive file=flash0.img,format=raw,if=pflash -drive file=flash1.img,format=raw,if=pflash

相关内容