From a61d08fed4f1e34410ca5c95de0cd9b02e5ba990 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 29 Jan 2018 21:19:19 -0600 Subject: [PATCH] Add "SystemVM" to the glossary --- reference/glossary.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/glossary.md b/reference/glossary.md index 3e6d0d3f..f2ceb492 100644 --- a/reference/glossary.md +++ b/reference/glossary.md @@ -167,6 +167,12 @@ Service Virtual Machine. A [VM](#vm) the primary purpose of which is to provide a service or services to other VMs. NetVMs and ProxyVMs are examples of ServiceVMs. +SystemVM +-------- +System Virtual Machine. +A synonym for [ServiceVM](#servicevm). +SystemVMs usually have the prefix `sys-`. + PVHVM ----- [PV](#pv) on [HVM](#hvm).