QMP: Introduce VNC_CONNECTED event
[qemu.git] / QMP / qmp-events.txt
blobd36da468ad06710148eb14f837fb1f6366e32024
1                    QEMU Monitor Protocol: Events
2                    =============================
4 1 SHUTDOWN
5 -----------
7 Description: Issued when the Virtual Machine is powered down.
8 Data: None.
10 2 RESET
11 -------
13 Description: Issued when the Virtual Machine is reseted.
14 Data: None.
16 3 STOP
17 ------
19 Description: Issued when the Virtual Machine is stopped.
20 Data: None.
22 4 DEBUG
23 -------
25 Description: Issued when the Virtual Machine enters debug mode.
26 Data: None.
28 4 VNC_CONNECTED
29 ---------------
31 Description: Issued when a VNC client establishes a connection.
32 Data: 'server' and 'client' keys with the same keys as 'query-vnc',
33 except that authentication ID is not provided.