vm: Use QEMU's standard VGA emulation by default.

* gnu/system/vm.scm (common-qemu-options): Add "-vga std".
This commit is contained in:
Ludovic Courtès 2014-12-13 17:18:05 +01:00
parent b2bd7c253a
commit 5c5e7bdafd

View file

@ -472,7 +472,7 @@ (define (virtfs-option fs)
" -enable-kvm -no-reboot -net nic,model=virtio \
" #$@(map virtfs-option shared-fs) " \
-net user \
-serial stdio \
-serial stdio -vga std \
-drive file=" #$image
",if=virtio,cache=writeback,werror=report,readonly \
-m 256"))