summaryrefslogtreecommitdiffstats
path: root/server/spice-server.syms
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-08-01 21:45:14 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-08-27 09:04:52 +0300
commit92f3ee6ed8cf8b6694a2216f30004a3e09445a20 (patch)
treefde1b304428eca89e9f01a60a8a977e3fe02229e /server/spice-server.syms
parentf45fb9e1b66f691da7432377e0ff4000bccc1aa9 (diff)
downloadspice-92f3ee6ed8cf8b6694a2216f30004a3e09445a20.tar.gz
spice-92f3ee6ed8cf8b6694a2216f30004a3e09445a20.tar.xz
spice-92f3ee6ed8cf8b6694a2216f30004a3e09445a20.zip
bump version to 0.11.2
New api entries: spice_server_vm_start spice_server_vm_stop spice_server_set_seamless_migration
Diffstat (limited to 'server/spice-server.syms')
-rw-r--r--server/spice-server.syms7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/spice-server.syms b/server/spice-server.syms
index a45951c1..359791cf 100644
--- a/server/spice-server.syms
+++ b/server/spice-server.syms
@@ -116,3 +116,10 @@ SPICE_SERVER_0.10.3 {
SPICE_SERVER_0.10.4 {
spice_qxl_monitors_config_async;
} SPICE_SERVER_0.10.3;
+
+SPICE_SERVER_0.11.2 {
+global:
+ spice_server_vm_start;
+ spice_server_vm_stop;
+ spice_server_set_seamless_migration;
+} SPICE_SERVER_0.10.4;