We use only one device-mapper layer for HVMs, and this isn't the same as for PV - it is that one, which PV does in initramfs. Device-mapper layers summary for template-based VMs: PV: root.img+root-cow.img (dom0) -> xvda, xvda+volatile.img (VM) HVM: root.img+volatile.img (dom0) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| 01QubesAppVm.py | ||
| 01QubesDisposableVm.py | ||
| 01QubesHVm.py | ||
| 02QubesTemplateHVm.py | ||
| 000QubesVm.py | ||
| 003QubesTemplateVm.py | ||
| 005QubesNetVm.py | ||
| 006QubesAdminVm.py | ||
| 006QubesProxyVm.py | ||
| Makefile | ||
| README.txt | ||
This directory contains Qubes core modules. It will be loaded in lexicographical order, use numeric prefix to force load ordering. 0* - Qubes base modules 00* - Qubes core VM classes