Re: [PATCH v3 42/75] x86/sev-es: Setup GHCB based boot #VC handler

From: Joerg Roedel
Date: Thu Jun 11 2020 - 06:14:15 EST


On Thu, Jun 04, 2020 at 05:30:27PM +0200, Borislav Petkov wrote:
> Hmmkay, I see vc_no_ghcb doing
>
> call do_vc_no_ghcb
>
> and that's setup in early_idt_setup().
>
> vc_boot_ghcb(), OTOH, is called by do_early_exception() only so that one
> could be called handle_vc_boot_ghcb(), no? I.e., I don't see it being an
> IDT entry point.

Right, I renamed it to handle_vc_boot_ghcb().


Joerg