summaryrefslogtreecommitdiff
path: root/qemu-config.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-03-11 11:13:27 -0300
committerGerd Hoffmann <kraxel@redhat.com>2010-08-04 15:32:44 +0200
commitae6547e0f7a611adde0cc6cbd8369ca1ca6fd93a (patch)
treec2ed5498a3aa08fdff04a0d9b72878d38f751c06 /qemu-config.h
parent25e77134c2234d25ddcf4baf2348e6b0f71d0ace (diff)
spice: core bits
Add -spice command line switch. Has support setting passwd and port for now. With this patch applied the spice client can successfully connect to qemu. You can't do anything useful yet though.
Diffstat (limited to 'qemu-config.h')
-rw-r--r--qemu-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-config.h b/qemu-config.h
index dca69d454..3a9021300 100644
--- a/qemu-config.h
+++ b/qemu-config.h
@@ -14,6 +14,7 @@ extern QemuOptsList qemu_rtc_opts;
extern QemuOptsList qemu_global_opts;
extern QemuOptsList qemu_mon_opts;
extern QemuOptsList qemu_cpudef_opts;
+extern QemuOptsList qemu_spice_opts;
QemuOptsList *qemu_find_opts(const char *group);
int qemu_set_option(const char *str);