Skip to content
  • Kevin Wolf's avatar
    block: Enable filename option · 035fccdf
    Kevin Wolf authored
    
    
    This allows using the file.filename option instead of the string that
    comes from -drive file=... and is passed around as a separate parameter.
    The goal is to get rid of this parameter and use the options QDict more
    consistently.
    
    With this option you can access not only the top-level image, but
    specify a filename for the backing file (currently only if no backing
    file exists, but we'll allow overriding it later)
    
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
    Reviewed-by: default avatarEric Blake <eblake@redhat.com>
    035fccdf