summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-05-31 11:49:21 +0200
committerPavel Grunt <pgrunt@redhat.com>2016-05-31 11:49:21 +0200
commitb43078b36273ca7aed76e3b1dc07728fd64b58bb (patch)
tree87bfc811c19ebb7f2490417f17dfbb3c2b748903
parentbfa250c56fe05ba3e1572e3ae13c0035afc4f6e3 (diff)
multiple-clients: Add howto for libvirt20160531
-rw-r--r--content/pages/multiple-clients.rst17
1 files changed, 16 insertions, 1 deletions
diff --git a/content/pages/multiple-clients.rst b/content/pages/multiple-clients.rst
index e210f81..cad2be8 100644
--- a/content/pages/multiple-clients.rst
+++ b/content/pages/multiple-clients.rst
@@ -13,11 +13,26 @@ This feature is still experimental, it is not expected to work correctly under d
To enable:
+.Using libvirt
+
+Modify the xml definition of the virtual machine to use SPICE_DEBUG_ALLOW_MC environment variable:
+
+.. code-block:: xml
+
+ <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
+ ....
+ <qemu:commandline>
+ <qemu:env name='SPICE_DEBUG_ALLOW_MC' value='1'/>
+ </qemu:commandline>
+ </domain>
+
+.Using QEMU
+
.. code-block:: sh
export SPICE_DEBUG_ALLOW_MC=1
-Then launch qemu vm as usual.
+Launch qemu vm as usual.
The stdout will contain an additional line: