docs: update gofurther/vfio-mdev

This commit is contained in:
lukas 2022-07-21 21:23:59 +00:00
parent 1b7abc1514
commit 7e61247c13

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: 2022-07-21T21:10:41.046Z date: 2022-07-21T21:23:57.267Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2022-07-21T21:10:41.046Z dateCreated: 2022-07-21T21:10:41.046Z
@ -112,7 +112,7 @@ mdevctl list -d
* Add that segment to a virtual machine's definition. Modify the UUID address according to the previously generated UUID. * Add that segment to a virtual machine's definition. Modify the UUID address according to the previously generated UUID.
``` ```
<hostdev mode="subsystem" type="mdev" managed="no" model="vfio-pci" display="on"> <hostdev mode="subsystem" type="mdev" managed="no" model="vfio-pci" display="on" ramfb="on">
<source> <source>
<address uuid="7686131b-b229-4768-a02c-35d1dbed7c66"/> <address uuid="7686131b-b229-4768-a02c-35d1dbed7c66"/>
</source> </source>
@ -120,7 +120,7 @@ mdevctl list -d
</hostdev> </hostdev>
``` ```
* Notice the display on, and the the RAMFB section, which allows to see the output before an operating system takes over. * Notice RAMFB option, which allows to see the output of a virtual monitor before an operating system takes over.
## Remove any video device ## Remove any video device