docs: update gofurther/vfio-mdev

This commit is contained in:
lukas 2025-04-04 07:40:21 +00:00
parent e3f55a3a71
commit 4010de5719

View File

@ -2,13 +2,13 @@
title: Virtual Function I/O Mediated devices (vfio-mdev)
description: Create and Configure Virtual Function I/O Mediated devices (vfio-mdev)
published: true
date: 2025-04-01T09:28:26.851Z
date: 2025-04-04T07:40:18.206Z
tags:
editor: markdown
dateCreated: 2022-07-21T21:10:41.046Z
---
# *vfio-mdev* configuration
# *vfio-mdev* configuration for Intel GPUs
[Virtual Function I/O Mediated devices](https://www.kernel.org/doc/html/latest/driver-api/vfio-mediated-device.html) (vfio-mdev) allows a physical GPU to be split into multiple virtual GPUs (vGPU). Such a vGPU can then be assigned to a virtual machine or a container.
@ -16,7 +16,7 @@ Contrary to paravirtualized GPUs (e.g. *virtio-gpu*), vGPUs can use the same dri
## Preparation
> These instructions only cover **Intel GPUs** that are compatible with *vfio-mdev* (5th to 10th generation). Since generation 11th, *vfio-mdev* has been superseded by *SR-IOV*
> These instructions only cover **Intel GPUs** that are compatible with *vfio-mdev* (5th to 10th generation), [Intel GVT-g](https://github.com/intel/gvt-linux/wiki/GVTg_Setup_Guide), in Intel's lingo. Since generation 11th, *vfio-mdev* has been superseded by *SR-IOV*
{.is-info}
* [Install](/deploy/install) the *Phyllome OS Desktop II*