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.coop...@citrix.com>

>      {
>          printk("SVM: failed to initialise.\n");
>          return NULL;


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to