diff --git a/templates/libvirt/xen.xml b/templates/libvirt/xen.xml
index 218530f4..fb0e1898 100644
--- a/templates/libvirt/xen.xml
+++ b/templates/libvirt/xen.xml
@@ -19,14 +19,22 @@
{% endif %}
- {% if vm.hvm %}
-
+
+ {% if vm.hvm %}
-
+ {% endif %}
+ {% if vm.devices['pci'] and vm.features.get('pci-e820-host', True) %}
+
+
+
+ {% endif %}
+
+
+ {% if vm.hvm %}
{% set timezone = vm.features.check_with_template('timezone', 'localtime').lower() %}
{% if timezone == 'localtime' %}