Skip to content
  • Kevin Wolf's avatar
    0db832f4
    commit: Add filter-node-name to block-commit · 0db832f4
    Kevin Wolf authored
    
    
    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: default avatarKevin Wolf <kwolf@redhat.com>
    Acked-by: default avatarFam Zheng <famz@redhat.com>
    Reviewed-by: default avatarMax Reitz <mreitz@redhat.com>
    0db832f4
    commit: Add filter-node-name to block-commit
    Kevin Wolf authored
    
    
    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: default avatarKevin Wolf <kwolf@redhat.com>
    Acked-by: default avatarFam Zheng <famz@redhat.com>
    Reviewed-by: default avatarMax Reitz <mreitz@redhat.com>
Loading