summaryrefslogtreecommitdiffstats
path: root/server/spice-server.syms
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-07-07 17:25:19 +0200
committerAlon Levy <alevy@redhat.com>2011-07-20 16:00:19 +0300
commit2a4d97fb780cf3ce2d9060751d0bec2fdc9800a9 (patch)
tree72885e849ea35eb95a7e10d2ada5aa49952bebe5 /server/spice-server.syms
parentb26f0532c170068e91e4946592eab2fd9d6cbae5 (diff)
downloadspice-2a4d97fb780cf3ce2d9060751d0bec2fdc9800a9.tar.gz
spice-2a4d97fb780cf3ce2d9060751d0bec2fdc9800a9.tar.xz
spice-2a4d97fb780cf3ce2d9060751d0bec2fdc9800a9.zip
server: add QXLWorker.flush_surfaces_async for S3/S4 support
This does the following, all to remove any referenced memory on the pci bars: flush_all_qxl_commands(worker); flush_all_surfaces(worker); red_wait_outgoing_item((RedChannel *)worker->display_channel); red_wait_outgoing_item((RedChannel *)worker->cursor_channel); The added api is specifically async, i.e. it calls async_complete when done.
Diffstat (limited to 'server/spice-server.syms')
-rw-r--r--server/spice-server.syms1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/spice-server.syms b/server/spice-server.syms
index 28e6025b..b908d854 100644
--- a/server/spice-server.syms
+++ b/server/spice-server.syms
@@ -79,6 +79,7 @@ global:
spice_qxl_destroy_primary_surface_async;
spice_qxl_create_primary_surface_async;
spice_qxl_destroy_surface_async;
+ spice_qxl_flush_surfaces_async;
} SPICE_SERVER_0.8.1;
SPICE_SERVER_0.10.0 {