diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2009-11-26 22:59:08 -0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-03 09:41:24 -0600 |
commit | e2419113ddc6e1b7765a8ccebfc425e5547c7a19 (patch) | |
tree | ee49620c83259caed878c7f0012030538266b156 /QMP | |
parent | f544d174dfc9ff26a0ae52c68289a67722f19cdf (diff) | |
download | qemu-e2419113ddc6e1b7765a8ccebfc425e5547c7a19.tar.gz qemu-e2419113ddc6e1b7765a8ccebfc425e5547c7a19.tar.bz2 qemu-e2419113ddc6e1b7765a8ccebfc425e5547c7a19.zip |
QMP: Introduce qmp-events.txt
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'QMP')
-rw-r--r-- | QMP/qmp-events.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt new file mode 100644 index 0000000000..682a5e53ac --- /dev/null +++ b/QMP/qmp-events.txt @@ -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. |