]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-img: add skip option to dd
authorReda Sallahi <fullmanet@gmail.com>
Wed, 10 Aug 2016 14:16:09 +0000 (16:16 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 20 Sep 2016 20:10:57 +0000 (22:10 +0200)
commitf7c1553388c98efcdcc70371e655417cf1ed7df6
treeafc25b05e013b671d704c4948306c4315dee5af1
parent86ce1f6e2b73b33c4a52818e245378bf52d27200
qemu-img: add skip option to dd

This adds the skip option which allows qemu-img dd to skip a number of blocks
before copying the input.

A test case was added to test the skip option.

Signed-off-by: Reda Sallahi <fullmanet@gmail.com>
Message-id: 20160810141609.32727-1-fullmanet@gmail.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
qemu-img-cmds.hx
qemu-img.c
qemu-img.texi
tests/qemu-iotests/160 [new file with mode: 0755]
tests/qemu-iotests/160.out [new file with mode: 0644]
tests/qemu-iotests/group