]> Git Repo - qemu.git/commit - include/block/block_int.h
block: Exclude nested options only for children in append_open_options()
authorKevin Wolf <[email protected]>
Mon, 27 Apr 2015 11:46:22 +0000 (13:46 +0200)
committerKevin Wolf <[email protected]>
Fri, 18 Dec 2015 13:34:42 +0000 (14:34 +0100)
commit260fecf13b0d30621dc88da03dc1b502b7358c6b
treee5aee1180ee39ce58eaa8aae84f59f09b8e2a243
parent9e700c1ac6337e448e75e66a5753a9d2168d06c2
block: Exclude nested options only for children in append_open_options()

Some drivers have nested options (e.g. blkdebug rule arrays), which
don't belong to a child node and shouldn't be removed. Don't remove all
options with "." in their name, but check for the complete prefixes of
actually existing child nodes.

Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
block.c
include/block/block_int.h
This page took 0.025887 seconds and 4 git commands to generate.