twohypervisor
Twohypervisor is a coined term describing a virtualization architecture that stacks two hypervisors to provide layered isolation and control over workloads. In a typical deployment, an outer, hardware-facing hypervisor runs on the physical server and manages the underlying resources. A second hypervisor runs within a trusted partition created by the outer layer and hosts its own set of virtual machines. The approach aims to combine the strong isolation of a bare-metal hypervisor with the flexibility of an additional virtualization layer.
Operation relies on nested virtualization capabilities, with the outer hypervisor presenting virtual hardware to the inner
Security benefits include stronger separation of tenant and management planes and containment of vulnerabilities to a
Common use cases include multi-tenant cloud environments needing strict isolation, security research labs, and development platforms
Twohypervisor builds on established concepts of nested and layered virtualization. It is not a standard industry