diff --git a/templates/libvirt/xen.xml b/templates/libvirt/xen.xml
index 0424e11d..2829b0f9 100644
--- a/templates/libvirt/xen.xml
+++ b/templates/libvirt/xen.xml
@@ -35,7 +35,7 @@
{% else %}
{% if vm.virt_mode == 'pvh' %}
- hvm
+ pvh
{% else %}
linux
{% endif %}
@@ -174,9 +174,6 @@
{% endif %}
{% else %}
- {% if vm.virt_mode == 'pvh' %}
-
- {% endif %}