qom: Add user_creatable_print_help_from_qdict()
authorKevin Wolf <kwolf@redhat.com>
Wed, 7 Oct 2020 16:49:02 +0000 (18:49 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 15 Oct 2020 14:06:27 +0000 (16:06 +0200)
commitc9ac1458430e4794adc8f0418d263befc3917886
tree5c11a59fbf6f7435b78d568b255af9408bd00249
parent0e301d44271b370ed0d46c2e85c2a5bda041c57c
qom: Add user_creatable_print_help_from_qdict()

This adds a function that, given a QDict of non-help options, prints
help for user creatable objects.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201007164903.282198-4-kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
include/qom/object_interfaces.h
qom/object_interfaces.c