[spice PATCH 28/55] smartcard: send MSG_MIGRATE upon vm migration completion

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The above is the default behaviour for red_channel_client, if
client_cbs.migrate is not registered as part of red_channel_register_client_cbs
---
 server/smartcard.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/server/smartcard.c b/server/smartcard.c
index bbd6826..bc1c6e4 100644
--- a/server/smartcard.c
+++ b/server/smartcard.c
@@ -700,10 +700,6 @@ static void smartcard_connect_client(RedChannel *channel, RedClient *client,
     }
 }
 
-static void smartcard_migrate(RedChannelClient *rcc)
-{
-}
-
 SmartCardChannel *g_smartcard_channel;
 
 static void smartcard_init(void)
@@ -735,7 +731,6 @@ static void smartcard_init(void)
     }
 
     client_cbs.connect = smartcard_connect_client;
-    client_cbs.migrate = smartcard_migrate;
     red_channel_register_client_cbs(&g_smartcard_channel->base, &client_cbs);
 
     reds_register_channel(&g_smartcard_channel->base);
-- 
1.7.7.6

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]