From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1c2K-0002sb-36 for qemu-devel@nongnu.org; Sat, 02 Feb 2013 07:17:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1c2F-0004RM-S6 for qemu-devel@nongnu.org; Sat, 02 Feb 2013 07:17:36 -0500 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:32944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1c2F-0004RA-L9 for qemu-devel@nongnu.org; Sat, 02 Feb 2013 07:17:31 -0500 Received: by mail-we0-f173.google.com with SMTP id r5so3612258wey.18 for ; Sat, 02 Feb 2013 04:17:30 -0800 (PST) Sender: Paolo Bonzini Message-ID: <510D03D0.9060407@redhat.com> Date: Sat, 02 Feb 2013 13:17:20 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1357922817-17584-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1357922817-17584-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Improve rtc-test coverage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori Il 11/01/2013 17:46, Paolo Bonzini ha scritto: > Trying (unsuccessfully) to break the code and reproduce the effects > of https://bugs.launchpad.net/qemu/+bug/1090558... Well, more > tests never hurt... > > Paolo Bonzini (2): > rtc-test: always set register B in its entirety > rtc-test: add testcases for alarms in 12hour mode > > tests/rtc-test.c | 238 ++++++++++++++++++++++++++++++++++++++++++++++++------- > 1 file changed, 208 insertions(+), 30 deletions(-) > Ping? Paolo