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

* gnu/system/vm.scm (common-qemu-options): Add "-vga std".
master
Ludovic Courtès 2014-12-13 17:18:05 +01:00
parent b2bd7c253a
commit 5c5e7bdafd
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ with '-virtfs' options for the host file systems listed in SHARED-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"))