[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] hvm: vmx/svm_cpu_up_prepare should be called only once
On 17/08/17 17:51, Boris Ostrovsky wrote: > @@ -1589,7 +1585,7 @@ const struct hvm_function_table * __init start_svm(void) > > svm_host_osvw_reset(); > > - if ( _svm_cpu_up(true) ) > + if ( svm_cpu_up_prepare(smp_processor_id()) || _svm_cpu_up(true) ) Both of these could pass 0 rather than smp_processor_id(), but either way, Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > { > printk("SVM: failed to initialise.\n"); > return NULL; _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |