Re: [PATCHv11 10/19] x86/mm: Add callbacks to prepare encrypted memory for kexec

From: Dave Hansen
Date: Tue Jun 04 2024 - 12:17:53 EST


On 5/28/24 02:55, Kirill A. Shutemov wrote:
> + x86_platform.guest.enc_kexec_begin(true);
> + x86_platform.guest.enc_kexec_finish();

I really despise the random, unlabeled true/false/0/1 arguments to
functions like this.

I'll bring it up in the non-noop patch though.