1. 12 6月, 2019 2 次提交
    • 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
    • E
      backup: Prepare for Unix sockets in QMP nbd-server-start · 73bf0a9c
      Eric Blake 提交于
      Migration always uses a TCP socket for NBD servers, because we don't
      support same-host migration. But upcoming pull-mode incremental backup
      needs to also support a Unix socket, for retrieving the backup from
      the same host. Support this by plumbing virStorageNetHostDef through
      the monitor calls, since that is a nice reusable struct that can track
      both TCP and Unix sockets.
      
      Update qemumonitorjsontest to verify both forms of the QMP command.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      Acked-by: NPeter Krempa <pkrempa@redhat.com>
      73bf0a9c
  2. 10 6月, 2019 14 次提交
  3. 07 6月, 2019 1 次提交
  4. 06 6月, 2019 2 次提交
  5. 05 6月, 2019 1 次提交
  6. 04 6月, 2019 14 次提交
  7. 03 6月, 2019 6 次提交