diff options
author | Luiz Capitulino | 2010-01-14 17:50:59 +0100 |
---|---|---|
committer | Anthony Liguori | 2010-01-19 23:31:04 +0100 |
commit | 0d2ed46af43365fd713532c5eb9450380635b694 (patch) | |
tree | 4cb554ec5b9069d09dc351615cdf7845f72507a5 /hw/usb-serial.c | |
parent | QMP: Introduce VNC_DISCONNECTED event (diff) | |
download | qemu-0d2ed46af43365fd713532c5eb9450380635b694.tar.gz qemu-0d2ed46af43365fd713532c5eb9450380635b694.tar.xz qemu-0d2ed46af43365fd713532c5eb9450380635b694.zip |
QMP: Introduce VNC_INITIALIZED event
It's emitted when a VNC client session is activated by QEMU,
client's information such as port, IP and auth ID (if the
session is authenticated) are provided.
Event example:
{ "event": "VNC_INITIALIZED",
"timestamp": {"seconds": 1263475302, "microseconds": 150772},
"data": {
"server": { "auth": "sasl", "family": "ipv4",
"service": "5901", "host": "0.0.0.0"},
"client": { "family": "ipv4", "service": "46089",
"host": "127.0.0.1", "sasl_username": "lcapitulino" } } }
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/usb-serial.c')
0 files changed, 0 insertions, 0 deletions