• K
    block: Introduce bs->explicit_options · 145f598e
    Kevin Wolf 提交于
    bs->options doesn't only contain options that the user explicitly
    requested, but also option that were derived from flags, the filename or
    inherited from the parent node.
    
    For reopen, it is important to know the difference because reopening the
    parent can change inherited values in child nodes, but it shouldn't
    change any options that were explicitly specified for the child.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    Reviewed-by: NMax Reitz <mreitz@redhat.com>
    145f598e
block.h 24.9 KB