From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAZsY-0007Ar-Sx for qemu-devel@nongnu.org; Sat, 17 Aug 2013 02:20:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VAZsT-0007mA-Cb for qemu-devel@nongnu.org; Sat, 17 Aug 2013 02:20:50 -0400 Received: from mail-qa0-x236.google.com ([2607:f8b0:400d:c00::236]:64614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAZsT-0007m2-7K for qemu-devel@nongnu.org; Sat, 17 Aug 2013 02:20:45 -0400 Received: by mail-qa0-f54.google.com with SMTP id bv4so916718qab.20 for ; Fri, 16 Aug 2013 23:20:44 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Fri, 16 Aug 2013 23:20:08 -0700 Message-Id: <1376720412-2165-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 0/4] alpha-softmmu improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com No changes since the patch set was first posted, but rebased against head. r~ The following changes since commit f202039811d8746b0586d2fd5f61de6c8cf68056: Open up 1.7 development branch (2013-08-15 15:41:13 -0500) are available in the git repository at: git://github.com/rth7680/qemu.git axp-next for you to fetch changes up to b83c4db89561e78ca5a1808329cbf937c6d75cc3: target-alpha: Implement the typhoon iommu (2013-08-16 11:17:23 -0700) ---------------------------------------------------------------- Richard Henderson (4): target-alpha: Implement call_pal without an exception target-alpha: Use goto_tb in call_pal target-alpha: Consider the superpage when threading and ending TBs target-alpha: Implement the typhoon iommu hw/alpha/typhoon.c | 202 +++++++++++++++++++++++++++++++++++++++------- target-alpha/helper.h | 2 + target-alpha/sys_helper.c | 17 ++++ target-alpha/translate.c | 82 ++++++++++++++++--- 4 files changed, 264 insertions(+), 39 deletions(-)