Re: [Qemu-devel] [RFC PATCH v2 13/23] qcow2: handle_copied(): Implement non-zero host_offset

2013-02-16 Thread Blue Swirl
On Fri, Feb 15, 2013 at 9:35 AM, Kevin Wolf kw...@redhat.com wrote: On Thu, Feb 14, 2013 at 09:40:22PM +, Blue Swirl wrote: On Thu, Feb 14, 2013 at 9:40 AM, Kevin Wolf kw...@redhat.com wrote: Am 13.02.2013 22:17, schrieb Blue Swirl: On Wed, Feb 13, 2013 at 1:22 PM, Kevin Wolf

Re: [Qemu-devel] [RFC PATCH v2 13/23] qcow2: handle_copied(): Implement non-zero host_offset

2013-02-15 Thread Kevin Wolf
On Thu, Feb 14, 2013 at 09:40:22PM +, Blue Swirl wrote: On Thu, Feb 14, 2013 at 9:40 AM, Kevin Wolf kw...@redhat.com wrote: Am 13.02.2013 22:17, schrieb Blue Swirl: On Wed, Feb 13, 2013 at 1:22 PM, Kevin Wolf kw...@redhat.com wrote: Look only for clusters that start at a given physical

Re: [Qemu-devel] [RFC PATCH v2 13/23] qcow2: handle_copied(): Implement non-zero host_offset

2013-02-14 Thread Kevin Wolf
Am 13.02.2013 22:17, schrieb Blue Swirl: On Wed, Feb 13, 2013 at 1:22 PM, Kevin Wolf kw...@redhat.com wrote: Look only for clusters that start at a given physical offset. Signed-off-by: Kevin Wolf kw...@redhat.com --- block/qcow2-cluster.c | 26 ++ 1 files

Re: [Qemu-devel] [RFC PATCH v2 13/23] qcow2: handle_copied(): Implement non-zero host_offset

2013-02-14 Thread Blue Swirl
On Thu, Feb 14, 2013 at 9:40 AM, Kevin Wolf kw...@redhat.com wrote: Am 13.02.2013 22:17, schrieb Blue Swirl: On Wed, Feb 13, 2013 at 1:22 PM, Kevin Wolf kw...@redhat.com wrote: Look only for clusters that start at a given physical offset. Signed-off-by: Kevin Wolf kw...@redhat.com ---

[Qemu-devel] [RFC PATCH v2 13/23] qcow2: handle_copied(): Implement non-zero host_offset

2013-02-13 Thread Kevin Wolf
Look only for clusters that start at a given physical offset. Signed-off-by: Kevin Wolf kw...@redhat.com --- block/qcow2-cluster.c | 26 ++ 1 files changed, 18 insertions(+), 8 deletions(-) diff --git a/block/qcow2-cluster.c b/block/qcow2-cluster.c index

Re: [Qemu-devel] [RFC PATCH v2 13/23] qcow2: handle_copied(): Implement non-zero host_offset

2013-02-13 Thread Blue Swirl
On Wed, Feb 13, 2013 at 1:22 PM, Kevin Wolf kw...@redhat.com wrote: Look only for clusters that start at a given physical offset. Signed-off-by: Kevin Wolf kw...@redhat.com --- block/qcow2-cluster.c | 26 ++ 1 files changed, 18 insertions(+), 8 deletions(-) diff