| Submitter | Hidetoshi Seto |
|---|---|
| Date | Oct. 14, 2010, 12:51 a.m. |
| Message ID | <4CB653F6.100@jp.fujitsu.com> |
| Download | mbox | patch |
| Permalink | /patch/67755/ |
| State | New |
| Headers | show |
Comments
On Thu, 14 Oct 2010 09:51:02 +0900 Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> wrote: > Fix example of STOP event that was just copy-and-pasted. > > Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Applied to the QMP queue, thanks. > --- > 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 01ec85f..aa20210 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
Patch
diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index 01ec85f..aa20210 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
Fix example of STOP event that was just copy-and-pasted. Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> --- QMP/qmp-events.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)