The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6561

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
The GPU isn't really useful in most cases and when it is useful, some
flexibility around the type of GPU being passed would be good.

So I think we should instead implement the "gpu" device type rather than
have one by default.

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From 6cebc57819cb5109d4594fd4485f9260dd82de03 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com>
Date: Thu, 5 Dec 2019 12:59:00 -0500
Subject: [PATCH] lxd/vm: Remove default GPU
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The GPU isn't really useful in most cases and when it is useful, some
flexibility around the type of GPU being passed would be good.

So I think we should instead implement the "gpu" device type rather than
have one by default.

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
---
 lxd/vm_qemu.go | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lxd/vm_qemu.go b/lxd/vm_qemu.go
index 284ef6df37..973483ac2c 100644
--- a/lxd/vm_qemu.go
+++ b/lxd/vm_qemu.go
@@ -1052,10 +1052,6 @@ driver = "virtio-scsi-pci"
 bus = "qemu_pcie1"
 addr = "0x0"
 
-# Graphics card
-[device]
-driver = "virtio-gpu"
-
 # Balloon driver
 [device "qemu_pcie2"]
 driver = "pcie-root-port"
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to