From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrWSz-0002qK-Ox for qemu-devel@nongnu.org; Mon, 02 Jun 2014 13:56:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrWSn-0003BG-Pc for qemu-devel@nongnu.org; Mon, 02 Jun 2014 13:56:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrWSn-0003B3-I8 for qemu-devel@nongnu.org; Mon, 02 Jun 2014 13:56:01 -0400 Message-Id: <20140602175104.579823673@amt.cnet> In-Reply-To: <20140530201145.194061806@amt.cnet> Date: Mon, 02 Jun 2014 14:51:04 -0300 From: mtosatti@redhat.com Subject: [Qemu-devel] [patch 0/3] add QMP command to reset rtc interrupt backlog (v3) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: gleb@kernel.org, pbonzini@redhat.com, armbru@redhat.com, mprivozn@redhat.com It is necessary to reset RTC interrupt 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. --- changelog: v3: - add object_property_add_alias (Paolo) - fix #ifdefs (Paolo)