this post was submitted on 24 Apr 2025
50 points (98.1% liked)

Linux

7099 readers
556 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 2 days ago (1 children)

I can see a scenario where we no longer need to dedicate a physical GPU to a VM with passthru (say to use a windows game/program which cannot run on Linux) and instead split the GPU between the host Linux and the VM.

I wonder if this can be done dynamically, ie. you do that only when you start the VM.

[โ€“] [email protected] 1 points 1 day ago

I could be wrong about this but I think it is always dynamic

I'm also really interested in virtio GPU as it seems fairly vendor independent. All it does is provide a virtual GPU that then passes the calls down to the GPU driver of the host