[Qemu-devel] [PATCH v3 14/19] block: vmdk image file reopen

2012-09-18 Thread Jeff Cody
This patch supports reopen for VMDK image files. VMDK extents are added to the existing reopen queue, so that the transactional model of reopen is maintained with multiple image files. Signed-off-by: Jeff Cody --- block/vmdk.c | 35 +++ 1 file changed, 35 inserti

Re: [Qemu-devel] [PATCH v3 14/19] block: vmdk image file reopen

2012-09-20 Thread Kevin Wolf
Am 18.09.2012 20:53, schrieb Jeff Cody: > This patch supports reopen for VMDK image files. VMDK extents are added > to the existing reopen queue, so that the transactional model of reopen > is maintained with multiple image files. > > Signed-off-by: Jeff Cody > --- > block/vmdk.c | 35 +

Re: [Qemu-devel] [PATCH v3 14/19] block: vmdk image file reopen

2012-09-20 Thread Jeff Cody
On 09/20/2012 10:12 AM, Kevin Wolf wrote: > Am 18.09.2012 20:53, schrieb Jeff Cody: >> This patch supports reopen for VMDK image files. VMDK extents are added >> to the existing reopen queue, so that the transactional model of reopen >> is maintained with multiple image files. >> >> Signed-off-by: