Change in ovirt-engine[master]: core: osinfo - add unsupported list of CPUs

rgolan at redhat.com rgolan at redhat.com
Tue Sep 16 08:17:24 UTC 2014


Roy Golan 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 at 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; Looks good to me, approved



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I339b87de7646b813aa634102c26f710b9d5f6f75
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <rgolan at redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel at redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the Engine-commits mailing list