From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USOfC-0002h0-8D for qemu-devel@nongnu.org; Wed, 17 Apr 2013 05:28:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USOfB-0003ge-AH for qemu-devel@nongnu.org; Wed, 17 Apr 2013 05:28:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USOfB-0003gG-2u for qemu-devel@nongnu.org; Wed, 17 Apr 2013 05:28:25 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3H9SOxG019022 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 17 Apr 2013 05:28:24 -0400 Message-ID: <516E6B30.4080104@redhat.com> Date: Wed, 17 Apr 2013 11:28:16 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1366110642-22095-1-git-send-email-pbonzini@redhat.com> <516D3483.8080804@redhat.com> <516E49E7.9040901@redhat.com> In-Reply-To: <516E49E7.9040901@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: Gerd Hoffmann , qemu-devel Il 17/04/2013 09:06, Gerd Hoffmann ha scritto: > 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?). Yeah, I was going to test sockets more today... you beat me... Paolo