From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzpNY-0002qv-VC for qemu-devel@nongnu.org; Wed, 25 Jun 2014 11:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzpNR-0004it-95 for qemu-devel@nongnu.org; Wed, 25 Jun 2014 11:44:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzpNR-0004ip-1b for qemu-devel@nongnu.org; Wed, 25 Jun 2014 11:44:49 -0400 Date: Wed, 25 Jun 2014 12:18:39 -0300 From: Marcelo Tosatti Message-ID: <20140625151839.GA22830@amt.cnet> References: <1403696346-9255-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1403696346-9255-1-git-send-email-mst@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4] mc146818rtc: add rtc-reset-reinjection QMP command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Markus Armbruster , qemu-devel@nongnu.org, Stefan Hajnoczi , Luiz Capitulino , =?us-ascii?B?PT9VVEYtOD9xP0FuZHJlYXM9MjBGPUMzPUE0cmJlcj89?= On Wed, Jun 25, 2014 at 02:40:12PM +0300, Michael S. Tsirkin wrote: > It is necessary to reset RTC interrupt reinjection backlog if > guest time is synchronized via a different mechanism, such as > QGA's guest-set-time command. > > Failing to do so causes both corrections to be applied (summed), > resulting in an incorrect guest time. > > Signed-off-by: Marcelo Tosatti > Reviewed-by: Michael S. Tsirkin > Signed-off-by: Michael S. Tsirkin > --- > > Marcelo, is this right? > > Changes from v3: > rebase on top of master > fixes error code > drop dead code Yes, sorry about the trouble. Thanks a lot Michael.