From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8ZeS-0003Wx-De for qemu-devel@nongnu.org; Tue, 27 Sep 2011 11:32:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8ZeM-0007W8-DZ for qemu-devel@nongnu.org; Tue, 27 Sep 2011 11:32:56 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:55840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8ZeM-0007W3-9F for qemu-devel@nongnu.org; Tue, 27 Sep 2011 11:32:50 -0400 Received: by wwg14 with SMTP id 14so6270830wwg.10 for ; Tue, 27 Sep 2011 08:32:49 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E81EC9C.4000602@twiddle.net> Date: Tue, 27 Sep 2011 08:32:44 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1316705449-17187-1-git-send-email-rth@twiddle.net> <20110922160410.GA737@zapo> In-Reply-To: <20110922160410.GA737@zapo> 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. r~ 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