From patchwork Fri Oct 22 14:06:33 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luiz Capitulino X-Patchwork-Id: 68858 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 41420B6EE9 for ; Sat, 23 Oct 2010 01:10:29 +1100 (EST) Received: from localhost ([127.0.0.1]:45301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9IK9-0005cI-Nu for incoming@patchwork.ozlabs.org; Fri, 22 Oct 2010 10:10:25 -0400 Received: from [140.186.70.92] (port=49424 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9IGh-0003YT-KF for qemu-devel@nongnu.org; Fri, 22 Oct 2010 10:06:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9IGg-0001Tj-4m for qemu-devel@nongnu.org; Fri, 22 Oct 2010 10:06:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9IGf-0001TZ-TI for qemu-devel@nongnu.org; Fri, 22 Oct 2010 10:06:50 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9ME6kJo030386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 22 Oct 2010 10:06:46 -0400 Received: from localhost (ovpn-113-58.phx2.redhat.com [10.3.113.58]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9ME6jHN012711; Fri, 22 Oct 2010 10:06:46 -0400 From: Luiz Capitulino To: anthony@codemonkey.ws Date: Fri, 22 Oct 2010 12:06:33 -0200 Message-Id: <1287756396-13100-2-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1287756396-13100-1-git-send-email-lcapitulino@redhat.com> References: <1287756396-13100-1-git-send-email-lcapitulino@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: Hidetoshi Seto , qemu-devel@nongnu.org, Luiz Capitulino Subject: [Qemu-devel] [PATCH 1/4] Trivial fix for QMP/qmp-events.txt X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Hidetoshi Seto Fix example of STOP event that was just copy-and-pasted. Signed-off-by: Hidetoshi Seto Signed-off-by: Luiz Capitulino --- 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