From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAfBV-00021C-EI for qemu-devel@nongnu.org; Mon, 03 Oct 2011 05:51:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAfBU-0005EP-1c for qemu-devel@nongnu.org; Mon, 03 Oct 2011 05:51:41 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:51135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAfBT-0005EG-TU for qemu-devel@nongnu.org; Mon, 03 Oct 2011 05:51:40 -0400 Received: by wyh22 with SMTP id 22so3401877wyh.4 for ; Mon, 03 Oct 2011 02:51:39 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E8985A9.2050800@redhat.com> Date: Mon, 03 Oct 2011 11:51:37 +0200 From: Paolo Bonzini 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; format=flowed 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: "Edgar E. Iglesias" Cc: Blue Swirl , qemu-devel@nongnu.org, Richard Henderson On 09/22/2011 06:04 PM, 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.. Submodulery is OK. If you want you can mirror (with wget, not "git clone"!) http://repo.or.cz/r/qemu-palcode.git/ on qemu.org and change .gitmodules to point to the repo on qemu.org. This can be done separately however. Blue Swirl did it recently for OpenBIOS, perhaps he can do it for the Alpha PAL code too. Paolo