Commit 499c7b4d authored by Dietmar Maurer's avatar Dietmar Maurer

CPUModelSelector: default model is kvm64

parent 923f4c10
......@@ -6,7 +6,7 @@ Ext.define('PVE.form.CPUModelSelector', {
var me = this;
me.data = [
['', 'Default (qemu64)'],
['', 'Default (kvm64)'],
['486', '486'],
['athlon', 'athlon'],
['core2duo', 'core2duo'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment