]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Emit graphics events when a SPICE client connects/disconnects
authorLaine Stump <laine@laine.org>
Wed, 14 Mar 2012 05:41:35 +0000 (01:41 -0400)
committerLaine Stump <laine@laine.org>
Thu, 15 Mar 2012 15:27:37 +0000 (11:27 -0400)
commit89ae6a5a30bd91cfb2365544f9dd2e6c2a36ecca
tree43673ed4f89c5dd8a23a28a11c1f249eb7821dd0
parentd86120fc52cfce20ec368989abb6590976850536
Emit graphics events when a SPICE client connects/disconnects

Wire up the domain graphics event notifications for SPICE. Adapted
from a RHEL-only patch written by Dan Berrange that used custom
__com.redhat_SPICE events - equivalent events are now available in
upstream QEMU (including a SPICE_CONNECTED event, which was missing in
the __COM.redhat_SPICE version).

* src/qemu/qemu_monitor_json.c: Wire up SPICE graphics events
src/qemu/qemu_monitor_json.c