From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul3U8-0003D8-TD for qemu-devel@nongnu.org; Fri, 07 Jun 2013 16:42:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ul3U8-00015N-0M for qemu-devel@nongnu.org; Fri, 07 Jun 2013 16:42:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul3U7-00015H-Og for qemu-devel@nongnu.org; Fri, 07 Jun 2013 16:42:07 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r57Kg6pD008264 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 7 Jun 2013 16:42:06 -0400 Date: Fri, 7 Jun 2013 16:52:43 -0300 From: Marcelo Tosatti Message-ID: <20130607195243.GA13357@amt.cnet> References: <20130531182403.GA11153@amt.cnet> <20130603081830.44a7ed1f@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130603081830.44a7ed1f@redhat.com> Subject: [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel , Gleb Natapov 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..24e804e9 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 base RTC clock (as specified by -rtc base), and +new RTC clock value (json-number) Example: