]> git.proxmox.com Git - qemu-server.git/commitdiff
spice enhancements: document default values
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 Sep 2019 12:44:04 +0000 (14:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 Sep 2019 12:44:04 +0000 (14:44 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index 34ac7ce7fdae2bda35badf577bf3d7f305a9557d..a424720cc07c9b3f3e1843e2cf381e792ae503d9 100644 (file)
@@ -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."
     },