qemu-e2k/include/qapi/qmp
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
..
dispatch.h
json-lexer.h
json-parser.h
json-streamer.h
qbool.h
qdict.h qdict: Add qdict_array_entries() 2015-06-12 16:58:06 +02:00
qerror.h block: use bdrv_get_device_or_node_name() in error messages 2015-04-28 15:36:09 +02:00
qfloat.h
qint.h
qjson.h
qlist.h
qobject.h qobject: Add a special null QObject 2015-05-11 08:59:07 -04:00
qstring.h
types.h