From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlkOj-0006IE-1I for qemu-devel@nongnu.org; Fri, 13 Jan 2012 11:54:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlkOh-0001d3-Vb for qemu-devel@nongnu.org; Fri, 13 Jan 2012 11:54:37 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:47562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlkOh-0001cz-Rm for qemu-devel@nongnu.org; Fri, 13 Jan 2012 11:54:35 -0500 Received: by ghbg15 with SMTP id g15so1150198ghb.4 for ; Fri, 13 Jan 2012 08:54:35 -0800 (PST) Message-ID: <4F1061C7.2070908@codemonkey.ws> Date: Fri, 13 Jan 2012 10:54:31 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1321898431-18449-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1321898431-18449-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] Fixes to the rtc device model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 11/21/2011 12:00 PM, Paolo Bonzini wrote: > Here are a bunch of fixes for the rtc that I found while reading > the code. Might be for 1.0 or 1.1, at your choice. > > I also have a fix for at least one relatively important bug: when writing > register B unmasks a pending interrupt, the IRQ line should be raised. > However, the fix is a bit invasive so I am not posting it yet. Applied. Thanks. Regards, Anthony Liguori > > Paolo Bonzini (4): > rtc: fix 12-hour mode > rtc: raise AF bit when the alarm is encountered but AIE=0 > rtc: raise PF bit when the periodic timer triggers but PIE=0 > rtc: clear non-PF bits when reinjecting on ack > > hw/mc146818rtc.c | 41 +++++++++++++++++++++++------------------ > 1 files changed, 23 insertions(+), 18 deletions(-) >