mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-25 04:30:02 +00:00
e2419113dd
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
27 lines
463 B
Plaintext
27 lines
463 B
Plaintext
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.
|