• K
    commit: Add filter-node-name to block-commit · 0db832f4
    Kevin Wolf 提交于
    Management tools need to be able to know about every node in the graph
    and need a way to address them. Changing the graph structure was okay
    because libvirt doesn't really manage the node level yet, but future
    libvirt versions need to deal with both new and old version of qemu.
    
    This new option to blockdev-commit allows the client to set a node-name
    for the automatically inserted filter driver, and at the same time
    serves as a witness for a future libvirt that this version of qemu does
    automatically insert a filter driver.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    Acked-by: NFam Zheng <famz@redhat.com>
    Reviewed-by: NMax Reitz <mreitz@redhat.com>
    0db832f4
mirror.c 43.0 KB