From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USMRg-0001ey-Dj for qemu-devel@nongnu.org; Wed, 17 Apr 2013 03:06:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USMRe-0001cE-Eq for qemu-devel@nongnu.org; Wed, 17 Apr 2013 03:06:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USMRe-0001bw-5W for qemu-devel@nongnu.org; Wed, 17 Apr 2013 03:06:18 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3H76H6Z026692 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 17 Apr 2013 03:06:17 -0400 Message-ID: <516E49E7.9040901@redhat.com> Date: Wed, 17 Apr 2013 09:06:15 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1366110642-22095-1-git-send-email-pbonzini@redhat.com> <516D3483.8080804@redhat.com> In-Reply-To: <516D3483.8080804@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:22, Gerd Hoffmann wrote: > 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 Trapped into the next issue. Added qmp monitor to the virtual machine, linked to unix socket. Start playing with the qom-* scrips in QMP. qemu hangs after the first qmp-list command (triggered by socket disconnect?). cheers, Gerd