[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [BUG] Monitor QMP is broken ?
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] [BUG] Monitor QMP is broken ? |
Date: |
Mon, 08 Jun 2015 10:06:41 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
"Daniel P. Berrange" <address@hidden> writes:
> On Fri, Jun 05, 2015 at 04:58:46PM +0300, Pavel Fedin wrote:
>> Hello!
>>
>> > I have updated my qemu to the recent version and it seems to have
>> > lost compatibility
>> with
>> > libvirt. The error message is:
>> > --- cut ---
>> > internal error: unable to execute QEMU command 'qmp_capabilities':
>> > QMP input object
>> > member
>> > 'id' is unexpected
>> > --- cut ---
>> > What does it mean? Is it intentional or not?
>>
>> I have found the problem. It is caused by commit
>> 65207c59d99f2260c5f1d3b9c491146616a522aa. libvirt does not seem to
>> use the removed
>> asynchronous interface but it still feeds in JSONs with 'id' field
>> set to something. So i
>> think the related fragment in qmp_check_input_obj() function should
>> be brought back
>
> If QMP is rejecting the 'id' parameter that is a regression bug.
It is definitely a regression, my fault, and I'll get it fixed a.s.a.p.
[...]