Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
3089a616
Commit
3089a616
authored
Nov 27, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cpu types
parent
e94e95e9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
changelog.Debian
debian/changelog.Debian
+8
-0
defines.mk
defines.mk
+1
-1
CPUModelSelector.js
www/manager/form/CPUModelSelector.js
+2
-2
No files found.
debian/changelog.Debian
View file @
3089a616
pve-manager (2.2-32) unstable; urgency=low
* add new cpu types: Haswell and Opteron_G5
* remove rhel specific cpu types: cpu64-rhel6 and cpu64-rhel5
-- Proxmox Support Team <support@proxmox.com> Tue, 27 Nov 2012 06:46:35 +0100
pve-manager (2.2-31) unstable; urgency=low
pve-manager (2.2-31) unstable; urgency=low
* Brazilian Transtalion (done by Maila Networks)
* Brazilian Transtalion (done by Maila Networks)
...
...
defines.mk
View file @
3089a616
...
@@ -2,7 +2,7 @@ RELEASE=2.2
...
@@ -2,7 +2,7 @@ RELEASE=2.2
VERSION=2.2
VERSION=2.2
PACKAGE=pve-manager
PACKAGE=pve-manager
PACKAGERELEASE=3
1
PACKAGERELEASE=3
2
BINDIR=${DESTDIR}/usr/bin
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
PERLLIBDIR=${DESTDIR}/usr/share/perl5
...
...
www/manager/form/CPUModelSelector.js
View file @
3089a616
...
@@ -19,17 +19,17 @@ Ext.define('PVE.form.CPUModelSelector', {
...
@@ -19,17 +19,17 @@ Ext.define('PVE.form.CPUModelSelector', {
[
'
phenom
'
,
'
phenom
'
],
[
'
phenom
'
,
'
phenom
'
],
[
'
qemu32
'
,
'
qemu32
'
],
[
'
qemu32
'
,
'
qemu32
'
],
[
'
qemu64
'
,
'
qemu64
'
],
[
'
qemu64
'
,
'
qemu64
'
],
[
'
cpu64-rhel6
'
,
'
cpu64-rhel6
'
],
[
'
cpu64-rhel5
'
,
'
cpu64-rhel5
'
],
[
'
Conroe
'
,
'
Conroe
'
],
[
'
Conroe
'
,
'
Conroe
'
],
[
'
Penryn
'
,
'
Penryn
'
],
[
'
Penryn
'
,
'
Penryn
'
],
[
'
Nehalem
'
,
'
Nehalem
'
],
[
'
Nehalem
'
,
'
Nehalem
'
],
[
'
Westmere
'
,
'
Westmere
'
],
[
'
Westmere
'
,
'
Westmere
'
],
[
'
SandyBridge
'
,
'
SandyBridge
'
],
[
'
SandyBridge
'
,
'
SandyBridge
'
],
[
'
Haswell
'
,
'
Haswell
'
],
[
'
Opteron_G1
'
,
'
Opteron_G1
'
],
[
'
Opteron_G1
'
,
'
Opteron_G1
'
],
[
'
Opteron_G2
'
,
'
Opteron_G2
'
],
[
'
Opteron_G2
'
,
'
Opteron_G2
'
],
[
'
Opteron_G3
'
,
'
Opteron_G3
'
],
[
'
Opteron_G3
'
,
'
Opteron_G3
'
],
[
'
Opteron_G4
'
,
'
Opteron_G4
'
],
[
'
Opteron_G4
'
,
'
Opteron_G4
'
],
[
'
Opteron_G5
'
,
'
Opteron_G5
'
],
[
'
host
'
,
'
host
'
]
[
'
host
'
,
'
host
'
]
];
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment