Revision cad1e282 vl.c

b/vl.c
2836 2836
    }
2837 2837

  
2838 2838
    if (kvm_allowed) {
2839
        int ret = kvm_init(smp_cpus);
2839
        int ret = kvm_init();
2840 2840
        if (ret < 0) {
2841 2841
            if (!kvm_available()) {
2842 2842
                printf("KVM not supported for this target\n");

Also available in: Unified diff