Re: [Xen-devel] [PATCH v3] SVM: clean up svm_vmcb_isvalid()

2017-06-09 Thread Boris Ostrovsky
On 06/09/2017 08:44 AM, Jan Beulich wrote: > - correct CR3, CR4, and EFER checks > - delete bogus nested paging check > - add vcpu parameter (to include in log messages) and constify vmcb one > - use bool/true/false > - use accessors (and local variables to improve code readability) > - adjust form

[Xen-devel] [PATCH v3] SVM: clean up svm_vmcb_isvalid()

2017-06-09 Thread Jan Beulich
- correct CR3, CR4, and EFER checks - delete bogus nested paging check - add vcpu parameter (to include in log messages) and constify vmcb one - use bool/true/false - use accessors (and local variables to improve code readability) - adjust formatting Signed-off-by: Jan Beulich --- v3: Use local v