From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwhxK-0002zp-Ef for qemu-devel@nongnu.org; Thu, 25 Aug 2011 17:59:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwhxJ-0003FV-4y for qemu-devel@nongnu.org; Thu, 25 Aug 2011 17:59:22 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:40492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwhxJ-0003FP-1V for qemu-devel@nongnu.org; Thu, 25 Aug 2011 17:59:21 -0400 Received: by vxi32 with SMTP id 32so2364499vxi.4 for ; Thu, 25 Aug 2011 14:59:20 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E56C5AD.9020605@twiddle.net> Date: Thu, 25 Aug 2011 11:59:09 -1000 From: Richard Henderson MIME-Version: 1.0 References: <1314308722-14495-1-git-send-email-rth@twiddle.net> In-Reply-To: <1314308722-14495-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL][PATCH 0/6] Alpha system emulation, v9 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 08/25/2011 11:45 AM, Richard Henderson wrote: > Changes v8->v9 > * Updates for memory api. > > Please pull from > > git://repo.or.cz/qemu/rth.git axp-system-7 > > > r~ > > > Richard Henderson (6): > target-alpha: Add custom PALcode image for CLIPPER emulation. > target-alpha: Add 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. I must have done something silly in between git-format-patch and git-send-email; clearly patches 2 and 3 shouldn't be duplicates. The git branch is correct, however. r~