Difference between revisions of "Type Config Option"

From Xen
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
Guest types are now selected using the <code>type</code> option in the configuration file, where users can select a <code>pv</code>, <code>pvh</code> or <code>hvm</code> guest.
 
Guest types are now selected using the <code>type</code> option in the configuration file, where users can select a <code>pv</code>, <code>pvh</code> or <code>hvm</code> guest.
   
The <code>builder</code> option is being deprecated in favour of the type option. The <code>pvh</code> option has been removed in <code>builder</code> (it will still work, but will create a PV guest) and a set of [https://xenbits.xen.org/docs/unstable/man/xl.cfg.5.html#PVH-Guest-Specific-Options PVH specific options] have been added.
+
The <code>builder</code> option is being deprecated in favour of the type option. The <code>pvh</code> option has been removed in Xen 4.9 (it will still work, but will create a PV guest).
  +
A set of [https://xenbits.xen.org/docs/unstable/man/xl.cfg.5.html#PVH-Guest-Specific-Options PVH specific options] have been added.
   
 
<br>
 
<br>
Line 36: Line 37:
   
 
[[Category:Users]]
 
[[Category:Users]]
  +
[[Category:Xen 4.9]]
 
[[Category:Xen 4.10]]
 
[[Category:Xen 4.10]]

Latest revision as of 18:49, 6 November 2017

In Xen Project 4.10 we have made significant changes to the user interface.

Guest types are now selected using the type option in the configuration file, where users can select a pv, pvh or hvm guest.

The builder option is being deprecated in favour of the type option. The pvh option has been removed in Xen 4.9 (it will still work, but will create a PV guest). A set of PVH specific options have been added.


Guest type Xen 4.10 or later Xen 4.9 or before
x86 Guests
PV domain type="pv" builder="generic"
HVM domain (includes PVHVM) type="hvm" builder="hvm"
PVH domain type="pvh" builder="generic" and pvh=1(from 4.4 - 4.8)

In Xen 4.9 pvh=1 is ignored and a PV guest is run

ARM Guests
N/A (only one Guest Type specific to ARM) Do not use type Do not use builder