From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWRdq-0002kA-6W for qemu-devel@nongnu.org; Wed, 16 Oct 2013 10:00:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWRdk-0003ry-03 for qemu-devel@nongnu.org; Wed, 16 Oct 2013 10:00:02 -0400 Received: from mail-ob0-f180.google.com ([209.85.214.180]:48930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWRdj-0003rp-Rc for qemu-devel@nongnu.org; Wed, 16 Oct 2013 09:59:55 -0400 Received: by mail-ob0-f180.google.com with SMTP id wo20so473987obc.25 for ; Wed, 16 Oct 2013 06:59:54 -0700 (PDT) Date: Wed, 16 Oct 2013 08:59:52 -0500 From: Rob Landley In-Reply-To: <524B0437.4040706@twiddle.net> (from rth@twiddle.net on Tue Oct 1 12:19:51 2013) Message-Id: <1381931992.1974.202@driftwood> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] tcg-hppa: Remove tcg backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: aurelien@aurel32.net, qemu-devel@nongnu.org, anthony@codemonkey.ws On 10/01/2013 12:19:51 PM, Richard Henderson wrote: > On 09/25/2013 12:27 PM, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > > --- > > > > Since the GCC compile farm took their hppa machine off-line, I have =20 > no way > > to test this port anymore. Worse, I can't find any distributions =20 > that still > > support hppa, so I can't even download binaries for use in =20 > cross-compilation. > > And I'm unwilling to bootstrap an entire system from scratch for =20 > this. Bootstrapping entire systems from scratch is a thing I do, so I poked =20 at a uClibc config (no dynamic linker and thus no shared library =20 support, but ok) and a kernel config (the hppa defconfig is funky, but =20 oh well)... But there's no qemu system emulation for hppa or parisc. Bootstrapping =20 a system doesn't help if qemu can't actually emulate a board to run it =20 on. (Am I missing something?) Rob=