Description of problem: Version-Release number of selected component (if applicable): How reproducible: Very Steps to Reproduce: 1. Try to import a VM from an esx host that has hardware version 9 using virt-v2v 2. 3. Actual results: libvirt responds with virtualHW.version 9 not supported Expected results: VM is imported Additional info:
This is not a virt-v2v bug, that is just the tool I used to trigger it. The offending lines are 1307 and 1308 of src/vmx/vmx.c
Can we replace this error with a warning, and keep going anyway?
Martin, can you comment with the commit id and close?
This was fixed with commit v1.0.5-rc1-29-ge0eb672: commit e0eb672e0046af365a4039cc68311e5d844fc7bf Author: Martin Kletzander <mkletzan> Date: Tue Apr 30 14:46:54 2013 +0200 esx: Support virtualHW version 9