From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSYAc-0006Wh-9K for qemu-devel@nongnu.org; Mon, 21 Nov 2011 13:00:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSYAb-0006qu-7m for qemu-devel@nongnu.org; Mon, 21 Nov 2011 13:00:42 -0500 Received: from mail-qw0-f52.google.com ([209.85.216.52]:57194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSYAa-0006qo-Uk for qemu-devel@nongnu.org; Mon, 21 Nov 2011 13:00:41 -0500 Received: by qadz3 with SMTP id z3so498993qad.4 for ; Mon, 21 Nov 2011 10:00:40 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 21 Nov 2011 19:00:27 +0100 Message-Id: <1321898431-18449-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] Fixes to the rtc device model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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. 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(-) -- 1.7.7.1