Re: [Xen-devel] [PATCH v2 7/9] x86/HVM: cosmetics to hvm_set_cr3()

2019-09-17 Thread Andrew Cooper
On 17/09/2019 07:16, Jan Beulich wrote: > Eliminate the not really useful local variable "old". Reduce the scope > of "page". Rename the latched "current". > > Signed-off-by: Jan Beulich > Reviewed-by: Roger Pau Monné Acked-by: Andrew Cooper ___

[Xen-devel] [PATCH v2 7/9] x86/HVM: cosmetics to hvm_set_cr3()

2019-09-17 Thread Jan Beulich
Eliminate the not really useful local variable "old". Reduce the scope of "page". Rename the latched "current". Signed-off-by: Jan Beulich Reviewed-by: Roger Pau Monné --- v2: Re-base over change earlier in the series. --- a/xen/arch/x86/hvm/hvm.c +++ b/xen/arch/x86/hvm/hvm.c @@ -2296,10