]> git.proxmox.com Git - qemu.git/commit - monitor.h
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)
commit6f8c63fbd7edc0b41c09f8f8e2d41a3a65464a43
treedd3e88b0ab4d835c4e9d3f7abffdc51c5f112881
parenta19cbfb346425cc760ed19b4e746417df636b761
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