diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-06-15 16:02:25 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-06-15 18:27:32 +0400 |
commit | 1a980f3712a813cea45e80545e11b35a810f7a47 (patch) | |
tree | ff0e07ff9d72eb1525fbf3e14a2a6cb0758bc525 /man | |
parent | 178fe41e9fb8a50b72155becdd367820c88ef177 (diff) |
option: deprecate a few esoteric options from --spice group
I propose to deprecate the options that have very unclear results, or
that are unimplemented by drivers. They were added for historical
reasons, mostly to match with spicec options, but aren't
user-friendly. Some of them could be moved in spicy options or a new
debug/tune option group. For now, mark them as deprecated so they can
be removed in a future release.
Imho, --spice-preferred-compression is a good candidate too, although
users may be more familiar with this option, at least the 'off' case
may have a clear impact.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/spice-client.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/spice-client.pod b/man/spice-client.pod index 69ea84c..7288b84 100644 --- a/man/spice-client.pod +++ b/man/spice-client.pod @@ -74,12 +74,12 @@ can be disabled. =item --spice-color-depth=<16,32> -Guest display color depth +Guest display color depth - DEPRECATED This tells the SPICE client that it should attempt to force the guest OS color depth. A lower color depth should lower bandwith usage. This requires guest support, usually through a SPICE agent. This is currently only -supported on Windows guests. +supported on Windows 7 and older guests. =item --spice-ca-file=<file> @@ -164,13 +164,13 @@ should be used for smartcard emulation. =item --spice-cache-size=<bytes> -Image cache size +Image cache size - DEPRECATED This option should only be used for testing/debugging. =item --spice-glz-window-size=<bytes> -Glz compression history size +Glz compression history size - DEPRECATED This option should only be used for testing/debugging. |