[PATCH 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser

Kevin Wolf posted 4 patches 3 years, 7 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200929172649.158086-1-kwolf@redhat.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>
include/qemu/option.h                |   2 +-
include/qom/object_interfaces.h      |   9 ++
qapi/qobject-input-visitor.c         |   2 +-
qom/object_interfaces.c              |  99 ++++++++++-------
storage-daemon/qemu-storage-daemon.c |  15 +--
tests/test-keyval.c                  | 157 ++++++++++++++++-----------
util/keyval.c                        |  28 ++++-
7 files changed, 196 insertions(+), 116 deletions(-)
[PATCH 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser
Posted by Kevin Wolf 3 years, 7 months ago
This replaces the QemuOpts-based help code for --object in the storage
daemon with code based on the keyval parser.

Kevin Wolf (4):
  keyval: Parse help options
  qom: Factor out helpers from user_creatable_print_help()
  qom: Add user_creatable_print_help_from_qdict()
  qemu-storage-daemon: Remove QemuOpts from --object parser

 include/qemu/option.h                |   2 +-
 include/qom/object_interfaces.h      |   9 ++
 qapi/qobject-input-visitor.c         |   2 +-
 qom/object_interfaces.c              |  99 ++++++++++-------
 storage-daemon/qemu-storage-daemon.c |  15 +--
 tests/test-keyval.c                  | 157 ++++++++++++++++-----------
 util/keyval.c                        |  28 ++++-
 7 files changed, 196 insertions(+), 116 deletions(-)

-- 
2.25.4