qemu/include/qapi
Kevin Wolf bd50530a9f qdict: Add qdict_array_entries()
This counts the entries in a flattened array in a QDict without
actually splitting the QDict into a QList.

bdrv_open_image() doesn't take a QList, but rather a QDict and a key
prefix string, so this is more convenient for block drivers which have a
dynamically sized list of child nodes (e.g. Quorum) and are to be
converted to using bdrv_open_image() as the standard interface for
opening child nodes.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
2015-06-12 16:58:06 +02:00
..
qmp qdict: Add qdict_array_entries() 2015-06-12 16:58:06 +02:00
dealloc-visitor.h
error.h error: New convenience function error_report_err() 2015-02-18 10:50:43 +01:00
opts-visitor.h OptsVisitor: don't try to flatten overlong integer ranges 2013-08-20 11:52:00 -04:00
qmp-event.h qapi: add event helper functions 2014-06-23 11:01:25 -04:00
qmp-input-visitor.h
qmp-output-visitor.h
string-input-visitor.h
string-output-visitor.h qapi: Add human mode to StringOutputVisitor 2014-02-14 21:12:03 +01:00
util.h rename parse_enum_option to qapi_enum_parse and make it public 2014-09-08 11:12:43 +01:00
visitor-impl.h qapi: add visit_start_union and visit_end_union 2014-09-26 13:14:10 -04:00
visitor.h qapi: add visit_start_union and visit_end_union 2014-09-26 13:14:10 -04:00