Re: [EXTERNAL] [RFC PATCH V5 09/15] x86/hyperv: Add smp support for sev-snp guest

From: Tianyu Lan
Date: Thu May 04 2023 - 11:55:25 EST


On 5/1/2023 3:20 AM, Saurabh Singh Sengar wrote:
+struct hv_start_virtual_processor_input {
+ u64 partitionid;
+ u32 vpindex;
+ u8 targetvtl;
+ u8 padding[3];
+ u8 context[0xe0];
+} __packed;
"struct hv_enable_vp_vtl " is defined in arch/x86/include/asm/hyperv-tlfs.h. Please check if that can be reused in place of both the above structs.
- Saurabh


Yes, these are redundant and will reuse new struct. Thanks.