diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-03-11 11:13:27 -0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-09-21 18:36:42 +0200 |
commit | 29b0040be6371c403dae0fef7fec36b814e300e8 (patch) | |
tree | 04c22eb647ed3d1985cb84adb5a82ec07374b9fe /qemu-config.h | |
parent | cd4ec0b4d169faba8cc03a16b361700e32a83bd6 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-config.h b/qemu-config.h index 533a04927..20d707fa1 100644 --- a/qemu-config.h +++ b/qemu-config.h @@ -3,6 +3,7 @@ extern QemuOptsList qemu_fsdev_opts; extern QemuOptsList qemu_virtfs_opts; +extern QemuOptsList qemu_spice_opts; QemuOptsList *qemu_find_opts(const char *group); void qemu_add_opts(QemuOptsList *list); |