]> git.proxmox.com Git - mirror_qemu.git/commit - block/vmdk.c
vmdk: Use bdrv_open_image()
authorKevin Wolf <kwolf@redhat.com>
Tue, 7 Apr 2015 13:35:59 +0000 (15:35 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 12 Jun 2015 14:58:07 +0000 (16:58 +0200)
commita646836784a0fc50fee6f9a0d3fb968289714128
tree35ace7f2c7d2533e1d1ea35f3a29783f3cc47c5a
parentea6828d81b34d42f407e8de28694d2751ee660a2
vmdk: Use bdrv_open_image()

Besides standardising on a single interface for opening child nodes,
this patch allows the user to specify options to individual extent
nodes. Overriding file names isn't possible with this yet, so it's of
limited usefulness, but still a step forward.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
block/vmdk.c