Michal Skrivanek has uploaded a new change for review.

Change subject: update fake caps to match updated PPC support on the engine side
......................................................................

update fake caps to match updated PPC support on the engine side

Change-Id: I13ed8dd7efdd710247ddf9ae5dee4721fb352f1a
Signed-off-by: Michal Skrivanek <[email protected]>
---
M vdsm/caps.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/46/31646/1

diff --git a/vdsm/caps.py b/vdsm/caps.py
index 0993939..22b3b01 100644
--- a/vdsm/caps.py
+++ b/vdsm/caps.py
@@ -594,8 +594,8 @@
                 'model_qemu32,model_coreduo,model_core2duo,model_n270,' \
                 'model_Conroe,model_Penryn,model_Nehalem,model_Opteron_G1'
         elif targetArch == Architecture.PPC64:
-            caps['cpuModel'] = 'POWER 7 (fake)'
-            caps['cpuFlags'] = 'powernv,model_POWER7_v2.3'
+            caps['cpuModel'] = 'POWER 8 (fake)'
+            caps['cpuFlags'] = 'powernv,model_power8'
         else:
             raise RuntimeError('Unsupported architecture: %s' % targetArch)
     else:


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I13ed8dd7efdd710247ddf9ae5dee4721fb352f1a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Michal Skrivanek <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to