From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nr4zz-0006po-Sc for qemu-devel@nongnu.org; Mon, 15 Mar 2010 03:46:04 -0400 Received: from [199.232.76.173] (port=39596 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nr4zx-0006pU-LR for qemu-devel@nongnu.org; Mon, 15 Mar 2010 03:46:02 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nr4zw-0005HW-8g for qemu-devel@nongnu.org; Mon, 15 Mar 2010 03:46:01 -0400 Received: from afflict.kos.to ([92.243.29.197]:32858) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nr4zv-0005HO-VP for qemu-devel@nongnu.org; Mon, 15 Mar 2010 03:46:00 -0400 Date: Mon, 15 Mar 2010 07:45:56 +0000 From: Riku Voipio Subject: Re: [Qemu-devel] [PATCH 0/6] Multi-level page tables and userland mapping fixes, v3 Message-ID: <20100315074556.GA1261@afflict.kos.to> References: <201003121851.41313.paul@codesourcery.com> <20100313124559.GA22277@volta.aurel32.net> <4B9B9A94.4000700@opensuse.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B9B9A94.4000700@opensuse.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Martin Mohring Cc: qemu-devel@nongnu.org, Paul Brook , Aurelien Jarno , Richard Henderson On Sat, Mar 13, 2010 at 03:00:52PM +0100, Martin Mohring wrote: > I am sorry to bring us all down to earth, we all had wished that this stuff gets finally fixed, but it seems that those patches applied to QEMU master have killed QEMU user mode. sid and maemo userlands work for me like before (64bit and 32bit hosts). > I am referring to the user mode fixes after commit 0aef4261ac0ec9089ade0e3a92f986cb4ba7317e > > I had QEMU working on PowerPC and ARM in chroots from the Linux versions: > > - Fedora 11 / 12 > - Ubuntu 9.04, 9.10, 10.04 > - Debian 4, 5 and Sid > > for ARM and PowerPC. My host OS is openSUSE 11.2 using a 2.6.31 kernel, or openSUSE 11.1. All machines are 64 Bit machines. > > Now I have the situation that all the listed target chroots fail, except: > - Fedora 11 / 12 @ ARM Please try to be more specific. What is killed? what do you mean by "chroots fail". qemu segfault? some binary doesn't work that before did? some syscall doesn't work anymore?