Skip to content

Commit 5623842

Browse files
authored
cloud-hypervisor-cvm: add upstream patch to work around lack of support for extended guest requests (#10335)
Signed-off-by: Aurélien Bombo <[email protected]>
1 parent 446a8bb commit 5623842

File tree

2 files changed

+532
-1
lines changed

2 files changed

+532
-1
lines changed

SPECS/cloud-hypervisor-cvm/cloud-hypervisor-cvm.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name: cloud-hypervisor-cvm
66
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.
77
Version: 38.0.72.2
8-
Release: 3%{?dist}
8+
Release: 4%{?dist}
99
License: ASL 2.0 OR BSD-3-clause
1010
Vendor: Microsoft Corporation
1111
Distribution: Mariner
@@ -32,6 +32,7 @@ Source2: config.toml
3232
# 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
3333
Patch0: upgrade-openssl-to-3.3.2-to-address-CVE-2024-6119.patch
3434
Patch1: 0001-hypervisor-mshv-Fix-panic-when-rejecting-extended-gu.patch
35+
Patch2: microsoft-cloud-hypervisor-6695.patch
3536

3637
Conflicts: cloud-hypervisor
3738

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

152153
%changelog
154+
* Tue Oct 01 2024 Aurelien Bombo <[email protected]> - 38.0.72.2-4
155+
- Add upstream patch from microsoft/cloud-hypervisor#6695
156+
153157
* Mon Sep 23 2024 Manuel Huber <[email protected]> - 38.0.72.2-3
154158
- Add upstream patch to prevent crash
155159

0 commit comments

Comments
 (0)