-
Notifications
You must be signed in to change notification settings - Fork 4
/
nested-virt-architecture.txt
21 lines (19 loc) · 1.21 KB
/
nested-virt-architecture.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.---------------. .---------------.
| | | |
| L2 (Guest OS) | | L2 (Guest OS) |
| | | |
| | | |
'---------------' '---------------'
.-----------------------------------. .--------------.
| | | |
| L1 (Guest Hypervisor) | | Guest OS |
| KVM (/dev/kvm) | | |
| | | |
'-----------------------------------' '--------------'
.-----------------------------------------------------.
| L0 (Host Hypervisor) |
| KVM (/dev/kvm) |
'-----------------------------------------------------'
.-----------------------------------------------------.
| x86 Hardware (VMX) |
'-----------------------------------------------------'