Re: [Qemu-devel] [PATCHv4 1/2] qemu-img: find the image end offset during check

2013-02-06 Thread Kevin Wolf
Am 28.01.2013 12:59, schrieb Federico Simoncelli: This patch adds the support for reporting the image end offset (in bytes). This is particularly useful after a conversion (or a rebase) where the destination is a block device in order to find the first unused byte at the end of the image.

[Qemu-devel] [PATCHv4 1/2] qemu-img: find the image end offset during check

2013-01-28 Thread Federico Simoncelli
This patch adds the support for reporting the image end offset (in bytes). This is particularly useful after a conversion (or a rebase) where the destination is a block device in order to find the first unused byte at the end of the image. Signed-off-by: Federico Simoncelli fsimo...@redhat.com

Re: [Qemu-devel] [PATCHv4 1/2] qemu-img: find the image end offset during check

2013-01-28 Thread Eric Blake
On 01/28/2013 04:59 AM, Federico Simoncelli wrote: This patch adds the support for reporting the image end offset (in bytes). This is particularly useful after a conversion (or a rebase) where the destination is a block device in order to find the first unused byte at the end of the image.

Re: [Qemu-devel] [PATCHv4 1/2] qemu-img: find the image end offset during check

2013-01-28 Thread Blue Swirl
On Mon, Jan 28, 2013 at 11:59 AM, Federico Simoncelli fsimo...@redhat.com wrote: This patch adds the support for reporting the image end offset (in bytes). This is particularly useful after a conversion (or a rebase) where the destination is a block device in order to find the first unused