From what I've read, there are two basic ways of importing OVAs:
Untar the OVA, import the VMDK and build a VM def over the top of the imported VMDK (as qcow2)
Use qm importovf to import the OVF and associated OVA artifacts (VMDKs, etc.)
I've done both with reasonable results. I'm attempting...