summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-08-26 14:29:31 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-08-27 00:10:53 +0200
commit57408ef9ecd30209d4d060f64d30d5ceaa041b39 (patch)
tree1af338eccfd3f3ed3a70611def2994977ece9d59
parent1e4e2bcccfa06c4b015bf7c063f0bccb2f82c7c0 (diff)
core: diable spice client migration bitsspice.v16
-rw-r--r--ui/spice-core.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/spice-core.c b/ui/spice-core.c
index dfa933985..98a7f113d 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -186,6 +186,7 @@ static const char *wan_compression_names[] = {
parse_name(_name, "wan compression", \
wan_compression_names, ARRAY_SIZE(wan_compression_names))
+#if 0
/* handle client migration */
static int spice_live(Monitor *mon, QEMUFile *f, int stage, void *opaque)
@@ -250,6 +251,7 @@ static int spice_load(QEMUFile *f, void *opaque, int version_id)
fprintf(stderr, "%s:\n", __FUNCTION__);
return 0;
}
+#endif
/* functions for the rest of qemu */
@@ -372,9 +374,11 @@ void qemu_spice_init(void)
qemu_spice_input_init();
qemu_spice_audio_init();
+#if 0
register_savevm_live(NULL, "spice", -1, 1, NULL,
spice_live, spice_save, spice_load,
spice_server);
+#endif
qemu_free(x509_key_file);
qemu_free(x509_cert_file);