docs: update gofurther/vfio-mdev

This commit is contained in:
2025-06-06 20:14:13 +00:00
parent 8ae09fdb5b
commit 2e326497cc

View File

@ -2,7 +2,7 @@
title: Virtual Function I/O Mediated devices (vfio-mdev) title: Virtual Function I/O Mediated devices (vfio-mdev)
description: Create and Configure Virtual Function I/O Mediated devices (vfio-mdev) description: Create and Configure Virtual Function I/O Mediated devices (vfio-mdev)
published: true published: true
date: 2025-06-06T20:12:14.088Z date: 2025-06-06T20:14:11.248Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2022-07-21T21:10:41.046Z dateCreated: 2022-07-21T21:10:41.046Z
@ -97,9 +97,9 @@ $ mdevctl list --defined
[...] [...]
<device> <device>
[...] [...]
<video> <video>
<model type="none"/> <model type="none"/>
</video> </video>
[...] [...]
</device> </device>
[...] [...]
@ -133,11 +133,11 @@ $ mdevctl list --defined
- Add a Spice display device - Add a Spice display device
``` ```
<device> <device>
[...] [...]
<graphics type="spice"> <graphics type="spice">
<listen type="none"/> <listen type="none"/>
<gl enable="yes" rendernode="/dev/dri/by-path/pci-0000:00:02.0-render"/> <gl enable="yes" rendernode="/dev/dri/by-path/pci-0000:00:02.0-render"/>
</graphics> </graphics>
[...] [...]
</device> </device>
@ -153,12 +153,12 @@ $ mdevctl list --defined
[...] [...]
<device> <device>
[...] [...]
<hostdev mode="subsystem" type="mdev" managed="no" model="vfio-pci" display="on" ramfb="on"> <hostdev mode="subsystem" type="mdev" managed="no" model="vfio-pci" display="on" ramfb="on">
<rom bar="on" file="/var/lib/libvirt/isos/vbios_gvt_uefi.rom"/> <rom bar="on" file="/var/lib/libvirt/isos/vbios_gvt_uefi.rom"/>
<source> <source>
<address uuid="7686131b-b229-4768-a02c-35d1dbed7c66"/> <address uuid="7686131b-b229-4768-a02c-35d1dbed7c66"/>
</source> </source>
</hostdev> </hostdev>
[...] [...]
</device> </device>
[...] [...]