Description of problem: In some scenarios, users require the host to supply non-confidential configuration or data to the guest for use by applications inside the guest. Since this data is not confidential, the host may access it. The host can register a digest of this data into the guest's launch context using the CSV3_LAUNCH_FINISH_EX API. Before using the host-supplied data, the guest can verify its integrity by recomputing the digest and comparing it with the one registered in its context. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/6242