Roy Golan has submitted this change and it was merged. Change subject: core, engine: Architecture dependent commands ......................................................................
core, engine: Architecture dependent commands This patch introduces a basic set of classes to isolate part of the code that must behave differently on each supported CPU architecture. The change #18622 has an example of how it can be used to keep architecture dependent code maintainable and separated from the rest of the main logic of each class. Change-Id: Id930154a05107e94b14710b7e343951b21f00e28 Signed-off-by: Vitor de Lima <[email protected]> --- A backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/archstrategy/ArchCommand.java A backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/archstrategy/ArchStrategy.java A backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/archstrategy/ArchStrategyFactory.java A backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/archstrategy/PPC64Strategy.java A backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/archstrategy/X86_64Strategy.java 5 files changed, 74 insertions(+), 0 deletions(-) Approvals: Roy Golan: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/21503 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id930154a05107e94b14710b7e343951b21f00e28 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vitor de Lima <[email protected]> Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa <[email protected]> Gerrit-Reviewer: Leonardo Bianconi <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Vitor de Lima <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
