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
- 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