Vitor de Lima has posted comments on this change.

Change subject: core: Add POWER 7 to the CPU list
......................................................................


Patch Set 4:

(2 comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CpuFlagsManagerHandler.java
Line 41:         }
Line 42:         return null;
Line 43:     }
Line 44: 
Line 45:     public static ArchitectureType GetArchitectureByCpuName(String 
name, Version ver) {
Should I rename the old methods? If yes, should it be done in another patch?
Line 46:         final CpuFlagsManager cpuFlagsManager = 
_managersDictionary.get(ver);
Line 47:         if (cpuFlagsManager != null) {
Line 48:             return cpuFlagsManager.GetArchitectureByCpuName(name);
Line 49:         }


....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/ServerCpu.java
Line 61:     public ArchitectureType getArchitecture() {
Line 62:         return architectureType;
Line 63:     }
Line 64: 
Line 65:     public void setArchitecture(ArchitectureType architectureType) {
Should I remove the other Setters in this class? Should it be done in another 
patch? (Removing the "setCpuName" method breaks some code, though).
Line 66:         this.architectureType = architectureType;
Line 67:     }


-- 
To view, visit http://gerrit.ovirt.org/17853
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5d63f0c66c2499f76b122d9c5cdbb7eebfe440e8
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vitor de Lima <vitor.l...@eldorado.org.br>
Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa 
<gustavo.pedr...@eldorado.org.br>
Gerrit-Reviewer: Itamar Heim <ih...@redhat.com>
Gerrit-Reviewer: Leonardo Bianconi <leonardo.bianc...@eldorado.org.br>
Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Vitor de Lima <vitor.l...@eldorado.org.br>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to