add links, tiny fixes

This commit is contained in:
2023-06-20 17:04:36 -05:00
parent b9d6443256
commit abcee5f539
4 changed files with 8 additions and 77 deletions

View File

@ -16,7 +16,7 @@ Phyllome leverages 3D acceleration within guest operating systems extensively, i
* **vfio-mdev** : Sharing a fraction of a compatible physical GPU such as those using [single-root input/output virtualization](https://en.wikipedia.org/wiki/Single-root_input/output_virtualization) (SR-IOV), via the `vfio-mdev` driver
* **vfio-gpu** : Using some capabilities of the host GPU, via the `vfio-gpu` driver, which creates a virtual GPU as is used in Chromium OS and Spectrum OS
| Description | vfio-pci | vfio-mdev | vfio-gpu |
| Description | `vfio-pci` | `vfio-mdev` | `vfio-gpu` |
|---|---|---|---|
| *Performance* | Near-native performance and full features set | Near-native performance and full features set | Degraded performance and limited features set |
| *Guests support* | UNIX and non-UNIX guests | UNIX and non-UNIX guests | Works only on selected UNIX guests |