[libvirt] [PATCH 01/10] docs: don't refer to deprecated 'linux' ostype in example

Marek Marczykowski-Górecki marmarek at invisiblethingslab.com
Sun Aug 5 21:48:43 UTC 2018


Use preferred name: 'xen'.

Signed-off-by: Marek Marczykowski-Górecki <marmarek at invisiblethingslab.com>
---
 docs/formatdomain.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 19b7312..8043c7c 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -144,8 +144,8 @@
       <dd>The content of the <code>type</code> element specifies the
         type of operating system to be booted in the virtual machine.
         <code>hvm</code> indicates that the OS is one designed to run
-        on bare metal, so requires full virtualization. <code>linux</code>
-        (badly named!) refers to an OS that supports the Xen 3 hypervisor
+        on bare metal, so requires full virtualization. <code>xen</code>
+        refers to an OS that supports the Xen 3 hypervisor
         guest ABI. There are also two optional attributes, <code>arch</code>
         specifying the CPU architecture to virtualization,
         and <code>machine</code> referring to the machine
-- 
git-series 0.9.1




More information about the libvir-list mailing list