KVM: selftests: x86: Set supported CPUIDs on default VM
[linux-2.6-microblaze.git] / tools / testing / selftests / kvm / x86_64 / vmx_tsc_adjust_test.c
index fbe8417..7e33a35 100644 (file)
@@ -132,7 +132,6 @@ int main(int argc, char *argv[])
        nested_vmx_check_supported();
 
        vm = vm_create_default(VCPU_ID, 0, (void *) l1_guest_code);
-       vcpu_set_cpuid(vm, VCPU_ID, kvm_get_supported_cpuid());
 
        /* Allocate VMX pages and shared descriptors (vmx_pages). */
        vcpu_alloc_vmx(vm, &vmx_pages_gva);