summaryrefslogtreecommitdiff
path: root/server/spice-server.syms
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2015-06-19 11:56:05 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-06-26 16:17:42 +0200
commit6d4e58f70ddf9c178e2cc20dd5a3ade8b95fd142 (patch)
tree5fe73a982bbfb6943687d3f40ab941917d836ef7 /server/spice-server.syms
parent878d81dae494fab6b67ba34254d389e7f42d7d9d (diff)
server: allows to set maximum monitors
spice-server will attempt to limit number of monitors. Guest machine can send monitor list it accepts. Limiting the number sent by guest will limit the number of monitors client will try to enable. The guest usually see client monitors enabled and start using it so not seeing client monitor won't try to enable more monitor. In this case the additional monitor guest can support will always be seen as heads with no attached monitors. This allows limiting monitors number without changing guest drivers. Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'server/spice-server.syms')
-rw-r--r--server/spice-server.syms5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/spice-server.syms b/server/spice-server.syms
index 21938112..3c7d9456 100644
--- a/server/spice-server.syms
+++ b/server/spice-server.syms
@@ -153,3 +153,8 @@ global:
spice_server_get_best_record_rate;
spice_server_set_record_rate;
} SPICE_SERVER_0.12.4;
+
+SPICE_SERVER_0.12.6 {
+global:
+ spice_qxl_set_max_monitors;
+} SPICE_SERVER_0.12.5;