• K
    block: Accept node-name for blockdev-backup · cef34eeb
    Kevin Wolf 提交于
    In order to remove the necessity to use BlockBackend names in the
    external API, we want to allow node-names everywhere. This converts
    blockdev-backup and the corresponding transaction action to accept a
    node-name without lifting the restriction that we're operating at a root
    node.
    
    In case of an invalid device name, the command returns the GenericError
    error class now instead of DeviceNotFound, because this is what
    qmp_get_root_bs() returns.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    Reviewed-by: NEric Blake <eblake@redhat.com>
    Reviewed-by: NMax Reitz <mreitz@redhat.com>
    cef34eeb
qmp-commands.hx 138.9 KB