summaryrefslogtreecommitdiff
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-08-27 14:29:16 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-10-08 12:49:51 +0200
commit333b0eebcc8941b8453e837293eaa1191e967c25 (patch)
tree3944a985f58375d58c06a88466419ea2c17fb125 /qemu-options.hx
parent17b6dea08bd8c8484bc48dc67add236d2fe002b5 (diff)
downloadqemu-333b0eebcc8941b8453e837293eaa1191e967c25.tar.gz
spice: add config options for the listening address
Make listening address configurable. Also add options to force using IPv4 or IPv6.
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx7
1 files changed, 7 insertions, 0 deletions
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=<nr>
Set the TCP port spice is listening on for plaintext channels.
+@item addr=<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=<secret>
Set the password you need to authenticate.