Re: [PATCH v3 69/75] x86/realmode: Setup AP jump table

2020-05-29 Thread Tom Lendacky
On 5/29/20 4:02 AM, Borislav Petkov wrote: On Tue, Apr 28, 2020 at 05:17:19PM +0200, Joerg Roedel wrote: From: Tom Lendacky Setup the AP jump table to point to the SEV-ES trampoline code so that the APs can boot. Tom, in his laconic way, doesn't want to explain to us why is this even

Re: [PATCH v3 69/75] x86/realmode: Setup AP jump table

2020-05-29 Thread Borislav Petkov
On Tue, Apr 28, 2020 at 05:17:19PM +0200, Joerg Roedel wrote: > From: Tom Lendacky > > Setup the AP jump table to point to the SEV-ES trampoline code so that > the APs can boot. Tom, in his laconic way, doesn't want to explain to us why is this even needed... :) /me reads the code /me reads

[PATCH v3 69/75] x86/realmode: Setup AP jump table

2020-04-28 Thread Joerg Roedel
From: Tom Lendacky Setup the AP jump table to point to the SEV-ES trampoline code so that the APs can boot. Signed-off-by: Tom Lendacky [ jroe...@suse.de: - Adapted to different code base - Moved AP table setup from SIPI sending path to real-mode setup