• K
    block: Introduce bdrv_open_child() · b4b059f6
    Kevin Wolf 提交于
    It is the same as bdrv_open_image(), except that it doesn't only return
    success or failure, but the newly created BdrvChild object for the new
    child node.
    
    As the BdrvChild object already contains a BlockDriverState pointer (and
    this is supposed to become the only pointer so that bdrv_append() and
    friends can just change a single pointer in BdrvChild), the pbs
    parameter is removed for bdrv_open_child().
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    Reviewed-by: NMax Reitz <mreitz@redhat.com>
    b4b059f6
block.h 26.0 KB