-
Notifications
You must be signed in to change notification settings - Fork 41
virtcontainers: update sev_snp param serialization #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4855eca to
dc45924
Compare
Update the sev parameter to sev_snp in the cloud-hypervisor.yaml file to match cloud-hypervisor 38.0.72. See https://github.com/microsoft/cloud-hypervisor/blob/msft/v38.0.72/vmm /src/config.rs#L687 Signed-off-by: Saul Paredes <[email protected]>
dc45924 to
57ab374
Compare
|
This change was tested in https://github.com/microsoft/kata-containers/commits/saulparedes/update_sev_snp_param2/, where it's rebased on top of last release (3.2.0.azl1) Buddy build: https://dev.azure.com/mariner-org/mariner/_build/results?buildId=578368&view=results Propietary buddybuild: https://dev.azure.com/mariner-org/mariner/_build/results?buildId=576885&view=results image build: https://dev.azure.com/mariner-org/mariner/_build/results?buildId=578389&view=results conf test: https://dev.azure.com/mariner-org/mariner/_build/results?buildId=578425 conf test rerun with updated samples: https://dev.azure.com/mariner-org/mariner/_build/results?buildId=578771 |
virtcontainers: update sev_snp param serialization
virtcontainers: update sev_snp param serialization
virtcontainers: update sev_snp param serialization
virtcontainers: update sev_snp param serialization
virtcontainers: update sev_snp param serialization
virtcontainers: update sev_snp param serialization
virtcontainers: update sev_snp param serialization
Update sev_snp param serialization to make it
match against cloud-hypervisor v38.0.72.
See cloud-hypervisor/cloud-hypervisor#5628 s#diff-c235a65d9dfdc1392f1c9546df912679bbdd74138316a04d9cfd53ef8fe1f907R 527
Merge Checklist
upstream/missinglabel (orupstream/not-needed) has been set on the PR.Summary
Update plataform config param from
sevtosev_snpThis was done by updating cloud-hypervisor.yaml and running
make generate-client-code && make go-fmtTest Methodology