From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul3oN-0007Tg-8u for qemu-devel@nongnu.org; Fri, 07 Jun 2013 17:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ul3oM-0007Va-DS for qemu-devel@nongnu.org; Fri, 07 Jun 2013 17:03:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul3oM-0007VP-6f for qemu-devel@nongnu.org; Fri, 07 Jun 2013 17:03:02 -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.14.4/8.14.4) with ESMTP id r57L31AX018091 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 7 Jun 2013 17:03:01 -0400 Date: Fri, 7 Jun 2013 17:03:00 -0400 From: Luiz Capitulino Message-ID: <20130607170300.431d2a07@redhat.com> In-Reply-To: <20130607195243.GA13357@amt.cnet> References: <20130531182403.GA11153@amt.cnet> <20130603081830.44a7ed1f@redhat.com> <20130607195243.GA13357@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] correct RTC_CHANGE_EVENT description (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: qemu-devel , Gleb Natapov On Fri, 7 Jun 2013 16:52:43 -0300 Marcelo Tosatti wrote: > > Fix RTC_CHANGE event description to match implementation. > > Signed-off-by: Marcelo Tosatti Applied to the qmp branch, thanks. > > 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: > >