From owner-svn-src-all@FreeBSD.ORG Sat May 17 16:10:56 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A4D9C0D; Sat, 17 May 2014 16:10:56 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id E0505204A; Sat, 17 May 2014 16:10:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id 57FE538069; Sat, 17 May 2014 11:10:49 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id duck8PH81Bof; Sat, 17 May 2014 11:10:49 -0500 (CDT) Received: from comporellon.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id 9243338046; Sat, 17 May 2014 11:10:48 -0500 (CDT) Message-ID: <53778A07.7000003@freebsd.org> Date: Sat, 17 May 2014 09:10:47 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: sbruno@freebsd.org Subject: Re: svn commit: r266273 - in stable/10/sys: amd64/conf conf i386/conf References: <201405162255.s4GMt1GR077643@svn.freebsd.org> <5376AFFA.3010902@freebsd.org> <1400289486.1535.1.camel@bruno> In-Reply-To: <1400289486.1535.1.camel@bruno> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org, Ian Lepore X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 16:10:56 -0000 On 05/16/14 18:18, Sean Bruno wrote: > On Fri, 2014-05-16 at 17:40 -0700, Nathan Whitehorn wrote: >> I missed the original commit of this, but why doesn't this code work on >> non-x86 systems? QEMU works perfectly fine on other architectures. >> -Nathan > > I am only supporting this on x86 systems, if there is someone who is > using this actively on ${ARCH} then I see no reason to enable it there. > > sean > But why restrict it? Tier-2 systems basically mean "no guarantees" and that's fine. But there doesn't seem to be any reason to make code platform-specific that is not inherently so. -Nathan