OSDN Git Service

kvm: selftest: pass in extra memory when create vm
[tomoyo/tomoyo-test1.git] / tools / testing / selftests / kvm / sync_regs_test.c
index 2dbf2e1..213343e 100644 (file)
@@ -94,7 +94,7 @@ int main(int argc, char *argv[])
        }
 
        /* Create VM */
-       vm = vm_create_default(VCPU_ID, guest_code);
+       vm = vm_create_default(VCPU_ID, 0, guest_code);
 
        run = vcpu_state(vm, VCPU_ID);