From 84a23f251fe85768338434040257bb96cf555de8 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 30 Aug 2010 16:36:53 +0200 Subject: spice: add misc config options This patch adds a few more options to tweak spice server behavior. The documentation update chunk has the details ;) --- qemu-options.hx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index 0410b90dce..9e38dfb775 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -728,6 +728,15 @@ Default is auto_glz. Configure wan image compression (lossy for slow links). Default is auto. +@item streaming-video=[off|all|filter] +Configure video stream detection. Default is filter. + +@item agent-mouse=[on|off] +Enable/disable passing mouse events via vdagent. Default is on. + +@item playback-compression=[on|off] +Enable/disable audio stream compression (using celt 0.5.1). Default is on. + @end table ETEXI -- cgit v1.2.3