]> git.proxmox.com Git - qemu.git/commit - block/vmdk.c
block: vmdk image file reopen
authorJeff Cody <jcody@redhat.com>
Thu, 20 Sep 2012 19:13:30 +0000 (15:13 -0400)
committerKevin Wolf <kwolf@redhat.com>
Mon, 24 Sep 2012 13:15:12 +0000 (15:15 +0200)
commit3897575f1cd96370a604be8cb5cf1e3fae2be0c1
treea5e7ccd436325242c438e2829782f890f35d40c3
parentd177692ede3129dcb18a6b0f5472577bed2e2688
block: vmdk image file reopen

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 <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vmdk.c