mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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:
parent
cd4ec0b4d1
commit
29b0040be6
7 changed files with 282 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue