From 333b0eebcc8941b8453e837293eaa1191e967c25 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 27 Aug 2010 14:29:16 +0200 Subject: spice: add config options for the listening address Make listening address configurable. Also add options to force using IPv4 or IPv6. --- qemu-options.hx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index 5a0d26b474..0410b90dce 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -682,6 +682,13 @@ Enable the spice remote desktop protocol. Valid options are @item port= Set the TCP port spice is listening on for plaintext channels. +@item addr= +Set the IP address spice is listening on. Default is any address. + +@item ipv4 +@item ipv6 +Force using the specified IP version. + @item password= Set the password you need to authenticate. -- cgit v1.2.1