"HostSystem", newHostName);
ComputeResource cr = (ComputeResource) newHost.getParent();
String[] checks = new String[] {"cpu", "software"};
HostVMotionCompatibility[] vmcs =
si.queryVMotionCompatibility(vm, new HostSystem[]
{newHost},checks );
String[] comps = vmcs[0].getCompatibility();
if(checks.length != comps.length)
{