]> Git Repo - qemu.git/commit - vnc.c
QMP: Introduce VNC_DISCONNECTED event
authorLuiz Capitulino <[email protected]>
Thu, 14 Jan 2010 16:50:58 +0000 (14:50 -0200)
committerAnthony Liguori <[email protected]>
Tue, 19 Jan 2010 22:31:03 +0000 (16:31 -0600)
commit0d72f3d31b4bc320ac498f011129a646a12f9389
tree8cfbe626b2b9d35ec57fb265bc4cd9c41516dcd5
parent586153d9520c4ec3e4352cffa683b92ef5f23925
QMP: Introduce VNC_DISCONNECTED event

It's emitted when a VNC client disconnects from QEMU, client's
information such as port and IP address are provided.

Event example:

{ "event": "VNC_DISCONNECTED",
    "timestamp": { "seconds": 1262976601, "microseconds": 975795 },
    "data": {
        "server": { "auth": "sasl", "family": "ipv4",
                    "service": "5901", "host": "0.0.0.0" },
        "client": { "family": "ipv4", "service": "58425",
                    "host": "127.0.0.1", "sasl_username": "foo" } } }

Signed-off-by: Luiz Capitulino <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
QMP/qmp-events.txt
monitor.c
monitor.h
vnc.c
This page took 0.022375 seconds and 4 git commands to generate.