From c7570029c52a2ded69012f291e7fd438c8429b58 Mon Sep 17 00:00:00 2001 From: Andrea Spadaccini <spadaccio@google.com> Date: Fri, 12 Aug 2011 15:54:36 +0100 Subject: [PATCH] Added documentation for SPICE options in the gnt-instance man page Signed-off-by: Andrea Spadaccini <spadaccio@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- man/gnt-instance.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst index a2c2c8153..1b461fe8b 100644 --- a/man/gnt-instance.rst +++ b/man/gnt-instance.rst @@ -275,6 +275,31 @@ vnc\_x509\_path vnc\_x509\_verify Valid for the KVM hypervisor. +spice\_bind + Valid for the KVM hypervisor. + + Specifies the address or interface on which the SPICE server will + listen. Valid values are: + + - IPv4 addresses, including 0.0.0.0 and 127.0.0.1 + - IPv6 addresses, including :: and ::1 + - names of network interfaces + + If a network interface is specified, the SPICE server will be bound + to one of the addresses of that interface. + +spice\_ip\_version + Valid for the KVM hypervisor. + + Specifies which version of the IP protocol should be used by the + SPICE server. + + It is mainly intended to be used for specifying what kind of IP + addresses should be used if a network interface with both IPv4 and + IPv6 addresses is specified via the ``spice_bind`` parameter. In + this case, if the ``spice_ip_version`` parameter is not used, the + default IP version of the cluster will be used. + acpi Valid for the Xen HVM and KVM hypervisors. -- GitLab