mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
QMP: Introduce qmp-events.txt
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f544d174df
commit
e2419113dd
1 changed files with 26 additions and 0 deletions
26
QMP/qmp-events.txt
Normal file
26
QMP/qmp-events.txt
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
QEMU Monitor Protocol: Events
|
||||||
|
=============================
|
||||||
|
|
||||||
|
1 SHUTDOWN
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Description: Issued when the Virtual Machine is powered down.
|
||||||
|
Data: None.
|
||||||
|
|
||||||
|
2 RESET
|
||||||
|
-------
|
||||||
|
|
||||||
|
Description: Issued when the Virtual Machine is reseted.
|
||||||
|
Data: None.
|
||||||
|
|
||||||
|
3 STOP
|
||||||
|
------
|
||||||
|
|
||||||
|
Description: Issued when the Virtual Machine is stopped.
|
||||||
|
Data: None.
|
||||||
|
|
||||||
|
4 DEBUG
|
||||||
|
-------
|
||||||
|
|
||||||
|
Description: Issued when the Virtual Machine enters debug mode.
|
||||||
|
Data: None.
|
Loading…
Add table
Add a link
Reference in a new issue