commit | 6f8c63fbd7edc0b41c09f8f8e2d41a3a65464a43 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Mon Oct 11 18:03:51 2010 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Dec 09 14:23:24 2010 +0100 |
tree | dd3e88b0ab4d835c4e9d3f7abffdc51c5f112881 | |
parent | a19cbfb346425cc760ed19b4e746417df636b761 [diff] |
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>