summaryrefslogtreecommitdiff
path: root/3 Resources/libvirt/Mediated devices.md
blob: fe9e55118b1da781c505b5bf952f2360a986ebda (plain)
1
2
3
4
5
6
7
8
9
10
11
#libvirt #linux #virtualisation 

---
https://libvirt.org/drvnodedev.html#mediated-devices-mdevs

They are virtual devices that share a single physical device.

Similar to [[SR-IOV]] but sr-iov required registering and unregistering devices with the host PCIe bus via a host driver. 
Mediated devices don't have to do this.

So why would we still choose sriov?