Bladeren bron

Switch to new PVH config variant

Simon Gaiser 6 jaren geleden
bovenliggende
commit
c3d287a33c
1 gewijzigde bestanden met toevoegingen van 1 en 4 verwijderingen
  1. 1 4
      templates/libvirt/xen.xml

+ 1 - 4
templates/libvirt/xen.xml

@@ -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>