From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbZLM-0003GE-U1 for qemu-devel@nongnu.org; Thu, 22 Nov 2012 11:09:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbZLG-0007AX-IA for qemu-devel@nongnu.org; Thu, 22 Nov 2012 11:09:36 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:36348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbZLG-0007AS-DZ for qemu-devel@nongnu.org; Thu, 22 Nov 2012 11:09:30 -0500 Received: by mail-ie0-f173.google.com with SMTP id e13so2018294iej.4 for ; Thu, 22 Nov 2012 08:09:30 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50AE4E34.40105@redhat.com> Date: Thu, 22 Nov 2012 17:09:24 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <24E144B8C0207547AD09C467A8259F755782E999@lisa.maurer-it.com> <20121122112026.405709d8@doriath.home> <50AE4640.3000604@redhat.com> <24E144B8C0207547AD09C467A8259F755782EC31@lisa.maurer-it.com> <50AE4C32.6050309@redhat.com> <24E144B8C0207547AD09C467A8259F755782ECC5@lisa.maurer-it.com> In-Reply-To: <24E144B8C0207547AD09C467A8259F755782ECC5@lisa.maurer-it.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qmp problems with --enable-kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dietmar Maurer Cc: "qemu-devel@nongnu.org" , Luiz Capitulino Il 22/11/2012 17:04, Dietmar Maurer ha scritto: >> Ok, in any case Jan's patch was for a QEMU that didn't start at all with -- >> > enable-kvm -monitor stdio, i.e. really unrelated. >> > >> > In any case, I cannot reproduce it here. > Any idea what can cause such behaviour? It seems like mon->mc->command_mode is set wrong, looking at qmp_cmd_mode and its callers. Luiz may have more ideas. Paolo