From: Thomas Lamprecht Date: Wed, 4 Sep 2019 12:44:04 +0000 (+0200) Subject: spice enhancements: document default values X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d282a24d1bcd4c560e948574b5c23c759df0a916;p=qemu-server.git spice enhancements: document default values Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 34ac7ce..a424720 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -300,11 +300,13 @@ my $spice_enhancements_fmt = { foldersharing => { type => 'boolean', optional => 1, + default => '0', description => "Enable folder sharing via SPICE. Needs Spice-WebDAV daemon installed in the VM." }, videostreaming => { type => 'string', enum => ['off', 'all', 'filter'], + default => 'off', optional => 1, description => "Enable video streaming. Uses compression for detected video streams." },