From 194b65f1880825f2cf6f1d8419b5048780d8e6ec Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 18 Jul 2019 09:08:40 +0200 Subject: [PATCH] audio dev: add note that this is useful for SPICE Signed-off-by: Thomas Lamprecht --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 72641162..ab3f7c5a 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -641,7 +641,7 @@ EODESCR audio0 => { type => 'string', enum => [qw(ich9-intel-hda intel-hda AC97)], - description => "Configure a audio device.", + description => "Configure a audio device, useful in combination with QXL/Spice.", optional => 1 }, };