Switch to new PVH config variant

This commit is contained in:
Simon Gaiser 2018-01-24 02:48:00 +01:00
parent 30ba4b8e3b
commit c3d287a33c

View File

@ -35,7 +35,7 @@
<boot dev="hd" />
{% else %}
{% if vm.virt_mode == 'pvh' %}
<type arch="x86_64" machine="xenfv">hvm</type>
<type arch="x86_64" machine="xenfv">pvh</type>
{% else %}
<type arch="x86_64" machine="xenpv">linux</type>
{% endif %}
@ -174,9 +174,6 @@
<graphics type="qubes"/>
{% endif %}
{% else %}
{% if vm.virt_mode == 'pvh' %}
<emulator type="none"/>
{% endif %}
<console type="pty">
<target type="xen" port="0"/>
</console>