]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwrite
authorJim Mattson <jmattson@google.com>
Fri, 6 Dec 2019 23:46:37 +0000 (15:46 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jan 2020 17:16:00 +0000 (18:16 +0100)
commitc90f4d03cce1814b4e08372359116710bbaccce3
tree76af52779522d7e9a959edd669f7fd6bf7177b5b
parent693e02cc24090c379217138719d9d84e50036b24
kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwrite

Apply reverse fir tree declaration order, shorten some variable names
to avoid line wrap, reformat a block comment, delete an extra blank
line, and use BIT(10) instead of (1u << 10).

Signed-off-by: Jim Mattson <jmattson@google.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Sean Christopherson <sean.j.christopherson@intel.com>
Reviewed-by: Peter Shier <pshier@google.com>
Reviewed-by: Oliver Upton <oupton@google.com>
Reviewed-by: Jon Cargille <jcargill@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c