From: Pavel Hrdina
Date: Thu, 26 Feb 2015 10:59:41 +0000 (+0100)
Subject: docs: add a note that spice channel is usable only with spice graphics
X-Git-Tag: v1.2.13.1~54
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2d4e782968dd839a285b5b9fffc0a3fd200d3b7;p=thirdparty%2Flibvirt.git
docs: add a note that spice channel is usable only with spice graphics
To prevent a confusion about missing chardev argument in qemu
command line add a note about that behavior into documentation.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1129198
Signed-off-by: Pavel Hrdina
(cherry picked from commit 242e8c54728abc464b92d55a5ce76121803c97e4)
---
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 6276a615f2..082e475728 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -5378,6 +5378,11 @@ qemu-kvm -net nic,model=? /dev/null
under a channel name specified in the channel
attribute. Since 1.2.2
+
+ Note: depending on the hypervisor, spiceports might (or might not)
+ be enabled on domains with or without spice
+ graphics.
+
...