From patchwork Tue Sep 20 22:36:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 115641 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 F3491B6F92 for ; Wed, 21 Sep 2011 08:37:25 +1000 (EST) Received: from localhost ([::1]:33455 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R68wG-00042A-7z for incoming@patchwork.ozlabs.org; Tue, 20 Sep 2011 18:37:16 -0400 Received: from eggs.gnu.org ([140.186.70.92]:47923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R68w9-000422-DA for qemu-devel@nongnu.org; Tue, 20 Sep 2011 18:37:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R68w8-0007HZ-9w for qemu-devel@nongnu.org; Tue, 20 Sep 2011 18:37:09 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:44026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R68w8-0007HS-4f for qemu-devel@nongnu.org; Tue, 20 Sep 2011 18:37:08 -0400 Received: by fxh13 with SMTP id 13so1083388fxh.4 for ; Tue, 20 Sep 2011 15:37:07 -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=aWXBJfrjO0z3U8k6RCESvXbUm4oUH33xHmOjmH3iluo=; b=OFPS0S0F8UqgYANDhWIZhOmHCoYfXyIggUF2k07MWvqLzioNd7ThCOpRe3bD8v7A+I gPZmVoR5xyrI3Tdn3KcgAUNbuBdDNlMY5eCT9vocfNMBkU3LdjprnAGqTBCeV2aeD75B HQNCxUPKdU8aABy7o22QTXU18Gk+OrZILJ43s= Received: by 10.223.76.10 with SMTP id a10mr2014521fak.30.1316558227138; Tue, 20 Sep 2011 15:37:07 -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 v17sm2579968fai.18.2011.09.20.15.37.04 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Sep 2011 15:37:06 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Tue, 20 Sep 2011 15:36:24 -0700 Message-Id: <1316558184-4287-1-git-send-email-rth@twiddle.net> X-Mailer: git-send-email 1.7.6.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.45 Cc: Anthony Liguori Subject: [Qemu-devel] [PATCH] Revert "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 This reverts commit 46f08792bb4a69ab8aab897c174d82b006026140. This was not supposed to be applied to mainline. Signed-off-by: Richard Henderson --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index ad924c4..414317a 100755 --- a/configure +++ b/configure @@ -855,6 +855,7 @@ if [ "$softmmu" = "yes" ] ; then default_target_list="\ i386-softmmu \ x86_64-softmmu \ +alpha-softmmu \ arm-softmmu \ cris-softmmu \ lm32-softmmu \