From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsFQA-0002TU-1T for qemu-devel@nongnu.org; Wed, 04 Jun 2014 13:56:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsFQ3-0001H8-Ob for qemu-devel@nongnu.org; Wed, 04 Jun 2014 13:56:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsFQ3-0001Gt-H7 for qemu-devel@nongnu.org; Wed, 04 Jun 2014 13:56:11 -0400 Message-Id: <20140604175200.667995104@amt.cnet> Date: Wed, 04 Jun 2014 14:52:00 -0300 From: mtosatti@redhat.com Subject: [Qemu-devel] [patch 0/3] add QMP command to reset rtc interrupt backlog (v4) 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 v4: fix command name, correct english (Eric Blake) add object_property_add_alias (Paolo) --- 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.