From patchwork Sun Jul 31 23:47:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 107650 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B8733B6FF5 for ; Mon, 1 Aug 2011 09:48:15 +1000 (EST) Received: from localhost ([::1]:56229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qnfjv-00021a-4G for incoming@patchwork.ozlabs.org; Sun, 31 Jul 2011 19:48:11 -0400 Received: from eggs.gnu.org ([140.186.70.92]:51134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qnfjq-00021V-4l for qemu-devel@nongnu.org; Sun, 31 Jul 2011 19:48:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qnfjp-00009u-3j for qemu-devel@nongnu.org; Sun, 31 Jul 2011 19:48:06 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:50150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qnfjo-00009n-U9 for qemu-devel@nongnu.org; Sun, 31 Jul 2011 19:48:05 -0400 Received: by wyf28 with SMTP id 28so1353793wyf.4 for ; Sun, 31 Jul 2011 16:48:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=vN+oh81587EfctPEsl7JnCX8b0VQ7SVWH+L5mXYA+qM=; b=bW73H+D3/ngghcywO168DAtx4iN6SOVPOYa3dmDENGs8pP8Od7YuHTlGFub2wIbPJx pFZgTLrAqhHv0SzKllCW/f+YqUedw6yDrky9gm1jg8lXtvban3WO7cMez7EAJUgew5Es fer2oARfs2TD/gjLHr1EAnI13gNnfiyCK5jqc= Received: by 10.216.63.146 with SMTP id a18mr98909wed.86.1312156083638; Sun, 31 Jul 2011 16:48:03 -0700 (PDT) Received: from localhost.localdomain (c-71-227-161-214.hsd1.wa.comcast.net [71.227.161.214]) by mx.google.com with ESMTPS id w45sm2967380wec.24.2011.07.31.16.47.59 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 31 Jul 2011 16:48:01 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Sun, 31 Jul 2011 16:47:20 -0700 Message-Id: <1312156040-29823-1-git-send-email-rth@twiddle.net> X-Mailer: git-send-email 1.7.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.173 Subject: [Qemu-devel] [0.15][PATCH] alpha-softmmu: Disable for the 0.15 release branch. 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 system emulation code was not merged before the branch. Let's leave that work for the next release. Signed-off-by: Richard Henderson --- configure | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 38e3724..91b8652 100755 --- a/configure +++ b/configure @@ -840,7 +840,6 @@ if [ "$softmmu" = "yes" ] ; then default_target_list="\ i386-softmmu \ x86_64-softmmu \ -alpha-softmmu \ arm-softmmu \ cris-softmmu \ lm32-softmmu \