From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJKfN-0001SY-Gx for qemu-devel@nongnu.org; Fri, 28 Feb 2014 05:27:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJKfH-0006Ky-HL for qemu-devel@nongnu.org; Fri, 28 Feb 2014 05:27:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:18857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJKfH-0006KQ-9L for qemu-devel@nongnu.org; Fri, 28 Feb 2014 05:27:35 -0500 Date: Fri, 28 Feb 2014 11:27:31 +0100 From: Stefan Hajnoczi Message-ID: <20140228102731.GC30385@stefanha-thinkpad.redhat.com> References: <53100AF8.8080409@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53100AF8.8080409@ozlabs.ru> Subject: Re: [Qemu-devel] migrate to fd - how to use with HMP? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: "qemu-devel@nongnu.org" On Fri, Feb 28, 2014 at 03:05:12PM +1100, Alexey Kardashevskiy wrote: > However once socket_scm_helper talked to "mon" (./qemu.monitor), I cannot > get any response from it via "socat UNIX-CONNECT:./qemu.monitor STDIN". Have you tried with QMP? Perhaps the HMP monitor handles connect/disconnect differently from the QMP monitor. I guess this will require more step-by-step debugging of monitor.c to find out what's going on. Stefan