• E
    backup: Add two new qemu capabilities · 6abda7a4
    Eric Blake 提交于
    Add two capabilities for testing features required for the upcoming
    virDomainBackupBegin: use block-dirty-bitmap-merge as the generic
    witness of bitmap support needed for checkpoints (since all of the
    bitmap management functionalities were finalized in the same qemu 4.0
    release), and the bitmap parameter to nbd-server-add for pull-mode
    backup support.  Even though both capabilities are likely to be
    present or absent together (that is, it is unlikely to encounter a
    qemu that backports only one of the two), it still makes sense to keep
    two capabilities as the two uses are orthogonal (full backups don't
    require checkpoints, push mode backups don't require NBD bitmap
    support, and checkpoints can be used for more than just incremental
    backups).
    
    Existing code is not affected by the new capabilities.
    Signed-off-by: NEric Blake <eblake@redhat.com>
    Acked-by: NPeter Krempa <pkrempa@redhat.com>
    6abda7a4
qemu_capabilities.h 29.2 KB