qemu introduced a new field in the QMP schema which allows to query
features for a schema entry. Add the support to libvirt for querying it.
Patch 3/3 is part of my blockdev series and I don't mind holding on to
it until I post patches which make use of it. It's posted here mostly
for demonstration purpose.
Peter Krempa (3):
tests: qemucaps: Introduce test data for qemu 4.1.0
qemu: qapi: Implement support for 'features'
qemu: caps: Add capability for dynamic 'auto-read-only' support for
files
src/qemu/qemu_capabilities.c | 2 +
src/qemu/qemu_capabilities.h | 1 +
src/qemu/qemu_qapi.c | 41 +
.../caps_4.1.0.x86_64.replies | 23482 ++++++++++++++++
.../caps_4.1.0.x86_64.xml | 1388 +
5 files changed, 24914 insertions(+)
create mode 100644 tests/qemucapabilitiesdata/caps_4.1.0.x86_64.replies
create mode 100644 tests/qemucapabilitiesdata/caps_4.1.0.x86_64.xml
--
2.21.0