Tal Nisan has submitted this change and it was merged.
Change subject: core: osinfo - add unsupported list of CPUs
......................................................................
core: osinfo - add unsupported list of CPUs
adding a comma separated list of unsupported CPUs to osinfo
and 2 verbs to query it:
public Map<Pair<Integer, Version>, Set<String>> getUnsupportedCpus();
public boolean isCpuSupported(int osId, Version version, String cpuId);
Change-Id: I339b87de7646b813aa634102c26f710b9d5f6f75
Bug-Url:
https://bugzilla.redhat.com/1096851
Signed-off-by: Roy Golan <rgolan(a)redhat.com>
---
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/osinfo/OsRepository.java
M
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/OsRepositoryImpl.java
M
backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/OsRepositoryImplTest.java
M packaging/conf/osinfo-defaults.properties
4 files changed, 89 insertions(+), 0 deletions(-)
Approvals:
Roy Golan: Verified
Omer Frenkel: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/33229
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I339b87de7646b813aa634102c26f710b9d5f6f75
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server