Hi, >> Are there any plans to integrate SPICE in virt-manager for Fedora 15, >> maybe with an official featurer?
> For that matter, what is the actual state of spice in f14? It appears > to have qemu support and spice server and client are in the repos. > Is the simplest way to use it with libvirt still hacking up a wrapper > to execute as the emulator so you can fiddle arguments and > environment variables? Meanwhile libvirt got support for adding additional qemu command line switches to the domain xml, like this: <domain type='qemu' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> [ ... usual stuff here ... ] <qemu:commandline> <qemu:arg value='-spice'/> <qemu:arg value='port=1234,disable-ticketing'/> </qemu:commandline> </domain> For the time being you have to use this (traditional wrapper scrips will work too of course). Patches for real spice support have been posted on the libvirt list already, I'm sure this will be ready in time for F15. Better virt-manager integration is on the TODO list as well. The plan is to have a spice gtk widget which can easily be integrated into other applications. virt-manager can use it then, pretty much like the vnc widget today. I'd love to see that in F15 too, it is a bunch of work though ... cheers, Gerd _______________________________________________ virt mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/virt
