Frank Kobzik has posted comments on this change.

Change subject: core: add graphics device to management classes
......................................................................


Patch Set 8:

(1 comment)

http://gerrit.ovirt.org/#/c/28567/8/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/utils/VmDeviceUtils.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/utils/VmDeviceUtils.java:

Line 440:     }
Line 441: 
Line 442:     private static int getNumOfMonitors(VM vm) {
Line 443:         int maxMonitorsSpice = vm.getSingleQxlPci() ? 1 : 
vm.getNumOfMonitors();
Line 444:         int maxMonitorsVnc = Math.max(1, vm.getNumOfMonitors());
> I'm not totally sure - maxMonitorsVnc is not constant - the only constant h
Done
Line 445: 
Line 446:         return Math.min(maxMonitorsSpice, maxMonitorsVnc);
Line 447:     }
Line 448: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I39c84ce94cd3cb52286c52d765a389e69c9b0e62
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Frank Kobzik <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Frank Kobzik <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to