From 9ea460f6839b2cae6ae16df66c7dcc2b5e5fd83c Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 6 Jun 2025 18:26:19 +0000 Subject: [PATCH] docs: update gofurther/vfio-mdev --- gofurther/vfio-mdev.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/gofurther/vfio-mdev.md b/gofurther/vfio-mdev.md index f9fb8c2..d5d7282 100644 --- a/gofurther/vfio-mdev.md +++ b/gofurther/vfio-mdev.md @@ -2,7 +2,7 @@ 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-04T11:33:57.079Z +date: 2025-06-06T18:26:17.457Z tags: editor: markdown dateCreated: 2022-07-21T21:10:41.046Z @@ -126,7 +126,7 @@ $ mdevctl list --defined ``` -* Start the machine in headless mode. It is possible to connect to this machine over a console interface. +* Start the machine in headless mode. It is possible to connect to this machine over a console interface. ## Add a display device @@ -136,17 +136,17 @@ $ mdevctl list --defined [...] - + [...] - + ``` -> When associated with OpenGL, Spice will only work locally +> When associated with OpenGL, Spice will only allow local connection {.is-info} -- Modify the vGPU setting to set display and RAMFB to *on* +- Modify the vGPU setting to set display and RAMFB to *on*. Also, it is [necessary](https://wiki.archlinux.org/title/Intel_GVT-g#Using_DMA-BUF_with_UEFI/OVMF) to feed it a rom. ``` @@ -154,7 +154,8 @@ $ mdevctl list --defined [...] - + +