mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-10 18:53:18 +00:00
Remove "migration-flags" setting to 0
0 is the default value, no need to set explicitly. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
594c2feffa
commit
b934b828df
@ -234,7 +234,6 @@ CursorChannel* cursor_channel_new(RedsState *server, int id,
|
||||
"core-interface", core,
|
||||
"channel-type", SPICE_CHANNEL_CURSOR,
|
||||
"id", id,
|
||||
"migration-flags", 0,
|
||||
"handle-acks", TRUE,
|
||||
"dispatcher", dispatcher,
|
||||
NULL);
|
||||
|
||||
@ -359,7 +359,6 @@ stream_channel_new(RedsState *server, uint32_t id)
|
||||
"channel-type", SPICE_CHANNEL_DISPLAY,
|
||||
// TODO this id should be after all qxl devices
|
||||
"id", id,
|
||||
"migration-flags", 0,
|
||||
"handle-acks", TRUE, // TODO sure ??
|
||||
NULL);
|
||||
}
|
||||
|
||||
@ -157,7 +157,6 @@ StreamChannel* stream_channel_new(RedsState *server, uint32_t id)
|
||||
"core-interface", reds_get_core_interface(server),
|
||||
"channel-type", SPICE_CHANNEL_DISPLAY,
|
||||
"id", id,
|
||||
"migration-flags", 0,
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user