summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2014-11-08 15:34:35 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2014-11-21 10:06:59 +0100
commit2a98797caa202a0db271a677808903c02e34aca9 (patch)
tree09ef668a98fe52fae3c04b84bdc9a2f35101ac07 /TODO
parent83552a6eec43ce2fb9f55003f2deb40e919f97db (diff)
downloadspice-gtk-2a98797caa202a0db271a677808903c02e34aca9.tar.gz
spice-gtk-2a98797caa202a0db271a677808903c02e34aca9.tar.xz
spice-gtk-2a98797caa202a0db271a677808903c02e34aca9.zip
migration: fail with client provided fd
Currently the fd request is done on the migration session, which is not connected with the client session, so the client has no way to provide fd for the migration. And the original and migration session ends up stuck. Failing early seems the best for now.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index e29d3b5..68ea4d5 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
+* implement migration support with client fd
* create a ChannelBaseAudio
* revive the win32 GDI backend