mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
d03703c81a
commit
7af72c24ae
|
@ -89,7 +89,7 @@ Data: None.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
{ "event": "SHUTDOWN",
|
{ "event": "STOP",
|
||||||
"timestamp": { "seconds": 1267041730, "microseconds": 281295 } }
|
"timestamp": { "seconds": 1267041730, "microseconds": 281295 } }
|
||||||
|
|
||||||
VNC_CONNECTED
|
VNC_CONNECTED
|
||||||
|
|
Loading…
Reference in New Issue