]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: qapi: Implement support for 'features'
authorPeter Krempa <pkrempa@redhat.com>
Wed, 10 Apr 2019 12:52:48 +0000 (14:52 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jun 2019 07:20:04 +0000 (09:20 +0200)
commit7684e54ee98b9b469ba29a4289bd5e20c7df8127
tree6513999ba1c182d6ff00166ed966a44726d3cde1
parent4586b11bed9bc59ea749e28f522bf5e0b462c4c7
qemu: qapi: Implement support for 'features'

Starting from version 4.1 qemu allows reporting 'features' for a given
QAPI type object. This allows reporting support of fixes and additions
which are otherwise invisible in the QAPI schema.

Implement a possibility to query 'features' in the QAPI query strings.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_qapi.c