Bug 5947 - Fix the definition of struct sev_data_send_update_vmsa
Summary: Fix the definition of struct sev_data_send_update_vmsa
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: X86 (show other bugs) X86
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Guanjun
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-20 14:34 UTC by wojiaohanliyang
Modified: 2023-07-25 16:08 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wojiaohanliyang hygon_group 2023-07-20 14:34:43 UTC
Description of problem:

The current definition of struct sev_data_send_update_vmsa does not comply with SEV API spec, this will cause SEND_UPDATE_VMSA returns error.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2023-07-25 16:08:37 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/1948