Skip to content

Commit

Permalink
cloud-hypervisor-cvm: add upstream patch to work around lack of suppo…
Browse files Browse the repository at this point in the history
…rt for extended guest requests (#10335)

Signed-off-by: Aurélien Bombo <[email protected]>
  • Loading branch information
sprt authored Nov 11, 2024
1 parent 446a8bb commit 5623842
Show file tree
Hide file tree
Showing 2 changed files with 532 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SPECS/cloud-hypervisor-cvm/cloud-hypervisor-cvm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name: cloud-hypervisor-cvm
Summary: Cloud Hypervisor CVM is an open source Virtual Machine Monitor (VMM) that enables running SEV SNP enabled VMs on top of MSHV using the IGVM file format as payload.
Version: 38.0.72.2
Release: 3%{?dist}
Release: 4%{?dist}
License: ASL 2.0 OR BSD-3-clause
Vendor: Microsoft Corporation
Distribution: Mariner
Expand All @@ -32,6 +32,7 @@ Source2: config.toml
# diff -u ../cloud-hypervisor-msft-v38.0.72.2.backup/Cargo.lock Cargo.lock > ../upgrade-openssl-to-3.3.2-to-address-CVE-2024-6119.patch
Patch0: upgrade-openssl-to-3.3.2-to-address-CVE-2024-6119.patch
Patch1: 0001-hypervisor-mshv-Fix-panic-when-rejecting-extended-gu.patch
Patch2: microsoft-cloud-hypervisor-6695.patch

Conflicts: cloud-hypervisor

Expand Down Expand Up @@ -150,6 +151,9 @@ cargo build --release --target=%{rust_musl_target} %{cargo_pkg_feature_opts} %{c
%license LICENSE-BSD-3-Clause

%changelog
* Tue Oct 01 2024 Aurelien Bombo <[email protected]> - 38.0.72.2-4
- Add upstream patch from microsoft/cloud-hypervisor#6695

* Mon Sep 23 2024 Manuel Huber <[email protected]> - 38.0.72.2-3
- Add upstream patch to prevent crash

Expand Down
Loading

0 comments on commit 5623842

Please sign in to comment.