From patchwork Fri May 31 18:24:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Tosatti X-Patchwork-Id: 248002 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C5FE02C009A for ; Sat, 1 Jun 2013 04:24:54 +1000 (EST) Received: from localhost ([::1]:36731 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiU0R-0004xJ-U8 for incoming@patchwork.ozlabs.org; Fri, 31 May 2013 14:24:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiU07-0004tw-OL for qemu-devel@nongnu.org; Fri, 31 May 2013 14:24:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiU06-0002cE-PW for qemu-devel@nongnu.org; Fri, 31 May 2013 14:24:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiU06-0002cA-I6 for qemu-devel@nongnu.org; Fri, 31 May 2013 14:24:30 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4VIOT8W025550 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 31 May 2013 14:24:29 -0400 Received: from amt.cnet (vpn1-5-124.gru2.redhat.com [10.97.5.124]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r4VIOSuD013705; Fri, 31 May 2013 14:24:28 -0400 Received: from amt.cnet (localhost [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id B1019104830; Fri, 31 May 2013 15:24:05 -0300 (BRT) Received: (from marcelo@localhost) by amt.cnet (8.14.6/8.14.6/Submit) id r4VIO4ag014307; Fri, 31 May 2013 15:24:04 -0300 Date: Fri, 31 May 2013 15:24:03 -0300 From: Marcelo Tosatti To: qemu-devel Message-ID: <20130531182403.GA11153@amt.cnet> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Gleb Natapov , Luiz Capitulino Subject: [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Fix RTC_CHANGE event description to match implementation. Signed-off-by: Marcelo Tosatti diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index 92fe5fb..00b4087 100644 --- a/QMP/qmp-events.txt +++ b/QMP/qmp-events.txt @@ -203,7 +203,8 @@ Emitted when the guest changes the RTC time. Data: -- "offset": delta against the host UTC in seconds (json-number) +- "offset": Offset between old RTC clock value and new one + in seconds (json-number) Example: