From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLkqE-0005X9-Se for qemu-devel@nongnu.org; Wed, 13 Apr 2005 12:35:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLkq6-0005Rq-T1 for qemu-devel@nongnu.org; Wed, 13 Apr 2005 12:35:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLkq5-0005An-Vp for qemu-devel@nongnu.org; Wed, 13 Apr 2005 12:35:42 -0400 Received: from [195.127.85.58] (helo=a.mx.secunet.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DLl0S-00014V-QV for qemu-devel@nongnu.org; Wed, 13 Apr 2005 12:46:25 -0400 Received: from localhost (localhost [127.0.0.1]) by a.mx.secunet.com (Postfix) with ESMTP id C5277F69 for ; Wed, 13 Apr 2005 18:44:11 +0200 (CEST) Received: from snsrv019.secumail.de (unknown [10.36.12.59]) by a.mx.secunet.com (Postfix) with SMTP id 81683F57 for ; Wed, 13 Apr 2005 18:44:11 +0200 (CEST) From: "Nardmann, Heiko" Date: Wed, 13 Apr 2005 19:45:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504131945.51265.heiko.nardmann@secunet.com> Subject: [Qemu-devel] Q: SPARC support? Reply-To: "Nardmann, Heiko" , 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 Using the given SPARC patch I have been able to compile and run (i.e. start) qemu. But it core dumps after opening the X window inside the function cpu_exec(). Here is the problematic section: __asm__ __volatile__("call %0\n\t" "mov %%o7,%%i0" : /* no outputs */ : "r" (gen_func) : "g0", "i0", "i1", "i2", "i3", "i4", "i5", "i7", "l0", "l1", "l2", "l3", "l4", "l5", "l6", "l7"); Maybe someone (SPARC asm guru) could explain what is happening here (or should happen) ... ? My machine is a Fire V250 (UltraSPARC-IIIi). -- Heiko Nardmann (Dipl.-Ing. Technische Informatik) secunet Security Networks AG - Sicherheit in Netzwerken (www.secunet.de), Weidenauer Str. 223-225, D-57076 Siegen Tel. : +49 271 48950-13, Fax : +49 271 48950-50