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.
This commit is contained in:
Gerd Hoffmann 2010-03-11 11:13:27 -03:00
parent cd4ec0b4d1
commit 29b0040be6
7 changed files with 282 additions and 0 deletions

View file

@ -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);