From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLmIO-0008H0-JI for qemu-devel@nongnu.org; Wed, 13 Apr 2005 14:09:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLmIM-0008G7-G7 for qemu-devel@nongnu.org; Wed, 13 Apr 2005 14:08:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLmBh-00050j-09 for qemu-devel@nongnu.org; Wed, 13 Apr 2005 14:02:05 -0400 Received: from [64.233.170.196] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DLmFF-0006pU-O2 for qemu-devel@nongnu.org; Wed, 13 Apr 2005 14:05:45 -0400 Received: by rproxy.gmail.com with SMTP id z35so349305rne for ; Wed, 13 Apr 2005 11:05:19 -0700 (PDT) Message-ID: <41e41e7a0504131105220763b1@mail.gmail.com> Date: Wed, 13 Apr 2005 20:05:19 +0200 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] Q: SPARC support? In-Reply-To: <200504131945.51265.heiko.nardmann@secunet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200504131945.51265.heiko.nardmann@secunet.com> Reply-To: Hetz Ben Hamo , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Nardmann, Heiko" , qemu-devel@nongnu.org Hi, Would you care to tell which tools do you use and which versions? (like gcc, etc..) Thanks, Hetz On 4/13/05, Nardmann, Heiko wrote: > Using the given SPARC patch I have been able to compile and run (i.e. sta= rt) > qemu. But it core dumps after opening the X window inside the function > cpu_exec(). Here is the problematic section: >=20 > __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"); >=20 > Maybe someone (SPARC asm guru) could explain what is happening here (or s= hould > happen) ... ? >=20 > My machine is a Fire V250 (UltraSPARC-IIIi). >=20 > -- > 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 >=20 > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >