Re: [Qemu-devel] Re: [PATCH 0/3] qcow2: Rewrite alloc_refcount_block

2010-02-22 Thread Markus Armbruster
Kevin Wolf writes: > Am 20.02.2010 02:49, schrieb Juan Quintela: >> Anthony Liguori wrote: >>> On 02/15/2010 10:19 AM, Kevin Wolf wrote: The current implementation of alloc_refcount_block and grow_refcount_table has fundamental problems regarding error handling. There are some pl

[Qemu-devel] Re: [PATCH 0/3] qcow2: Rewrite alloc_refcount_block

2010-02-22 Thread Kevin Wolf
Am 20.02.2010 02:49, schrieb Juan Quintela: > Anthony Liguori wrote: >> On 02/15/2010 10:19 AM, Kevin Wolf wrote: >>> The current implementation of alloc_refcount_block and grow_refcount_table >>> has >>> fundamental problems regarding error handling. There are some places where >>> an >>> I/O e

Re: [Qemu-devel] Re: [PATCH 0/3] qcow2: Rewrite alloc_refcount_block

2010-02-20 Thread Anthony Liguori
On 02/19/2010 07:49 PM, Juan Quintela wrote: Anthony Liguori wrote: On 02/15/2010 10:19 AM, Kevin Wolf wrote: The current implementation of alloc_refcount_block and grow_refcount_table has fundamental problems regarding error handling. There are some places where an I/O error means t

[Qemu-devel] Re: [PATCH 0/3] qcow2: Rewrite alloc_refcount_block

2010-02-19 Thread Juan Quintela
Anthony Liguori wrote: > On 02/15/2010 10:19 AM, Kevin Wolf wrote: >> The current implementation of alloc_refcount_block and grow_refcount_table >> has >> fundamental problems regarding error handling. There are some places where an >> I/O error means that the image is going to be corrupted. I ha