On Mon, Apr 15, 2019 at 06:02:12PM +0200, Peter Krempa wrote:
Starting from version 4.1 qemu allows reporting 'features' for
a given
s/allows/will allow/
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(a)redhat.com>
---
src/qemu/qemu_qapi.c | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
Assuming you add tests after this gets merged in QEMU:
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano