Dominique Leuenberger 4 months ago committed by Git OBS Bridge
commit 565ce4eedf

@ -2,7 +2,7 @@
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="revision">v1.4.8</param>
<param name="revision">v1.4.10</param>
<param name="url">https://github.com/containers/libkrun.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containers/libkrun.git</param>
<param name="changesrevision">dc7182c9aa666dc4c47ca09f73fe389e63e69a03</param></service></servicedata>
<param name="changesrevision">74bda657239c1c8a1834e66c10672cc7d46587c6</param></service></servicedata>

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba7702dd91f2d561052e8186e3a298c6115fe153b9a9e6fa61333ee911813b71
size 1789452

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89ae1928119a538082217db3daf9f4a418bebdbebfabcf2c5df9cd8b5bde3cd4
size 1770508

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Jan 19 08:01:48 UTC 2023 - fcrozat@suse.com
- Update to version 1.4.10:
* Bump version to v1.4.10
* Update kvm-ioctls to 0.12.0
* init: Fix parsing of Env in JSON
- Drop new-kvm-ioctl.patch, merged upstream.
-------------------------------------------------------------------
Mon Jan 16 09:37:08 UTC 2023 - fcrozat@suse.com
- Update to version 1.4.9:
* Remove unnecessary casts
* init: do a case-insensitive check for JSON fields
* Fix kernel command line for non-TEE targets
* snp: measure regions rqequired by FW and PSP
* snp: refactor code to add_region
* cargo: Update to sev 1.0.0
* Add CODEOWNERS file
* examples: Add snp-config-noattest TEE config
* vmm/tee: Merge amd-sev and amd-snp modules
* vmm/resources: kbs_types behind tee flag
* tee: Make TeeConfig required
* vmm: Remove aarch64 config on amdsev function
* vmm/linux/tee: Add amd-snp module
* vmm/linux: Introduce tee module for TEE-specificities
* amdsev: Replace manual ioctls for sev library APIs
* cargo: Point "sev" to upstream git repo
-------------------------------------------------------------------
Mon Dec 05 13:14:11 UTC 2022 - dmueller@suse.com

@ -1,4 +1,4 @@
name: libkrun
version: 1.4.8
mtime: 1667839367
commit: dc7182c9aa666dc4c47ca09f73fe389e63e69a03
version: 1.4.10
mtime: 1674077930
commit: 74bda657239c1c8a1834e66c10672cc7d46587c6

@ -1,7 +1,7 @@
#
# spec file for package libkrun
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -32,7 +32,7 @@ complexity that comes from Virtual Machine management, offering users a simple C
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: libkrun
Version: 1.4.8
Version: 1.4.10
Release: 0
Summary: A dynamic library providing KVM-based process isolation capabilities
License: Apache-2.0
@ -40,7 +40,6 @@ URL: https://github.com/containers/libkrun
Source0: libkrun-%{version}.tar.gz
Source1: vendor.tar.xz
Source2: cargo_config
Patch1: new-kvm-ioctl.patch
ExclusiveArch: x86_64 aarch64
BuildRequires: cargo >= 1.43.0
BuildRequires: gcc
@ -105,7 +104,7 @@ use libkrun-sev Virtualization-based process isolation capabilities.
%endif
%prep
%autosetup -p1 -a1
%autosetup -a1
mkdir .cargo
cp %{SOURCE2} .cargo/config

@ -1,11 +0,0 @@
--- a/src/vmm/src/linux/vstate.rs
+++ b/src/vmm/src/linux/vstate.rs
@@ -1166,7 +1166,7 @@ impl Vcpu {
}
// Documentation specifies that below kvm exits are considered
// errors.
- VcpuExit::FailEntry => {
+ VcpuExit::FailEntry(..) => {
error!("Received KVM_EXIT_FAIL_ENTRY signal");
Err(Error::VcpuUnhandledKvmExit)
}

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ecf5a7af5eeb0d1c1b8bab45124128fd5b01174b86d6275faec829455462392
size 17280512
oid sha256:647e5482adc0cdba8a7c1b3afc528ddc92c90bd4b37096a961c9dfe2af3dd10a
size 17675416

Loading…
Cancel
Save