spice: connection events.
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 11 Oct 2010 16:03:51 +0000 (18:03 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 9 Dec 2010 13:23:24 +0000 (14:23 +0100)
commit896e36589cf6f1e75bc41aa763a0e736adccafc5
treedd3e88b0ab4d835c4e9d3f7abffdc51c5f112881
parent065713eff9ee9b385b6432feec855b1864907f6a
spice: connection events.

This patch adds support for connection events to spice.  The events are
quite simliar to the vnc events.  Unlike vnc spice uses multiple tcp
channels though.  qemu will report every single tcp connection (aka
spice channel).  If you want track spice sessions only you can filter
for the main channel (channel-type == 1).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
QMP/qmp-events.txt
monitor.c
monitor.h
ui/spice-core.c