Re: [PATCH v2] KVM/x86: Move definition of __ex to x86.h

From: Uros Bizjak
Date: Mon Dec 21 2020 - 14:08:42 EST


On Mon, Dec 21, 2020 at 7:57 PM Uros Bizjak <ubizjak@xxxxxxxxx> wrote:
>
> On Mon, Dec 21, 2020 at 7:19 PM Sean Christopherson <seanjc@xxxxxxxxxx> wrote:
> >
> > On Sun, Dec 20, 2020, Uros Bizjak wrote:
> > > Merge __kvm_handle_fault_on_reboot with its sole user
> >
> > There's also a comment in vmx.c above kvm_cpu_vmxoff() that should be updated.

IMO, this comment could read:

/* Just like cpu_vmxoff(), but with the fault on reboot handling. */
static void kvm_cpu_vmxoff(void)

Uros.