[PATCH 05/11] x86/sev: Replace occurrences of sev_active() with prot_guest_has()

Joerg Roedel joro at 8bytes.org
Mon Aug 2 10:42:17 UTC 2021


On Tue, Jul 27, 2021 at 05:26:08PM -0500, Tom Lendacky wrote:
> Replace occurrences of sev_active() with the more generic prot_guest_has()
> using PATTR_GUEST_MEM_ENCRYPT, except for in arch/x86/mm/mem_encrypt*.c
> where PATTR_SEV will be used. If future support is added for other memory
> encryption technologies, the use of PATTR_GUEST_MEM_ENCRYPT can be
> updated, as required, to use PATTR_SEV.
> 
> Cc: Thomas Gleixner <tglx at linutronix.de>
> Cc: Ingo Molnar <mingo at redhat.com>
> Cc: Borislav Petkov <bp at alien8.de>
> Cc: Dave Hansen <dave.hansen at linux.intel.com>
> Cc: Andy Lutomirski <luto at kernel.org>
> Cc: Peter Zijlstra <peterz at infradead.org>
> Cc: Ard Biesheuvel <ardb at kernel.org>
> Signed-off-by: Tom Lendacky <thomas.lendacky at amd.com>

Reviewed-by: Joerg Roedel <jroedel at suse.de>


More information about the dri-devel mailing list