From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCZBB-0002aB-Jr for qemu-devel@nongnu.org; Sat, 08 Oct 2011 11:51:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCZB9-0007qx-Ts for qemu-devel@nongnu.org; Sat, 08 Oct 2011 11:51:13 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:45591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCZB9-0007qp-Lg for qemu-devel@nongnu.org; Sat, 08 Oct 2011 11:51:11 -0400 Received: by wyh22 with SMTP id 22so5427613wyh.4 for ; Sat, 08 Oct 2011 08:51:10 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E907167.4080101@twiddle.net> Date: Sat, 08 Oct 2011 08:51: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> <4E87301B.6010602@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 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: Blue Swirl Cc: qemu-devel@nongnu.org On 10/08/2011 08:37 AM, Blue Swirl wrote: > On Sat, Oct 1, 2011 at 3:22 PM, Richard Henderson wrote: >> 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. > > CC alpha-softmmu/alpha_typhoon.o > /src/qemu/hw/alpha_typhoon.c: In function 'typhoon_init': > /src/qemu/hw/alpha_typhoon.c:788: error: too few arguments to function > 'isa_bus_new' Rebased, fixed, and pushed back to repo.or.cz. r~