From 7c2c6a79f33957a277fe6261faeaf101e92ff2cd Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Wed, 21 Sep 2016 18:09:43 -0700 Subject: [PATCH] Correct "PVH" to "PVHVM" According to the Xen project, "PVHVM" and "PVH" are distinct terms, and the definition here is for "PVHVM." See: https://wiki.xen.org/wiki/Xen_Project_Software_Overview#PVHVM --- reference/glossary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/glossary.md b/reference/glossary.md index eec374d2..e7f4dfd8 100644 --- a/reference/glossary.md +++ b/reference/glossary.md @@ -170,8 +170,8 @@ TemplateBasedHVM Any [HVM](#hvm) that depends on a [TemplateVM](#templatevm) for its root filesystem. -PVH ---- +PVHVM +----- [PV](#pv) on [HVM](#hvm). To boost performance, fully virtualized HVM guests can use special paravirtual device drivers (PVHVM or PV-on-HVM drivers). These drivers are optimized PV drivers for HVM environments and bypass the emulation