>>> On 10.04.17 at 15:27, <wei.l...@citrix.com> wrote:
> @@ -498,8 +503,8 @@ void vcpu_destroy(struct vcpu *v)
>      if ( is_hvm_vcpu(v) )
>          hvm_vcpu_destroy(v);
>      else
> -        xfree(v->arch.pv_vcpu.trap_ctxt);
> -}
> +        pv_vcpu_destroy(v);
> + }

Stray leading blank. Other than that
Reviewed-by: Jan Beulich <jbeul...@suse.com>

Jan


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

Reply via email to