diff mbox

Trivial fix for QMP/qmp-events.txt

Message ID 4CB653F6.100@jp.fujitsu.com
State New
Headers show

Commit Message

Hidetoshi Seto Oct. 14, 2010, 12:51 a.m. UTC
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(-)

Comments

Luiz Capitulino Oct. 18, 2010, 2:12 p.m. UTC | #1
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
diff mbox

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