-
-
Notifications
You must be signed in to change notification settings - Fork 605
Running OSv on Xen
WALDEMAR KOZACZUK edited this page Aug 27, 2024
·
3 revisions
OSv can run on the XEN hypervisor in the Hardware-assisted Virtualization (HVM) mode of operation (see https://wiki.xenproject.org/wiki/Xen_Project_Software_Overview#Guest_Types). The author of this wiki page is not a Xen expert, but we think OSv can run specifically in the HVM mode with PV (Paravirtualized) drivers like:
- Xen clock
- Xen netfront - PV front-end driver that interacts directly with a PV back-end networking device driver in the Dom0 kernel
- Xen blkfront - PV front-end driver that interacts directly with a PV back-end block device driver in the Dom0 kernel
OSv can run on EC2 Xen-based instances (like t2.*
) or on Xen Server with Linux running on Dom0 (tested with Fedora and Ubuntu).
In order to deploy OSv
- Xen Project Overview
- Xen History
- https://github.com/avsm/xen-unstable/blob/master/docs/misc/blkif-drivers-explained.txt
- block device protocol