From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RA1OD-0007Re-2i for qemu-devel@nongnu.org; Sat, 01 Oct 2011 11:22:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RA1OC-00048R-02 for qemu-devel@nongnu.org; Sat, 01 Oct 2011 11:22:09 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:37759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RA1OB-00048H-So for qemu-devel@nongnu.org; Sat, 01 Oct 2011 11:22:07 -0400 Received: by ywm39 with SMTP id 39so3057437ywm.4 for ; Sat, 01 Oct 2011 08:22:07 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E87301B.6010602@twiddle.net> Date: Sat, 01 Oct 2011 08:22:03 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1316705449-17187-1-git-send-email-rth@twiddle.net> <20110922160410.GA737@zapo> <4E81EC9C.4000602@twiddle.net> In-Reply-To: <4E81EC9C.4000602@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6] Alpha system emulation, v11 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Ping 2. On 09/27/2011 08:32 AM, Richard Henderson wrote: > Ping. > > On 09/22/2011 09:04 AM, Edgar E. Iglesias wrote: >> On Thu, Sep 22, 2011 at 08:30:43AM -0700, Richard Henderson wrote: >>> Changes v10 - v11: >>> * Fixes for icount, based on feedback from Peter and Edgar. >>> * Re-based against master. >>> >>> The patch set is also available at >>> >>> git://repo.or.cz/qemu/rth.git axp-system-7 >>> >>> >>> r~ >>> >>> >>> Richard Henderson (6): >>> target-alpha: Honor icount for RPCC instruction. >>> target-alpha: Add custom PALcode image for CLIPPER emulation. >>> target-alpha: Add CLIPPER emulation. >>> target-alpha: Implement WAIT IPR. >>> target-alpha: Implement HALT IPR. >>> target-alpha: Add high-resolution access to wall clock and an alarm. >> >> Thanks >> >> Ack on everything but 2/6. Someone else can maybe check if the submodulery >> is OK.. >> >> Acked-by: Edgar E. Iglesias >