1. 27 4月, 2011 1 次提交
  2. 07 4月, 2011 2 次提交
  3. 10 2月, 2011 1 次提交
  4. 24 1月, 2011 2 次提交
  5. 17 12月, 2010 5 次提交
  6. 14 12月, 2010 9 次提交
  7. 30 10月, 2010 1 次提交
  8. 22 10月, 2010 2 次提交
    • K
      qemu-img: Fix qemu-img convert -obacking_file · a18953fb
      Kevin Wolf 提交于
      The old -B option caused a backing file to be used for the converted image and
      to avoid copying clusters from the old backing file. When replaced with
      -obacking_file, qemu-img convert does assign the backing file to the new image,
      but it doesn't realize that it should avoid copying clusters from the backing
      file.
      
      This patch checks the -o options for a backing_file and applies the same logic
      as for -B in this case.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      a18953fb
    • E
      Copy snapshots out of QCOW2 disk · 51ef6727
      edison 提交于
      In order to backup snapshots, created from QCOW2 iamge, we want to copy snapshots out of QCOW2 disk to a seperate storage.
      The following patch adds a new option in "qemu-img": qemu-img convert -f qcow2 -O qcow2 -s snapshot_name src_img bck_img.
      Right now, it only supports to copy the full snapshot, delta snapshot is on the way.
      
      Changes from V1: all the comments from Kevin are addressed:
      Add read-only checking
      Fix coding style
      Change the name from bdrv_snapshot_load to bdrv_snapshot_load_tmp
      Signed-off-by: NDisheng Su <edison@cloud.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      51ef6727
  9. 03 10月, 2010 1 次提交
  10. 08 9月, 2010 1 次提交
  11. 31 8月, 2010 1 次提交
  12. 06 7月, 2010 1 次提交
  13. 02 7月, 2010 1 次提交
  14. 28 5月, 2010 1 次提交
  15. 22 5月, 2010 1 次提交
  16. 03 5月, 2010 3 次提交
  17. 23 4月, 2010 3 次提交
  18. 10 3月, 2010 1 次提交
  19. 09 3月, 2010 1 次提交
  20. 20 2月, 2010 2 次提交