From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbZD6-0007tK-6o for qemu-devel@nongnu.org; Thu, 22 Nov 2012 11:01:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbZCz-0004Cu-9M for qemu-devel@nongnu.org; Thu, 22 Nov 2012 11:01:04 -0500 Received: from mail-ia0-f173.google.com ([209.85.210.173]:55240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbZCz-0004Cq-4b for qemu-devel@nongnu.org; Thu, 22 Nov 2012 11:00:57 -0500 Received: by mail-ia0-f173.google.com with SMTP id w21so4458862iac.4 for ; Thu, 22 Nov 2012 08:00:55 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50AE4C32.6050309@redhat.com> Date: Thu, 22 Nov 2012 17:00:50 +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> In-Reply-To: <24E144B8C0207547AD09C467A8259F755782EC31@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 16:53, Dietmar Maurer ha scritto: >>>>> The interesting thing is that it works perfectly without --enable-kvm. >>> > > Can you please try the following patch? >>> > > >>> > > https://lists.gnu.org/archive/html/qemu-devel/2012-11/msg00174.html >> > >> > I don't think that's related. The only problem I see here, is that >> > "qmp_capabilities" can only be executed once. That's by design, as I >> > understand it. > Executed once per qmp connection! Hmm, right. >> > What do you get without --enable-kvm? > The first output (without the error). 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. Paolo