From mboxrd@z Thu Jan 1 00:00:00 1970 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 Date: Fri, 31 May 2013 15:24:03 -0300 From: Marcelo Tosatti Message-ID: <20130531182403.GA11153@amt.cnet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Gleb Natapov , Luiz Capitulino 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: