Re: [PATCH v8 08/13] confidential guest support: Move SEV initialization into arch specific code

2021-02-03 Thread Greg Kurz
On Tue, 2 Feb 2021 15:13:10 +1100 David Gibson wrote: > While we've abstracted some (potential) differences between mechanisms for > securing guest memory, the initialization is still specific to SEV. Given > that, move it into x86's kvm_arch_init() code, rather than the generic > kvm_init() co

[PATCH v8 08/13] confidential guest support: Move SEV initialization into arch specific code

2021-02-01 Thread David Gibson
While we've abstracted some (potential) differences between mechanisms for securing guest memory, the initialization is still specific to SEV. Given that, move it into x86's kvm_arch_init() code, rather than the generic kvm_init() code. Signed-off-by: David Gibson Reviewed-by: Cornelia Huck ---