OSDN Git Service

qemu-android: add QXL paravirtual graphic card
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 19 Apr 2018 06:51:58 +0000 (14:51 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 19 Apr 2018 06:51:58 +0000 (14:51 +0800)
It is VGA compatible (including VESA 2.0 VBE support). Works best with
qxl guest drivers installed though.  Recommended choice when using the
spice protocol.

Tested-by: John Morris <jmorris42@gmail.com>
rpm/qemu-android

index 827ae22..ac7869b 100644 (file)
@@ -57,5 +57,6 @@ run_qemu()
 
 # Try to run QEMU in several VGA modes
 run_qemu -vga virtio -display sdl,gl=on $@ || \
+run_qemu -vga qxl -display sdl $@ || \
 run_qemu -vga std -display sdl $@ || \
 run_qemu $@