diff options
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | 2010-10-14 09:51:02 +0900 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2010-10-22 10:08:37 -0200 |
commit | 1e7028fe0e407fcba801061fe270891054f952cc (patch) | |
tree | ac408518c5b286c3728a98f3a6084ff90dfc5920 /QMP | |
parent | 61859cdf5b0fd06dd8fe020ed354ff04f52daddc (diff) | |
download | qemu-1e7028fe0e407fcba801061fe270891054f952cc.tar.gz qemu-1e7028fe0e407fcba801061fe270891054f952cc.tar.bz2 qemu-1e7028fe0e407fcba801061fe270891054f952cc.zip |
Trivial fix for QMP/qmp-events.txt
Fix example of STOP event that was just copy-and-pasted.
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'QMP')
-rw-r--r-- | QMP/qmp-events.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index 01ec85fbb9..aa2021082f 100644 --- a/QMP/qmp-events.txt +++ b/QMP/qmp-events.txt @@ -89,7 +89,7 @@ Data: None. Example: -{ "event": "SHUTDOWN", +{ "event": "STOP", "timestamp": { "seconds": 1267041730, "microseconds": 281295 } } VNC_CONNECTED |