]> git.proxmox.com Git - qemu.git/commit - block/vmdk.c
vmdk: Clean up backing file handling
authorKevin Wolf <kwolf@redhat.com>
Fri, 16 Apr 2010 19:07:19 +0000 (21:07 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 3 May 2010 08:07:31 +0000 (10:07 +0200)
commit9949f97e84c8040fde6116cb438f2999c52f023a
treeac8880da21c7bfcf0cdd915d9d42c937c704138c
parentc336500df5bf08492f4e7796b2193cd4976f3548
vmdk: Clean up backing file handling

VMDK is doing interesting things when it needs to open a backing file. This
patch changes that part to look more like in other drivers. The nice side
effect is that the file name isn't needed any more in the open function.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vmdk.c