Home
last modified time | relevance | path

Searched hist:ae39c4b2015dd5ee35021d0f4212bb1304106524 (Results 1 – 1 of 1) sorted by relevance

/qemu/util/
H A Dqemu-config.cae39c4b2015dd5ee35021d0f4212bb1304106524 Fri Feb 21 18:11:39 UTC 2014 Max Reitz <mreitz@redhat.com> qemu-config: Sections must consist of keys

In config_parse_qdict_section(), the QList returned by
qdict_array_split() is assumed to only contain QDicts. Currently, this
is true but it may (and will) change in the future. Therefore, check
whether the assumption actually holds.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>