From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKe8n-0002hf-N7 for qemu-devel@nongnu.org; Sun, 30 Oct 2011 18:46:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKe8m-0005lk-FT for qemu-devel@nongnu.org; Sun, 30 Oct 2011 18:46:09 -0400 Received: from fmmailgate03.web.de ([217.72.192.234]:45233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKe8m-0005lg-85 for qemu-devel@nongnu.org; Sun, 30 Oct 2011 18:46:08 -0400 Received: from moweb002.kundenserver.de (moweb002.kundenserver.de [172.19.20.108]) by fmmailgate03.web.de (Postfix) with ESMTP id 6BAA41A96C09B for ; Sun, 30 Oct 2011 23:46:06 +0100 (CET) Message-ID: <4EADD380.1020100@web.de> Date: Sun, 30 Oct 2011 23:45:20 +0100 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <4E9D42D4.9070901@suse.de> <0B40C867-80E6-4FE1-A346-CAA807378745@logician.com> In-Reply-To: <0B40C867-80E6-4FE1-A346-CAA807378745@logician.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Patch for ui/cocoa.m List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Pineda Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Am 18.10.2011 16:35, schrieb Juan Pineda: >>> What command line do you use? If using the right arguments you >>> shouldn't see a window at all. Are you maybe using -drive instead of >>> -hda and that is not yet handled correctly? > > The boot volume dialog appears only when a hard disk file is not supplied on the command line. I would think the failure of the dialog to close is not unique to Lion. However in prior OS releases it probably does not present a problem as the main window can be raised above the dialog. If that were the case I would see it as worth fixing there, too. :) >>> Apart from this issue, is it working correctly for you? > However building the main branch (with flags as above) does not work. The build fails with error about redefinition of uint16 in fpu/softfloat.h. If that is fixed the build completes. But trying to run qemu-system-i386 quits: > >> $ i386-softmmu/qemu-system-i386 -hda ~/Downloads/linux-0.2.img >> >> GThread-ERROR **: GThread system may only be initialized once. >> aborting... >> Abort trap: 6 That's what I'm seeing, too, so I don't feel comfortable committing this patch now. It compiles file, but it crashes either way with a message similar to the above, so I don't see an improvement (yet). If you could pinpoint where this error stems from (e.g., single-stepping in gdb) that might help getting it fixed. Thanks, Andreas