Difference between revisions of "Hypervisor Support"

From Open-IOV
Jump to navigation Jump to search
Line 9: Line 9:
This section will cover efforts to support the Xen hypervisor with open device mediation software.
This section will cover efforts to support the Xen hypervisor with open device mediation software.


=== Support Targets & Goals ===
=== Mdev drivers outside Dom0 ===
 
==== QubesOS ====
QubesOS is a security focused desktop operating system based on the Xen hypervisor.
 
===== Implementation Goals (Security By Compartmentalization) =====
This section will cover high level implementation goals for GPU mediation in QubesOS.
 
==== Mdev drivers outside of Dom0 ====


=== Missing Functionality ===
=== Missing Functionality ===
Line 32: Line 24:


==== VFIO ====
==== VFIO ====
=== Additional Documentation ===
For additional documentation read [https://blog.netbsd.org/tnf/entry/from_zero_to_nvmm From Zero to NVMM].

Revision as of 04:04, 18 December 2021

KVM

This section will cover existing support in KVM for VFIO-Mdev and ongoing issues with it's existing implementation.

Missing Functionality

SR-IOV within VMs

Xen

This section will cover efforts to support the Xen hypervisor with open device mediation software.

Mdev drivers outside Dom0

Missing Functionality

IOMMU Groups

Additional Documentation

For additional documentation check the XenProject Wiki.

NVMM

This section will cover NetBSD's NVMM.

Missing Functionality

VFIO

Additional Documentation

For additional documentation read From Zero to NVMM.