From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8n6D-0002cN-RU for qemu-devel@nongnu.org; Tue, 04 Sep 2012 02:59:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8n68-00016S-9B for qemu-devel@nongnu.org; Tue, 04 Sep 2012 02:59:01 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:34444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8n68-00016F-1L for qemu-devel@nongnu.org; Tue, 04 Sep 2012 02:58:56 -0400 Message-ID: <5045A6AD.8030107@msgid.tls.msk.ru> Date: Tue, 04 Sep 2012 10:58:53 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <5044F367.5080300@msgid.tls.msk.ru> <5045A560.4080108@redhat.com> In-Reply-To: <5045A560.4080108@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] apparently missing yet another notify_event() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel On 04.09.2012 10:53, Paolo Bonzini wrote: > Il 03/09/2012 20:13, Michael Tokarev ha scritto: [] >> qemu -nographic -kernel /boot/vmlinuz-$(uname -r) -append console=ttyS0 -serial pty >> >> This will hang with 100% CPU usage until something is sent >> to the pty. key is enough. [] > Could it be this one? > > Removing this "pending" initialization fixes this problem too. Thanks, /mjt