mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-09 10:27:03 +00:00
spice enhancements: document default values
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
caab114a56
commit
d282a24d1b
@ -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."
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user