From 8767e5bc8e0f8a1cf1eaeb0a5bcb7118d8042acc Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 25 Mar 2025 03:24:05 +0000 Subject: [PATCH] kvmtool: update -tip Bumping kvmtool to latest, which comprises the following commits: e48563f riscv: Add Ssnpm extension support 4489348 riscv: Add Smnpm extension support 521b1b6 riscv: Add Svadu extension support f8ed032 riscv: Add Svade extension support 6656791 Add __KERNEL_DIV_ROUND_UP() macro 4b2cc06 Sync-up headers with Linux-6.13 kernel 4c4191b Do not a print a warning on failing host<->guest address translation 6e0b718 Propagate the error code from any VCPU thread 6d754d0 Reset all VCPUs before any entering run loops Signed-off-by: Bruce Ashfield --- recipes-extended/kvmtool/kvmtool_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/kvmtool/kvmtool_git.bb b/recipes-extended/kvmtool/kvmtool_git.bb index 851e951e..10f06993 100644 --- a/recipes-extended/kvmtool/kvmtool_git.bb +++ b/recipes-extended/kvmtool/kvmtool_git.bb @@ -16,7 +16,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git;branch file://0003-kvmtool-Werror-disabled.patch \ " -SRCREV = "6d754d01fe2cb366f3b636d8a530f46ccf3b10d8" +SRCREV = "e48563f5c4a48fe6a6bc2a98a9a7c84a10f043be" PV = "5.10.0+git" S = "${WORKDIR}/git"