summaryrefslogtreecommitdiffstats
path: root/recipes-core/runv
Commit message (Collapse)AuthorAgeFilesLines
* runv: add rdepends on hyperstartBruce Ashfield2017-11-151-1/+1
| | | | | | | | runv needs a kernel and initrd as part of its startup. The tested configuration for these is hyperstart, so we add it to the rdepends to ensure it is installed. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* virtualization: runv: Hypervisor-based Runtime for OCIBruce Ashfield2017-10-021-0/+82
Introducing runv, which is a Hypervisor-based Runtime for OCI. runV is compatible with OCI. However, due to the difference between hypervisors and containers, the following sections of OCI don't apply to runV: - Namespace - Capability - Device - linux and mount fields in OCI specs are ignored - Hypervisor The current release of runV supports the following hypervisors: - KVM (QEMU 2.1 or later) - KVM (Kvmtool) - Xen (4.5 or later) - QEMU without KVM (NOT RECOMMENDED. QEMU 2.1 or later) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>