From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ50q-0004sV-MU for qemu-devel@nongnu.org; Thu, 22 Jan 2009 14:14:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ50p-0004qw-Vh for qemu-devel@nongnu.org; Thu, 22 Jan 2009 14:14:48 -0500 Received: from [199.232.76.173] (port=40651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ50p-0004qj-Sa for qemu-devel@nongnu.org; Thu, 22 Jan 2009 14:14:47 -0500 Received: from mail.gmx.net ([213.165.64.20]:38007) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LQ50o-0004Oe-LR for qemu-devel@nongnu.org; Thu, 22 Jan 2009 14:14:47 -0500 From: "Jan-Simon =?utf-8?q?M=C3=B6ller?=" Date: Thu, 22 Jan 2009 20:14:39 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901222014.39864.dl9pf@gmx.de> Subject: [Qemu-devel] linux-user/arm unsupported syscalls 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 Hi! I'm running some debian-lenny/arm binaries in user-mode emulation and get these 2 messages: qemu: Unsupported ARM syscall: 0x9000e5 qemu: Unsupported ARM syscall: 0x9000e2 Any are these known already ? It doesn't seem critical as execution continues. Best, Jan-Simon