qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

about qemu display


From: 张雷正
Subject: about qemu display
Date: Thu, 20 Feb 2020 15:42:05 +0800


Hello:
I would like to ask the following questions about qemu-4.2.0.

1. Does qemu-system-riscv64 support Linux with graphical interface now?
2. If qemu-system-riscv64 supports Linux with graphical interface, how should the startup parameters of QEMU be set?         For example: - display XXX - VGA XXX - device XXX
3. I start QEMU with the following parameters:

qemu-system-riscv64  \

         -machine  virt  -m 512 \

-kernel  fw_jump.elf  \

-device  loader,file=Image,addr=0x80200000  \

         -drive   id=disk0,file=demo-coreip-xfce4-freedom-u540.rootfs.ext4,if=none,format=raw \

        -device  virtio-blk-device,drive=disk0 \

        -object  rng-random,filename=/dev/urandom,id=rng0 \

        -device  virtio-rng-device,rng=rng0 -show-cursor -monitor null  \

        -append  'root=/dev/vda rw highres=off  console=ttyS0 mem=512M  earlycon=sbi ' \

        -display  gtk,gl=on -device virtio-gpu-device,virgl=on -vga std

The following interface appears:

Can you give me some suggestions?

Thank you.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]