From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: [PATCH 10/10] vm: Enable virtio gpu by default. Date: Mon, 18 Jul 2016 18:55:52 +0200 Message-ID: <20160718165552.1480-10-david@craven.ch> References: <20160709125011.24587-1-david@craven.ch> <20160718165552.1480-1-david@craven.ch> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPBqH-0001mb-2c for guix-devel@gnu.org; Mon, 18 Jul 2016 12:56:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPBqF-0002uR-76 for guix-devel@gnu.org; Mon, 18 Jul 2016 12:56:27 -0400 Received: from so254-10.mailgun.net ([198.61.254.10]:44466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPBqE-0002mu-10 for guix-devel@gnu.org; Mon, 18 Jul 2016 12:56:27 -0400 In-Reply-To: <20160718165552.1480-1-david@craven.ch> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: David Craven * 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