So I thought I was on vacation, but my neighbor (who has a small data recovery company) asked me if I knew how to extract metadata from ESX images.
Sure, said I, thinking there would be no better test case for my metadata dump patches. However, ESX files are slightly different from "hosted" files (as VMware calls them), so we needed a small patch to open them. This series is based on that, and adds support for these files. Paolo Bonzini (2): vmdk: support vmfsSparse files vmdk: support vmfs files block/vmdk.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 48 insertions(+), 6 deletions(-) -- 1.8.3.1