From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6ly2-0006V9-Ll for qemu-devel@nongnu.org; Thu, 22 Sep 2011 12:17:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6ll3-0004z0-E4 for qemu-devel@nongnu.org; Thu, 22 Sep 2011 12:04:18 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:51091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6ll3-0004yu-9Z for qemu-devel@nongnu.org; Thu, 22 Sep 2011 12:04:17 -0400 Received: by fxh13 with SMTP id 13so3027940fxh.4 for ; Thu, 22 Sep 2011 09:04:16 -0700 (PDT) Date: Thu, 22 Sep 2011 18:04:10 +0200 From: "Edgar E. Iglesias" Message-ID: <20110922160410.GA737@zapo> References: <1316705449-17187-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1316705449-17187-1-git-send-email-rth@twiddle.net> Subject: Re: [Qemu-devel] [PATCH 0/6] Alpha system emulation, v11 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org 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