diff options
Diffstat (limited to 'testing/config/kvm/sun.xml')
-rw-r--r-- | testing/config/kvm/sun.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/config/kvm/sun.xml b/testing/config/kvm/sun.xml index b7ddec90e..c2d26737c 100644 --- a/testing/config/kvm/sun.xml +++ b/testing/config/kvm/sun.xml @@ -10,6 +10,11 @@ <cmdline>root=/dev/vda1 loglevel=1 console=hvc0</cmdline> <boot dev='hd'/> </os> + <cpu> + <model fallback='allow'>core2duo</model> + <feature policy='optional' name='aes'/> + <feature policy='optional' name='pclmuldq'/> + </cpu> <features> <acpi/> <apic/> |