[pve-devel] [PATCH qemu-server] add virtio gpu to qemuserver options

Dominik Csapak d.csapak at proxmox.com
Thu Sep 27 13:51:05 CEST 2018


and sort the list

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 PVE/QemuServer.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index cf84255..fe27005 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -441,7 +441,7 @@ EODESC
 	    "displays you want, Linux guests can add displays them self. " .
 	    "You can also run without any graphic card, using a serial device" .
 	    " as terminal.",
-	enum => [qw(std cirrus vmware qxl serial0 serial1 serial2 serial3 qxl2 qxl3 qxl4)],
+	enum => [qw(cirrus qxl qxl2 qxl3 qxl4 serial0 serial1 serial2 serial3 std virtio vmware)],
     },
     watchdog => {
 	optional => 1,
-- 
2.11.0





More information about the pve-devel mailing list