LibVF.IO VS gvt-linux

Compare LibVF.IO vs gvt-linux and see what are their differences.

LibVF.IO

A vendor neutral GPU multiplexing tool driven by VFIO & YAML. (by Arc-Compute)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
LibVF.IO gvt-linux
35 23
768 491
2.6% 0.8%
3.1 8.8
5 months ago 3 months ago
Nim C
GNU Affero General Public License v3.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

LibVF.IO

Posts with mentions or reviews of LibVF.IO. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-07.
  • run 2 VMs with 1 game on each
    1 project | /r/VFIO | 4 Oct 2023
    Maybe you can try LibVF.IO
  • What GPU would you buy for a gaming server?
    2 projects | /r/cloudygamer | 7 Jun 2023
  • GPU virtualization?
    3 projects | /r/kvm | 20 May 2023
    I'm on Linux and I'm running a 3070 Ti (Nvidia). I have always wanted to do GPU virtualization but because NVIDIA won't release vGPU for consumer card no one can do it without crossing legal red tape or problems with bricking your GPU. I did find this [https://github.com/jamesstringerparsec/Easy-GPU-PV] however it is only for windows, I found this [https://github.com/Arc-Compute/LibVF.IO/] and does not work with my GPU, and this [https://github.com/DualCoder/vgpu_unlock] and can't get it to work. Done any one know an alternative on Linux that work just like this, overcoming these problems (on KVM)?
  • Local Multiplayer
    1 project | /r/linux_gaming | 7 Apr 2023
    If you are willing to thinker with you gpu driver you could look up libvfio and create multiple VM with the same gpu.
  • Need help ASAP. Computer hangs at grub ""
    2 projects | /r/Fedora | 29 Jan 2023
    It seems they have issues with recent drivers/kernel, too: https://github.com/Arc-Compute/LibVF.IO/issues/61
  • Anyone running vGPU unlock in their system? How is it going?
    1 project | /r/VFIO | 30 Nov 2022
    I ran it like a year ago it was fine but not for my workflow. Might revisit the setup soon since it matured a lot since then. I suggest you also look at: https://github.com/Arc-Compute/LibVF.IO
  • Want to try to switch to linux again. Need some info.
    8 projects | /r/linux | 13 Nov 2022
    For Affinity, I don't know. I have heard of people using Photoshop via VM, the problem usually comes when you need to utilize a lot of GPU because outside of GPU passthrough (might worth researching single-GPU passthrough and libvfio if you don't want to use two GPUs), GPU performance isn't great for VMs. I did find a few threads on the subject of Affinity on Linux, though, so maybe those could help.
  • Rx 7900 xtx based on slides is 10-15% slower than 4090 using 95 less watts and costs $600 less
    4 projects | /r/Amd | 3 Nov 2022
    I feel you on this. Looking forward to running libvf. Wine has come a long ways, but I ended up keeping a old PC a secondary to not deal with the hacking/workarounds to run some games. Using the older system for my Linux.
  • Why do we call them "display managers"
    1 project | /r/linux | 15 Sep 2022
    It's theoretically possible using a method like libvfio. This should allow you to split your gpu into 2 virtual gpus. It's designed for use with a vm, but could likely work with multi seat
  • Ask HN: What's the best source code you've read?
    46 projects | news.ycombinator.com | 10 Sep 2022
    Perhaps not the "best" source code I've ever read, but libVF.io had some beautiful code for what's generally gnarly system-glue code. The iommu setup code is a good example and inspires me to think that system-glue code doesn't need to be gross or impenetrable: https://github.com/Arc-Compute/LibVF.IO/blob/master/src/libv...

    Another one I've appreciated reading (and learned more about 2d graphics from) is Pixie, a 2d graphics library written in Nim. Here's the implementation of a fair subset of SVG paths: https://github.com/treeform/pixie/blob/master/src/pixie/path...

    And one last one for basic algorithms: https://github.com/nim-lang/Nim/blob/version-1-6/lib/pure/al...

    Of course Knuth's original code is still some of the best classic code. K&R's original C book is a classic.

gvt-linux

