Bump libkrun to v1.18.0 and libkrunfw to v5.4.0#82
Merged
Conversation
libkrun v1.17.3 -> v1.18.0: - Nested virt support on Linux (KVM intel/amd nested params probed) - New virtio drivers: snd, input, rng, can, rtc - Read-only virtiofs mounts - KILLPRIV_V2, cap-ng -> caps refactor, numerous bug fixes libkrunfw v5.2.0 -> v5.4.0: - Rebased on Linux kernel 6.12.87 - KVM enabled in the embedded kernel (enables nested virt) - virtio-snd, virtio-can, virtio-input, virtio-rtc drivers enabled - EROFS xattr/security support on x86_64 Validated locally: - Builder image builds clean against new versions - task test-nocgo + CGO tests (./krun/..., ./hypervisor/libkrun/...) pass - End-to-end bbox VM boot in 2.66s, clean shutdown Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
rdimitrov
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
LIBKRUN_VERSIONfromv1.17.3tov1.18.0LIBKRUNFW_VERSIONfromv5.2.0tov5.4.0docs/CI.mdexample to matchWhy
We're a few releases behind on both libraries. The most notable changes:
libkrun v1.17.3 → v1.18.0
libkrunfw v5.2.0 → v5.4.0
Full release notes:
Test plan
Already validated locally on linux/amd64:
task builder-image-build— clean build of libkrun v1.18.0 + libkrunfw v5.4.0 from sourcetask build-runner— Go bindings compile against the new libkrun (no CGO breakage)task test-nocgo— all pure-Go tests pass./krun/...and./hypervisor/libkrun/...pass inside the new builder imageOnce merged:
🤖 Generated with Claude Code