Re: [Qemu-devel] [PATCH 2/3] vmdk: Clean up backing file handling

2010-04-17 Thread Stefan Hajnoczi
Looks good. Stefan

[Qemu-devel] [PATCH 2/3] vmdk: Clean up backing file handling

2010-04-16 Thread Kevin Wolf
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 --- block/vmdk.c | 50 +--