diff options
Diffstat (limited to 'deploy/template/vm')
-rw-r--r-- | deploy/template/vm/compass.xml | 6 | ||||
-rw-r--r-- | deploy/template/vm/host.xml | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/deploy/template/vm/compass.xml b/deploy/template/vm/compass.xml index 182232f4..fb7cbb9a 100644 --- a/deploy/template/vm/compass.xml +++ b/deploy/template/vm/compass.xml @@ -13,11 +13,7 @@ <apic/> <pae/> </features> - <cpu mode='host-model'> - <model fallback='allow'/> - <feature policy='optional' name='vmx'/> - <feature policy='optional' name='svm'/> - </cpu> + <cpu mode='host-passthrough'/> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> diff --git a/deploy/template/vm/host.xml b/deploy/template/vm/host.xml index f65d4f0e..092f0ece 100644 --- a/deploy/template/vm/host.xml +++ b/deploy/template/vm/host.xml @@ -14,6 +14,7 @@ <apic/> <pae/> </features> + <cpu mode='host-passthrough'/> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> |