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>
This commit is contained in:
Mathieu Othacehe 2021-12-03 14:25:57 +01:00
parent b42bfbdfe5
commit 3354e41c1e
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -712,7 +712,6 @@ (define (virtfs-option 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)))