From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GSXg9-00076l-0i for qemu-devel@nongnu.org; Wed, 27 Sep 2006 07:34:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSXg7-00073h-F9 for qemu-devel@nongnu.org; Wed, 27 Sep 2006 07:34:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSXg7-00073P-Cj for qemu-devel@nongnu.org; Wed, 27 Sep 2006 07:34:15 -0400 Received: from [64.233.166.182] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GSXky-0000Wg-7N for qemu-devel@nongnu.org; Wed, 27 Sep 2006 07:39:16 -0400 Received: by py-out-1112.google.com with SMTP id x31so237442pye for ; Wed, 27 Sep 2006 04:34:14 -0700 (PDT) Message-ID: <56d259a00609270434v756bafbo9eda2bce39d2817a@mail.gmail.com> Date: Wed, 27 Sep 2006 12:34:14 +0100 From: "Martin Guy" In-Reply-To: <56d259a00609261127u63a3154et4723f9ca089b7f31@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <56d259a00609261127u63a3154et4723f9ca089b7f31@mail.gmail.com> Subject: [Qemu-devel] Re: qemu-arm user mode does not work with ARM EABI Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 2006/9/26, Martin Guy : > Ever since QEMU 0.8.1, qemu-arm-system mode works fine with ARM EABI > kernel and rootfs, but qemu-arm single-process mode is broken with > EABI, failing with "Unknown system call 0xf0005". Fixed for simple cases by pbrook's preliminary patches mentioned at http://lists.gnu.org/archive/html/qemu-devel/2006-09/msg00194.html These patches do not apply cleanly using "patch" (it can't find most of the files to patch), so I've repackaged them and put the trouble-free version (cd qemu-0.8.2; patch -p1 < ../patch*mg1) under http://freaknet.org/martin/QEMU Bless M