From: Pavel Hrdina
Date: Wed, 8 Jun 2016 13:15:54 +0000 (+0200)
Subject: vnc: add support for listen type none
X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=93a2fb230a012ed7ba04f27ac4a00330a45205ff;p=libvirt.git
vnc: add support for listen type none
Signed-off-by: Pavel Hrdina
---
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index cf983ca042..fb3ec5ee3e 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -5384,7 +5384,8 @@ qemu-kvm -net nic,model=? /dev/null
virDomainOpenGraphicsFD(). No other listen types are allowed if this
one is used and the graphics device doesn't listen anywhere. You need
to use one of the two APIs to pass a FD to QEMU in order to connect to
- this graphics device. Supported by graphics type spice.
+ this graphics device. Supported by graphics type vnc and
+ spice.