Re: [PATCH v2 04/58] target/i386: Introduce kvm_confidential_guest_init()

2023-08-29 Thread Philippe Mathieu-Daudé
On 18/8/23 11:49, Xiaoyao Li wrote: Introduce a separate function kvm_confidential_guest_init() for SEV (and future TDX). Signed-off-by: Xiaoyao Li Acked-by: Gerd Hoffmann --- target/i386/kvm/kvm.c | 11 ++- target/i386/sev.c | 1 - target/i386/sev.h | 2 ++ 3 files chan

[PATCH v2 04/58] target/i386: Introduce kvm_confidential_guest_init()

2023-08-18 Thread Xiaoyao Li
Introduce a separate function kvm_confidential_guest_init() for SEV (and future TDX). Signed-off-by: Xiaoyao Li Acked-by: Gerd Hoffmann --- target/i386/kvm/kvm.c | 11 ++- target/i386/sev.c | 1 - target/i386/sev.h | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) dif