From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjTie-0001PJ-Le for qemu-devel@nongnu.org; Mon, 03 Jun 2013 08:18:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjTic-0007vi-LL for qemu-devel@nongnu.org; Mon, 03 Jun 2013 08:18:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjTic-0007vJ-ED for qemu-devel@nongnu.org; Mon, 03 Jun 2013 08:18:34 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r53CIXZN014741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 3 Jun 2013 08:18:33 -0400 Date: Mon, 3 Jun 2013 08:18:30 -0400 From: Luiz Capitulino Message-ID: <20130603081830.44a7ed1f@redhat.com> In-Reply-To: <20130531182403.GA11153@amt.cnet> References: <20130531182403.GA11153@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 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: qemu-devel , Gleb Natapov On Fri, 31 May 2013 15:24:03 -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..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: > >