Am 12.06.2018 um 14:58 hat Markus Armbruster geschrieben:
> From: Max Reitz <[email protected]>
> 
> There are numerous QDict functions that have been introduced for and are
> used only by the block layer.  Move their declarations into an own
> header file to reflect that.
> 
> While qdict_extract_subqdict() is in fact used outside of the block
> layer (in util/qemu-config.c), it is still a function related very
> closely to how the block layer works with nested QDicts, namely by
> sometimes flattening them.  Therefore, its declaration is put into this
> header as well and util/qemu-config.c includes it with a comment stating
> exactly which function it needs.
> 
> Suggested-by: Markus Armbruster <[email protected]>
> Signed-off-by: Max Reitz <[email protected]>
> Message-Id: <[email protected]>
> [Copright note tweaked, superfluous includes dropped]

s/Copright/Copyright/

Kevin

Reply via email to