From a2d4e782968dd839a285b5b9fffc0a3fd200d3b7 Mon Sep 17 00:00:00 2001
From: Pavel Hrdina
Date: Thu, 26 Feb 2015 11:59:41 +0100
Subject: [PATCH] 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)
---
docs/formatdomain.html.in | 5 +++++
1 file changed, 5 insertions(+)
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.
+
...