1. 21 10月, 2019 2 次提交
  2. 16 10月, 2019 5 次提交
  3. 15 10月, 2019 1 次提交
  4. 30 9月, 2019 1 次提交
  5. 06 9月, 2019 3 次提交
  6. 04 9月, 2019 1 次提交
  7. 16 8月, 2019 1 次提交
    • 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
  8. 25 7月, 2019 2 次提交
  9. 18 7月, 2019 5 次提交
  10. 15 7月, 2019 1 次提交
    • P
      qemu: block: Split up qemuBlockStorageSourceAttachApply · 35e3069c
      Peter Krempa 提交于
      Split up the addition of a storage source into the following sub-steps:
      1) storage access dependencies (TLS transport, persistent reservation)
      2) storage acccess node (file/gluster/nbd...)
      3) format driver dependencies (encryption secret)
      4) format driver node (qcow2, raw, ...)
      
      The functions split out will be later reused when implementing support
      for 'blockdev-create' as we'll need the dependencies plugged in first,
      then blockdev-create will be called and after that successfully finishes
      blockdev-add will be added.
      Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      35e3069c
  11. 26 6月, 2019 2 次提交
  12. 10 4月, 2019 8 次提交
  13. 05 12月, 2018 1 次提交
  14. 21 8月, 2018 2 次提交
  15. 08 8月, 2018 1 次提交
  16. 20 7月, 2018 2 次提交
  17. 10 7月, 2018 1 次提交
  18. 05 6月, 2018 1 次提交