* gnu/system/vm.scm (common-qemu-options): Enable virtio gpu by default.
---
gnu/system/vm.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 9f52909..1a2c2eb 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -463,7 +463,7 @@ with '-virtfs' options for the host file systems listed in
SHARED-FS."
" -no-reboot -net nic,model=virtio \
" #$@(map virtfs-option shared-fs) " \
-net user,$QEMU_NET_FLAGS \
- -vga std \
+ -vga virtio \
-drive file=" #$image
",if=virtio,cache=writeback,werror=report,readonly \
-m 256 $QEMU_FLAGS"))
--
2.9.0