[libvirt] [PATCH v2] 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. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- docs/formatdomain.html.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index fb0a0d1..2f2976c 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -5372,6 +5372,10 @@ qemu-kvm -net nic,model=? /dev/null under a channel name specified in the <code>channel</code> attribute. <span class="since">Since 1.2.2</span> </p> + <p> + Note: in order for the spiceport to be usable, the domain must have + spice graphics as well. + </p> <pre> ... -- 2.0.5

On Fri, Feb 27, 2015 at 09:46:02AM +0100, Pavel Hrdina wrote:
To prevent a confusion about missing chardev argument in qemu command line add a note about that behavior into documentation.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- docs/formatdomain.html.in | 4 ++++ 1 file changed, 4 insertions(+)
ping

On 02/27/2015 03:46 AM, Pavel Hrdina wrote:
To prevent a confusion about missing chardev argument in qemu command line add a note about that behavior into documentation.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- docs/formatdomain.html.in | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index fb0a0d1..2f2976c 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -5372,6 +5372,10 @@ qemu-kvm -net nic,model=? /dev/null under a channel name specified in the <code>channel</code> attribute. <span class="since">Since 1.2.2</span> </p> + <p> + Note: in order for the spiceport to be usable, the domain must have + spice graphics as well. + </p>
<pre> ...
I preferred Martin's other suggestion: Note: depending on the hypervisor, spiceports might (or might not) be enabled on domains with without <a href="#elementsGraphics">spice graphics</a>. (and I just assumed that there was an implicit ACK that happened) ACK - whatever message you choose... John
participants (2)
-
John Ferlan
-
Pavel Hrdina