Omer Frenkel has posted comments on this change. Change subject: backend: Enable granular hostdev passthrough support ......................................................................
Patch Set 7: Code-Review+1 (1 comment) just a comment on unclear method https://gerrit.ovirt.org/#/c/42159/7/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/hostdev/RemoveVmHostDevicesCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/hostdev/RemoveVmHostDevicesCommand.java: Line 69: Line 70: setSucceeded(true); Line 71: } Line 72: Line 73: private static boolean allPlaceholder(Collection<VmHostDevice> devices) { method name is not clear, and its not clear what this return Line 74: for (VmHostDevice device : devices) { Line 75: if (!device.isIommuPlaceholder()) { Line 76: return false; Line 77: } -- To view, visit https://gerrit.ovirt.org/42159 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1c8a80adce97ef98174bd85ac75f09dfe2a36de9 Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Betak <[email protected]> Gerrit-Reviewer: Alona Kaplan <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Betak <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