Posts with mentions or reviews of gvt-linux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-06.
  • N4020 IGPU passthru
    1 project | /r/Proxmox | 10 Sep 2022
    Yeah i read that too, I also found this.. https://github.com/intel/gvt-linux/issues/64
  • 19 August 2022 - Daily Chat Thread
    1 project | /r/indonesia | 19 Aug 2022
  • WAN Show - Ryan Shrout & Tom Petersen talk with Linus about Arc GPU and other hardware
    1 project | /r/hardware | 16 Jul 2022
  • GVM: A GPU Virtual Machine for Iommu-Capable Computers
    15 projects | news.ycombinator.com | 6 Jul 2022
    Intel has already confirmed that GVT-g is essentially dead and not supported on their Iris/Xe or anything newer graphics.. We can also confirm this via their own drivers source..

    https://github.com/intel/gvt-linux/blob/gvt-staging/drivers/...

  • Laptop GPU for Host use in PCI OVMF pass thru? + confusion re using iGPU
    2 projects | /r/VFIO | 16 May 2022
    On Intel iGPUs, there are two methods: GVT-g and GVT-d. GVT-g is basically creating virtual instances of the iGPU for use in VMs, while GVT-d is passing through an entire iGPU to the guest in the same way you would do with a normal GPU.
  • list of gvt-d supported cpu? thx
    1 project | /r/intel | 19 Apr 2022
    From the Intel GVTg_Setup_Guide;
  • Kholia/OS X-KVM: Run macOS on QEMU/KVM
    8 projects | news.ycombinator.com | 2 Dec 2021
    Not really pass through, no. If CONFIG_DRM_I915_GVT is enabled in your kernel, you can use Intel's graphics virtualization system... basically a virtio style virtual device that shares the GPU between VM and host. IMO this is way more convenient than real passthrough, where the device is only available either to the VM or the host. The downside is that you don't get full performance in the VM.

    "Intel GVT-g is a full GPU virtualization solution with mediated pass-through (VFIO mediated device framework based), starting from 5th generation Intel Core(TM) processors with Intel Graphics processors. GVT-g supports both Xen and KVM (a.k.a XenGT & a.k.a KVMGT). A virtual GPU instance is maintained for each VM, with part of performance critical resources directly assigned. The capability of running native graphics driver inside a VM, without hypervisor intervention in performance critical paths, achieves a good balance among performance, feature, and sharing capability."

    https://github.com/intel/gvt-linux/wiki/GVTg_Setup_Guide

  • Full passthrough / GVT-d of 11th gen iGPU (Rocket Lake) to Windows 10 guest - logging my attempt.
    6 projects | /r/VFIO | 22 Nov 2021
    Wait a minute. GVT-g with 11th gen iGPUs upwards does work in linux guest? Are you sure about that? See this github issue for reference.
  • Show HN: VGPU and SR-IOV on Consumer GPUs
    7 projects | news.ycombinator.com | 21 Oct 2021
    To be clear, I never said it was dead, only a dead end.

    As for GVT-g and Xe, according to a post in this[0] issue by one of the Intel devs, Rocket Lake (Xe) is not getting support and only does GVT-d.

    Also in the same issue, someone pointed out that Intel themselves have states as much here[1].

    I hope I am proven wrong in the end and GVT-g comes to then entire Xe and ARC lineup. Intel's communication on this matter has been...lacking.

    0: https://github.com/intel/gvt-linux/issues/190

    1: https://www.intel.com/content/www/us/en/support/articles/000...

  • GVT-D setup
    1 project | /r/intel | 13 Sep 2021
    After days of trial and error, I could not get it to work, maybe one of you knows it. Currently, I try to setup GVT-d with KVM on my Dell XPS 13 2 in 1 7390, which has a i7-1065G7. AFAIK GVT-g is not supported, so I gave GVT-d a chance. The virtual machine is booting without any errors, but the display stays black. I only found this guide, but couldn't get it to work...

What are some alternatives?

When comparing LibVF.IO and gvt-linux you can also consider the following projects:

vgpu_unlock - Unlock vGPU functionality for consumer grade GPUs.

Single-GPU-Passthrough

Easy-GPU-PV - A Project dedicated to making GPU Partitioning on Windows easier!

jellyfin-ffmpeg - FFmpeg for Jellyfin

linux - Linux kernel source tree

i915ovmfPkg - VBIOS for Intel GPU Passthrough

ROCm - AMD ROCmâ„¢ Software - GitHub Home [Moved to: https://github.com/ROCm/ROCm]

UEFITool - UEFI firmware image viewer and editor

linux-intel-lts

quickemu - Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.

GVM-user - GVM-user.