guix-commits
[Top][All Lists]
Advanced

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

branch master updated: system: vm: Remove the vga argument.


From: guix-commits
Subject: branch master updated: system: vm: Remove the vga argument.
Date: Fri, 03 Dec 2021 08:28:09 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3354e41  system: vm: Remove the vga argument.
3354e41 is described below

commit 3354e41c1e83a38a15df4513373ca6aa2886af1a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Dec 3 14:25:57 2021 +0100

    system: vm: Remove the vga argument.
    
    * gnu/system/vm.scm (common-qemu-options): Remove the "-vga std" argument 
that
    is the default since QEMU 2.2.
    
    Suggested-by: Attila Lendvai <attila@lendvai.name>
---
 gnu/system/vm.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 0a95302..f1541cf 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -712,7 +712,6 @@ with '-virtfs' options for the host file systems listed in 
SHARED-FS."
      "-device" "virtio-rng-pci,rng=guixsd-vm-rng"
 
      #$@(map virtfs-option shared-fs)
-     "-vga std"
      (format #f "-drive 
file=~a,if=virtio,cache=writeback,werror=report,readonly=on"
              #$image)))
 



reply via email to

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