Martin Peřina has posted comments on this change.

Change subject: backend: Parse 'hostdevPassthrough' host capability
......................................................................


Patch Set 4:

(1 comment)

https://gerrit.ovirt.org/#/c/40714/4/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsDynamic.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsDynamic.java:

Line 882:                 && ObjectUtils.objectsEqual(additionalFeatures, 
other.additionalFeatures)
Line 883:                 && 
ObjectUtils.objectsEqual(hostDevicePassthroughEnabled, 
other.hostDevicePassthroughEnabled);
Line 884:     }
Line 885: 
Line 886:     public void setHostDevicePassthroughEnabled(boolean 
hostDevicePassthroughEnabled) {
Please move set/getHostDevicePassthroughEnabled prior to hashCode() method
Line 887:         this.hostDevicePassthroughEnabled = 
hostDevicePassthroughEnabled;
Line 888:     }
Line 889: 
Line 890:     public boolean isHostDevicePassthroughEnabled() {


-- 
To view, visit https://gerrit.ovirt.org/40714
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id81e298f47f33ddcafafdd3787ce991b4ff8d2f1
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to