Re: [libvirt] [PATCH v2 10/15] qemu: capabilities: Add support for QMP schema introspection

2016-11-09 Thread Pavel Hrdina
On Wed, Nov 02, 2016 at 05:13:42PM +0100, Peter Krempa wrote: > Allow detecting capabilities according to the qemu QMP schema. This is > necessary as sometimes the availability of certain options depends on > the presence of a field in the schema. > > This patch adds support for loading the QMP

[libvirt] [PATCH v2 10/15] qemu: capabilities: Add support for QMP schema introspection

2016-11-02 Thread Peter Krempa
Allow detecting capabilities according to the qemu QMP schema. This is necessary as sometimes the availability of certain options depends on the presence of a field in the schema. This patch adds support for loading the QMP schema when detecting qemu capabilities and adds a very simple query

[libvirt] [PATCH v2 10/15] qemu: capabilities: Add support for QMP schema introspection

2016-10-21 Thread Peter Krempa
Allow detecting capabilities according to the qemu QMP schema. This is necessary as sometimes the availability of certain options depends on the presence of a field in the schema. This patch adds support for loading the QMP schema when detecting qemu capabilities and adds a very simple query