From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US3yL-0000Mk-EY for qemu-devel@nongnu.org; Tue, 16 Apr 2013 07:22:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US3yK-0003U8-5q for qemu-devel@nongnu.org; Tue, 16 Apr 2013 07:22:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US3yJ-0003Tp-UD for qemu-devel@nongnu.org; Tue, 16 Apr 2013 07:22:48 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3GBMkdE021253 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 16 Apr 2013 07:22:46 -0400 Message-ID: <516D3483.8080804@redhat.com> Date: Tue, 16 Apr 2013 13:22:43 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1366110642-22095-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1366110642-22095-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] another round of qemu-char fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 04/16/13 13:10, Paolo Bonzini wrote: > I'm happy to say that I'm not touching IOWatchPoll (well, almost: only > for consistency). Instead, these patches try to make the code consistent > (thus avoiding CRITICAL messages from glib) and to fix detection of pty > connections; Gerd reported that it went berserk with polling. I think it > is the same failure reported by Michael Hines, but I couldn't reproduce > it with "-serial pty", only with the monitor. Things are back to normal with the series applied. Tested-by: Gerd Hoffmann cheers, Gerd