guix-commits
[Top][All Lists]
Advanced

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

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


From: Ludovic Courtès
Subject: 01/04: vm: Use QEMU's standard VGA emulation by default.
Date: Sat, 13 Dec 2014 21:31:46 +0000

civodul pushed a commit to branch master
in repository guix.

commit 5c5e7bdafd38e2bed2c4e0b0f64fefb16855aded
Author: Ludovic Courtès <address@hidden>
Date:   Sat Dec 13 17:18:05 2014 +0100

    vm: Use QEMU's standard VGA emulation by default.
    
    * gnu/system/vm.scm (common-qemu-options): Add "-vga std".
---
 gnu/system/vm.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 33ca396..4374256 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -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"))



reply via email to

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