mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
Add QEMU virtio with SDL backend
This commit is contained in:
parent
bccd4a54ef
commit
9a3c35f0b2
@ -250,6 +250,12 @@ else ifeq ($(gpu),virtio)
|
||||
else
|
||||
QEMUFLAGS+=-vga none -device virtio-gpu
|
||||
endif
|
||||
else ifeq ($(gpu),virtio-sdl)
|
||||
ifeq ($(VGA_SUPPORTED),yes)
|
||||
QEMUFLAGS+=-vga none -device virtio-vga -display sdl,show-cursor=on
|
||||
else
|
||||
QEMUFLAGS+=-vga none -device virtio-gpu -display sdl,show-cursor=on
|
||||
endif
|
||||
else ifeq ($(gpu),virtio-gl)
|
||||
ifeq ($(VGA_SUPPORTED),yes)
|
||||
QEMUFLAGS+=-display gtk,gl=on -vga none -device virtio-vga-gl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user