From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USPQZ-0001oX-V5 for qemu-devel@nongnu.org; Wed, 17 Apr 2013 06:17:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USPQY-0004oz-SU for qemu-devel@nongnu.org; Wed, 17 Apr 2013 06:17:23 -0400 Received: from mail-qe0-f48.google.com ([209.85.128.48]:43295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USPQY-0004or-Ns for qemu-devel@nongnu.org; Wed, 17 Apr 2013 06:17:22 -0400 Received: by mail-qe0-f48.google.com with SMTP id 2so777442qea.21 for ; Wed, 17 Apr 2013 03:17:22 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <516E76A5.7020406@redhat.com> Date: Wed, 17 Apr 2013 12:17:09 +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: >> > 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?). Hmm, I cannot reproduce this. x86_64-softmmu/qemu-system-x86_64 -qmp unix:/home/pbonzini/qmp.sock,nowait,server -vnc :1 (Tried also without nowait, with SDL or -nographic, with KVM, with an additional "-serial mon:stdio"). Multiple executions of "./qom-list -s /home/pbonzini/qmp.sock /machine" work, both with and without these three patches. Paolo