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:
Frediano Ziglio 2020-03-01 12:20:37 +00:00 committed by Victor Toso
parent 594c2feffa
commit b934b828df
3 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -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);
}

View File

@ -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);
}