From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfryX-0005Fy-Tx for qemu-devel@nongnu.org; Fri, 24 May 2013 09:24:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfryT-00050n-3U for qemu-devel@nongnu.org; Fri, 24 May 2013 09:24:05 -0400 Date: Fri, 24 May 2013 09:23:56 -0400 From: Luiz Capitulino Message-ID: <20130524092356.2f16521d@redhat.com> In-Reply-To: <519EFFA9.3070100@profihost.ag> References: <519EFFA9.3070100@profihost.ag> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qmp commands get rejected List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Priebe Cc: qemu-devel , Dietmar Maurer , qemu-stable@nongnu.org On Fri, 24 May 2013 07:50:33 +0200 Stefan Priebe wrote: > Hello list, > > since upgrading from qemu 1.4.1 to 1.5.0 i've problems with qmp commands. > > With Qemu 1.5 i've the following socket communication: > > '{"execute":"qmp_capabilities","id":"12125:1","arguments":{}}' > > '{"return": {}, "id": "12125:1"}' > > '{"execute":"qom-set","id":"12125:2","arguments":{"value":2,"path":"machine/peripheral/balloon0","property":"guest-stats-polling-interval"}}' > > '{"QMP": {"version": {"qemu": {"micro": 0, "minor": 5, "major": 1}, > "package": ""}, "capabilities": []}}' > > '{"id": "12125:2", "error": {"class": "CommandNotFound", "desc": "The > command qom-set has not been found"}}' > > > It seems that the command mode (qmp_capabilities) gets resets by the > welcome banner? It looks like you got disconnected before qom-set was issued. Can you share more details on how those commands are being issued?