From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Y9Ak-0007Mq-8i for qemu-devel@nongnu.org; Thu, 03 Jul 2003 14:51:10 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Y9AT-0007CN-C9 for qemu-devel@nongnu.org; Thu, 03 Jul 2003 14:50:54 -0400 Received: from moscou.magic.fr ([62.210.158.41]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Y95z-0005Ds-64 for qemu-devel@nongnu.org; Thu, 03 Jul 2003 14:46:15 -0400 Subject: Re: [Qemu-devel] download failure From: Jocelyn Mayer In-Reply-To: <7BAE124B-AD71-11D7-ACE0-00050291EC35@mac.com> References: <7BAE124B-AD71-11D7-ACE0-00050291EC35@mac.com> Content-Type: text/plain Message-Id: <1057258205.11716.393.camel@jma1.dev.netgem.com> Mime-Version: 1.0 Date: 03 Jul 2003 20:50:05 +0200 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , To: qemu mailing list Hi, On Thu, 2003-07-03 at 18:14, John Jones wrote: > hey thanks for the files > > it seems to completely fail to automagic test because it know's nothing > about darwin... > > has anyone else got it working on darwin or any other OS except linux ? > (errors in the byteswap seem to suggest it knows nothing about non > linux systems ) > > regards > > John Jones Well, I didn't try under Darwin for now, but I'm doing some test with g qemu on my Mac these days. I can try this during the week-end and report my experience next week. Another point that may be interresting for some, here: my PPC emulation now completely pass my PPC test suite but crashes when I try to run glibc-linked and/or dynamic programs. I had to patch the Elf loader to make the stack look exactly like the one the Linux kernel use but it makes x86 dynamic programs fail to run... So, I must investigate to find the issues I introduced before I can release any "official" patch. I also would like to simplify my micro-ops file, because translate.o is far too long to compile on my Ibook (and gcc currently needs about 800 MB of virtual memory for this)... Let's say a few details to solve... :=) Regards. -- Jocelyn Mayer