libkrun icon indicating copy to clipboard operation
libkrun copied to clipboard

A dynamic library providing Virtualization-based process isolation capabilities

Results 40 libkrun issues
Sort by recently updated
recently updated
newest added

Using the latest stable release Zig 0.14.0 and having any dependency on another Zig package will result in an error like the following: ``` /home/jammy/.cache/zig/p/tracy-0.0.4-OH_jZFenAACxUqZw7xWR6V3BuASTEYmYZt5yij8HN_hS/build.zig.zon:8:20: error: package contains 'tracy-0.11.1/server/TracyThreadCompress.cpp' which...

WIP support for PVH boot, enabling e.g. smolBSD to boot. Parts copied from: - https://github.com/firecracker-microvm/firecracker/commit/a52890bac2a0928e8c9ea0abd0223145fbe37641 - https://github.com/firecracker-microvm/firecracker/commit/20b50ce11ed45d99e514f3eda025c185188cd15d - https://github.com/firecracker-microvm/firecracker/commit/6e87d70b64fd99bac095f01f5f468b0cc9f278d5

Apple introduced Nested Virt (EL2) support in macOS Sequoia, available on Apple Silicon devices based on M3 and later SoCs. This commit introduces the infrastructure to enable Nested Virt on...

This PR adds support for the Intel Trust Domain Extensions (TDX) Confidential Computing architecture. This is currently a draft as the following issues are present: - The guest is failing...

In libkrun-sev, we package a custom qboot, kernel, and init. To support upstream kernels with TEEs, we require more firmware support. Investigate the use of [rust-hypervisor-firmware](https://github.com/cloud-hypervisor/rust-hypervisor-firmware) as libkrun's firmware.

enhancement

Currently, libkrun is built in Rust but only offers a C interface (via include/libkrun.h), and it doesn’t provide very helpful error messages. This can make troubleshooting a bit of a...

Drive-by comment: https://github.com/containers/libkrun/blob/e9281c6e16ad18652fef39e205dc2301719dfcc5/init/init.c#L660-L664 Should it be ``` parsed_entrypoint = 1; ``` ?

[Here](https://github.com/containers/libkrun/blob/e9281c6e16ad18652fef39e205dc2301719dfcc5/src/devices/src/virtio/net/device.rs#L96) we expose many features without confirming that the peer actually supports them: ``` let avail_features = 1

Thank you for developing the krun project! We are preparing to migrate from vfkit to krun. However, we are currently facing some issues. When using vfkit, we started the virtual...

I tried running [kind](https://kind.sigs.k8s.io/) with the podman runtime set to `krun` and I'm getting the following error: ``` $ KIND_EXPERIMENTAL_PROVIDER=podman kind create cluster --retain using podman due to KIND_EXPERIMENTAL_PROVIDER enabling...