mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Merge branch 'virtio-sdl' into 'master'
Add QEMU virtio with SDL backend See merge request redox-os/redox!1882
This commit is contained in:
commit
583d315fdf
@ -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