From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHyWh-0000Wa-JU for qemu-devel@nongnu.org; Thu, 05 May 2011 09:23:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHyWg-0004ap-OW for qemu-devel@nongnu.org; Thu, 05 May 2011 09:23:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHyWg-0004al-Dh for qemu-devel@nongnu.org; Thu, 05 May 2011 09:23:30 -0400 Message-ID: <4DC2A4CC.3090809@redhat.com> Date: Thu, 05 May 2011 15:23:24 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1304588186-94087-1-git-send-email-agraf@suse.de> <4DC29E94.1070007@redhat.com> <550A3A31-3967-4C7D-A4C5-502FCB216049@suse.de> In-Reply-To: <550A3A31-3967-4C7D-A4C5-502FCB216049@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] darwin: work around sigfd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Jan Kiszka , Andreas Faerber , QEMU-devel Developers On 05/05/2011 03:15 PM, Alexander Graf wrote: > > On 05.05.2011, at 14:56, Paolo Bonzini wrote: > >> On 05/05/2011 11:36 AM, Alexander Graf wrote: >>> When running qemu-system on Darwin, the vcpu processes guest >>> code, but I don't get to see anything on the cocoa screen. >> >> Out of curiosity, does it work with iothread? > > Seems to work with -nographic, yes. With cocoa it doesn't seem as > happy :o. It certainly gets a lot further than without. And SDL? Paolo