mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 23:03:55 +00:00
qemu: processor : set x86-64-v2-AES as default cputype for create wizard
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
12f7c578f7
commit
4ab9632867
@ -43,6 +43,7 @@ Ext.define('PVE.qemu.OSDefaults', {
|
||||
virtio: 1,
|
||||
},
|
||||
scsihw: 'virtio-scsi-single',
|
||||
cputype: 'x86-64-v2-AES',
|
||||
};
|
||||
|
||||
// virtio-net is in kernel since 2.6.25
|
||||
|
@ -27,6 +27,7 @@ Ext.define('PVE.qemu.OSTypeInputPanel', {
|
||||
|
||||
me.setWidget('pveBusSelector', targetValues.busType);
|
||||
me.setWidget('pveNetworkCardSelector', targetValues.networkCard);
|
||||
me.setWidget('CPUModelSelector', targetValues.cputype);
|
||||
var scsihw = targetValues.scsihw || '__default__';
|
||||
this.getViewModel().set('current.scsihw', scsihw);
|
||||
this.getViewModel().set('current.ostype', ostype);
|
||||
|
Loading…
Reference in New Issue
Block a user