using qemu to send mouse input to guest
- create a spice server in vm
- add to configuration file
<domain>
...
<qemu:commandline>
<qemu:arg value="-qmp"/>
<qemu:arg value="tcp:127.0.0.1:6448,server,nowait"/>
</qemu:commandline>
</domain>
- compile and run from host