guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 10/10] vm: Enable virtio gpu by default.


From: David Craven
Subject: [PATCH 10/10] vm: Enable virtio gpu by default.
Date: Mon, 18 Jul 2016 18:55:52 +0200

* 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]