[Spice-devel] [PATCH spice-common v2] RFC protocol: Allow to specify a surface will be streamed
Frediano Ziglio
fziglio at redhat.com
Tue Nov 7 16:40:38 UTC 2017
This flag will allow the client to perform some optimisations
on output and buffering processing.
Old clients will ignore this additional flag.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
spice.proto | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Changes since v1:
- explain how to avoid having to add capabilities
diff --git a/spice.proto b/spice.proto
index 867ef9b..2e8e530 100644
--- a/spice.proto
+++ b/spice.proto
@@ -466,8 +466,13 @@ flags8 string_flags {
flags32 surface_flags {
/* Adding flags requires some caps check, since old clients only
- treat the value as an enum and not as a flag (flag == PRIMARY) */
- PRIMARY
+ treat the value as an enum and not as a flag (flag == PRIMARY).
+ Considering this was fixed by commit
+ 5b6e3d1c16457c926322ce28d341af2e8d39efb5 in Aug 21 2013 is safe
+ to assume that if capabilities include SPICE_DISPLAY_CAP_MULTI_CODEC
+ we can use any flags */
+ PRIMARY,
+ STREAMING_MODE,
};
enum32 surface_fmt {
--
2.13.6
More information about the Spice-devel
mailing list