Qemuコンソールにバグがあるのはなぜですか?

Qemuコンソールにバグがあるのはなぜですか?

Linux Neon ホストシステムと Debian 11 がインストールされた QEMU aarm64 エミュレータがあります。 Debian 11 コンソールはうまく動作しません。時々行が途切れたりジャンプすることがあります。

カーソルをコマンドラインに戻すために「<-」を実行できないことがあります。時には別のエラーのため、Debian 11コンソールでコマンドラインを使用できません。

下のビデオを見てください

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

CLIでこれらの問題を回避するには、qemuを修正するのに役立ちます。

修正する: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

ベストアンサー1

おすすめ記事