diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-25 03:24:05 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-25 03:24:05 +0000 |
commit | 8767e5bc8e0f8a1cf1eaeb0a5bcb7118d8042acc (patch) | |
tree | 000fc65a59574611df32f738724bebd6f00ea03a | |
parent | 04a41b738b5eb40b2f3ef9850de58762c449dea9 (diff) | |
download | meta-virtualization-8767e5bc8e0f8a1cf1eaeb0a5bcb7118d8042acc.tar.gz |
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 <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/kvmtool/kvmtool_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
16 | file://0003-kvmtool-Werror-disabled.patch \ | 16 | file://0003-kvmtool-Werror-disabled.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV = "6d754d01fe2cb366f3b636d8a530f46ccf3b10d8" | 19 | SRCREV = "e48563f5c4a48fe6a6bc2a98a9a7c84a10f043be" |
20 | PV = "5.10.0+git" | 20 | PV = "5.10.0+git" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |