mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 19:18:11 +00:00
server: turn spice_server_migrate_start into a valid call
We will add a qemu call to spice_server_migrate_start when migration starts. For now, it does nothing, but we may need this notification in the future.
This commit is contained in:
parent
ddf1188b30
commit
b821316771
@ -5142,16 +5142,10 @@ SPICE_GNUC_VISIBLE int spice_server_migrate_info(SpiceServer *s, const char* des
|
||||
SPICE_GNUC_VISIBLE int spice_server_migrate_start(SpiceServer *s)
|
||||
{
|
||||
ASSERT(reds == s);
|
||||
|
||||
if (1) {
|
||||
/* seamless doesn't work, fixing needs protocol change. */
|
||||
return -1;
|
||||
}
|
||||
|
||||
red_printf("");
|
||||
if (!reds->mig_spice) {
|
||||
return -1;
|
||||
}
|
||||
reds_mig_started();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user