From patchwork Sun Jul 14 22:16:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 258909 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5DDB22C00F8 for ; Mon, 15 Jul 2013 08:17:15 +1000 (EST) Received: from localhost ([::1]:42789 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyUbO-0002hY-2f for incoming@patchwork.ozlabs.org; Sun, 14 Jul 2013 18:17:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyUar-0002hA-11 for qemu-devel@nongnu.org; Sun, 14 Jul 2013 18:16:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UyUao-00058T-9o for qemu-devel@nongnu.org; Sun, 14 Jul 2013 18:16:36 -0400 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:60798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyUao-00058J-3C for qemu-devel@nongnu.org; Sun, 14 Jul 2013 18:16:34 -0400 Received: by mail-pa0-f45.google.com with SMTP id bi5so10588168pad.32 for ; Sun, 14 Jul 2013 15:16:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=aVv+elM+XfDCUYtnwbQht4VT9WnUqNwPG7leC5N+LoM=; b=lwrNqjqi8JZnzUJTCfaIBQPhxejCmbKee2zycuL4O0vUiDpGABJwBEkpUDEQPufEwQ Ek6EpI2Pp/QkLf6V6OWCVEFGOxt/Ekzx/ATN1yI7qgRtqtKyzzJ8iRuaidGvmtYGjyn9 CQTbx/ZBreWpImmR0Se+LXYBjJQye/3+3jBBF2z3kQYVrhlPmUQYk/1LTDiTxuyp9Rk9 UvfgucofQbfE/FSJnQ+oh6nuGzkwWuvxgtyIXJh/7SbwyNoSfAJJ+z8QBfYvzSiq1gIf mLHIE2ZQUPjhvduaXEjUaEdirwtBU6dRtvvN+Mm0bGs4yhfPqp0gDzNiqwrGTzo7If7f Y31Q== X-Received: by 10.68.253.138 with SMTP id aa10mr15786716pbd.24.1373840192630; Sun, 14 Jul 2013 15:16:32 -0700 (PDT) Received: from pebble.com ([216.239.55.194]) by mx.google.com with ESMTPSA id dg3sm57216706pbc.24.2013.07.14.15.16.30 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 14 Jul 2013 15:16:31 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Sun, 14 Jul 2013 15:16:06 -0700 Message-Id: <1373840171-25556-1-git-send-email-rth@twiddle.net> X-Mailer: git-send-email 1.8.3.1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22d Cc: aliguori@us.ibm.com Subject: [Qemu-devel] [PULL 0/5] alpha-softmmu fixes X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The only non-alpha patch in the list has now been reviewed. Please pull. r~ The following changes since commit c3cb8e77804313e1be99b5f28a34a346736707a5: ioport: remove LITTLE_ENDIAN mark for portio (2013-07-12 14:37:47 -0500) are available in the git repository at: git://github.com/rth7680/qemu.git axp-next for you to fetch changes up to e605e969953d793036dbd450da6b59bb434fb3d8: hw/alpha: Use SRM epoch (2013-07-14 13:40:36 -0700) ---------------------------------------------------------------- Richard Henderson (5): hw/alpha: Don't use get_system_io hw/alpha: Don't machine check on missing pci i/o exec: Support 64-bit operations in address_space_rw hw/alpha: Drop latch_tmp hack hw/alpha: Use SRM epoch exec.c | 68 ++++++++++++++++++++++++++++++++++++++++--------- hw/alpha/alpha_sys.h | 2 +- hw/alpha/dp264.c | 4 ++- hw/alpha/pci.c | 44 ++++++++++---------------------- hw/alpha/typhoon.c | 72 +++++++++++++++------------------------------------- 5 files changed, 93 insertions(+), 97 deletions(-)