On 06/10/2015 07:46 AM, Kevin Wolf wrote:
> 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 <kw...@redhat.com>
> ---
>  include/qapi/qmp/qdict.h |  1 +
>  qobject/qdict.c          | 78 
> +++++++++++++++++++++++++++++++++++++++++++++---
>  2 files changed, 75 insertions(+), 4 deletions(-)
> 

Reviewed-by: Eric Blake <ebl...@redhat.com>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to