]> Git Repo - qemu.git/blame - QMP/qmp-events.txt
QMP: Introduce VNC_DISCONNECTED event
[qemu.git] / QMP / qmp-events.txt
CommitLineData
e2419113
LC
1 QEMU Monitor Protocol: Events
2 =============================
3
41 SHUTDOWN
5-----------
6
7Description: Issued when the Virtual Machine is powered down.
8Data: None.
9
102 RESET
11-------
12
13Description: Issued when the Virtual Machine is reseted.
14Data: None.
15
163 STOP
17------
18
19Description: Issued when the Virtual Machine is stopped.
20Data: None.
21
224 DEBUG
23-------
24
25Description: Issued when the Virtual Machine enters debug mode.
26Data: None.
586153d9
LC
27
284 VNC_CONNECTED
29---------------
30
31Description: Issued when a VNC client establishes a connection.
32Data: 'server' and 'client' keys with the same keys as 'query-vnc',
33except that authentication ID is not provided.
0d72f3d3
LC
34
355 VNC_DISCONNECTED
36------------------
37
38Description: Issued when the conection is closed.
39Data: 'server' and 'client' keys with the same keys as 'query-vnc'.
This page took 0.048751 seconds and 4 git commands to generate.