[pve-devel] [PATCH 1/2] qemu processor : update max cores limit to 64

Dietmar Maurer dietmar at proxmox.com
Tue Jan 14 10:48:44 CET 2014


This was removed from your second series -  do we need this?

> -----Original Message-----
> From: pve-devel-bounces at pve.proxmox.com [mailto:pve-devel-
> bounces at pve.proxmox.com] On Behalf Of Alexandre Derumier
> Sent: Montag, 06. Jänner 2014 17:59
> To: pve-devel at pve.proxmox.com
> Subject: [pve-devel] [PATCH 1/2] qemu processor : update max cores limit to 64
> 
> 
> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
> ---
>  www/manager/qemu/ProcessorEdit.js |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/www/manager/qemu/ProcessorEdit.js
> b/www/manager/qemu/ProcessorEdit.js
> index 4a887c0..1dc444b 100644
> --- a/www/manager/qemu/ProcessorEdit.js
> +++ b/www/manager/qemu/ProcessorEdit.js
> @@ -26,7 +26,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', {
>  		xtype: 'numberfield',
>  		name: 'cores',
>  		minValue: 1,
> -		maxValue: 32,
> +		maxValue: 64,
>  		value: '1',
>  		fieldLabel: gettext('Cores'),
>  		allowBlank: false,
> --
> 1.7.10.4
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel





More information about the pve-devel mailing list