]>
Commit | Line | Data |
---|---|---|
e2419113 LC |
1 | QEMU Monitor Protocol: Events |
2 | ============================= | |
3 | ||
4 | 1 SHUTDOWN | |
5 | ----------- | |
6 | ||
7 | Description: Issued when the Virtual Machine is powered down. | |
8 | Data: None. | |
9 | ||
10 | 2 RESET | |
11 | ------- | |
12 | ||
13 | Description: Issued when the Virtual Machine is reseted. | |
14 | Data: None. | |
15 | ||
16 | 3 STOP | |
17 | ------ | |
18 | ||
19 | Description: Issued when the Virtual Machine is stopped. | |
20 | Data: None. | |
21 | ||
22 | 4 DEBUG | |
23 | ------- | |
24 | ||
25 | Description: Issued when the Virtual Machine enters debug mode. | |
26 | Data: None. | |
586153d9 LC |
27 | |
28 | 4 VNC_CONNECTED | |
29 | --------------- | |
30 | ||
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. | |
0d72f3d3 LC |
34 | |
35 | 5 VNC_DISCONNECTED | |
36 | ------------------ | |
37 | ||
38 | Description: Issued when the conection is closed. | |
39 | Data: 'server' and 'client' keys with the same keys as 'query-vnc'. |