From 51d6be47e07ecca8d20853f882725cafce8611c3 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Wed, 21 Sep 2016 18:09:09 -0700 Subject: [PATCH] Add entry for "TemplateBasedHVM" --- reference/glossary.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/glossary.md b/reference/glossary.md index 53dc5bad..eec374d2 100644 --- a/reference/glossary.md +++ b/reference/glossary.md @@ -82,7 +82,8 @@ applications, but not for running them. TemplateBasedVM --------------- -Any [VM](#vm) which depends on a TemplateVM for its root filesystem. +Any [VM](#vm) which depends on a [TemplateVM](#templatevm) for its root +filesystem. Standalone(VM) -------------- @@ -164,6 +165,11 @@ Any [HVM](#hvm) which functions as a [TemplateVM](#templatevm) by supplying its root filesystem to other VMs. In Qubes, TemplateHVMs are referred to as **HVM templates**. +TemplateBasedHVM +---------------- +Any [HVM](#hvm) that depends on a [TemplateVM](#templatevm) for its root +filesystem. + PVH --- [PV](#pv) on [HVM](#hvm). To boost performance, fully virtualized HVM guests can