1. 16 9月, 2019 1 次提交
  2. 16 8月, 2019 2 次提交
    • P
      qemu: Add blockdev support for the block copy job · ce7229a3
      Peter Krempa 提交于
      Implement job handling for the block copy job (drive/blockdev-mirror)
      when using -blockdev. In contrast to the previously implemented
      blockjobs the block copy job introduces new images to the running qemu
      instance, thus requires a bit more handling.
      
      When copying to new images the code now makes use of blockdev-create to
      format the images explicitly rather than depending on automagic qemu
      behaviour.
      Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      ce7229a3
    • P
      qemu: Introduce code for blockdev-create · 545edb25
      Peter Krempa 提交于
      QEMU finally exposes an interface which allows us to instruct it to
      format or create arbitrary images. This is required for blockdev
      integration of block copy and snapshots as we need to pre-format images
      prior to use with blockdev-add.
      
      This path introduces job handling and also helpers for formatting and
      attaching a whole image described by a virStorageSource.
      Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      545edb25
  3. 29 7月, 2019 2 次提交
  4. 25 7月, 2019 2 次提交
  5. 18 7月, 2019 2 次提交
  6. 11 7月, 2019 1 次提交
  7. 30 4月, 2019 1 次提交
  8. 18 4月, 2019 1 次提交
    • D
      network: use 'bridge' as actual type instead of 'network' · 518026e1
      Daniel P. Berrangé 提交于
      Ports allocated on virtual networks with type=nat|route|open all get
      given an actual type of 'network'.
      
      Only ports in networks with type=bridge use an actual type of 'bridge'.
      
      This distinction makes little sense since the virtualization drivers
      will treat both actual types in exactly the same way, as they're all
      just bridge devices a VM needs to be connected to.
      
      This doesn't affect user visible XML since the "actual" device XML
      is internal only, but we need code to convert the data upgrades.
      Reviewed-by: NLaine Stump <laine@laine.org>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      518026e1
  9. 23 5月, 2018 1 次提交
  10. 17 4月, 2018 1 次提交
  11. 13 3月, 2018 1 次提交