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

Does libkrun support Intel TDX? Or any plan?

Re-add the shmem region required for DAX again (after it got removed when virtio-gpu was implemented), and enable DAX.

To avoid st.st_ino collisions, rely in the previously introduced support for FUSE submounts and announce them when parent st_dev != inode st_dev, or parent mnt_id != inode mnt_id.

With latest `libkfrunfw`, the `chroot_vm` example (instructions shown in README) fails with a `Segmentation fault`.

This adds the X11 cross domain channel and an ability to share futexes between the vm and the host. Since it requires dax to work, the commits are now on...

I don't know exactly what 3bd3b98 does but for me it breaks connectivity in a strange way. I start a simple microVM based on `alpine:latest` rootfs with the default TSI...

If I want to attach a host block device to a microVM, the `/dev/disk*` or `/dev/rdisk*` file needs to be opened by root. However, I would like to avoid having...

When I configure a disk backed by macOS block device and try to use it in read/write mode, I end up with the following error: > [2025-03-28T23:29:45Z ERROR devices::virtio::block::worker] error...

Last year GitHub added nested virt support on x86_64 runners, in addition to aarch64 and macOS runners. Let's make use of them to simplify and consolidate our testing infrastructure.

This series tackles a much needed and long due overhaul of the interrupt system to normalize it between architectures and hypervisors. Then, on top of that, it implements support for...