[libvirt] [PATCH 0/3] qemu: Introduce 'features' QMP query (blockdev-add saga)

Peter Krempa pkrempa at redhat.com
Tue Jun 18 08:37:23 UTC 2019


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




More information about the libvir-list mailing list