Re: [PATCH v2 2/3] x86/ucode: allow cpu_request_microcode() to skip memory allocation

2022-12-20 Thread Jan Beulich
On 19.12.2022 15:45, Sergey Dyasli wrote: > This is a preparatory step in order to do earlier microcode loading on > the boot CPU when the domain heap has not been initialized yet and > xmalloc still unavailable. > > Add make_copy argument which will allow to load microcode directly from > the blo

[PATCH v2 2/3] x86/ucode: allow cpu_request_microcode() to skip memory allocation

2022-12-19 Thread Sergey Dyasli
This is a preparatory step in order to do earlier microcode loading on the boot CPU when the domain heap has not been initialized yet and xmalloc still unavailable. Add make_copy argument which will allow to load microcode directly from the blob bypassing microcode_cache. Signed-off-by: Sergey Dy