Arik Hadas has posted comments on this change. Change subject: core: fixed video device setting on import vm/template ......................................................................
Patch Set 3: (1 inline comment) .................................................... File backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfReader.java Line 365: // Note: the fetching of 'default display type' should happen before reading Line 366: // the hardware section Line 367: node = content.SelectSingleNode(getDefaultDisplayTypeStringRepresentation()); Line 368: if (node != null) { Line 369: if (!StringHelper.isNullOrEmpty(node.InnerText)) { on second thought, since it's the first usage of StringHelper in that class and StringUtils is used everywhere else, I'll replace it Line 370: defaultDisplayType = DisplayType.forValue(Integer.parseInt(node.InnerText)); Line 371: vmBase.setdefault_display_type(defaultDisplayType); Line 372: } Line 373: } -- To view, visit http://gerrit.ovirt.org/10525 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id1bfaa3414507a982b9f22aa21fb3d05fe87e84d Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <aha...@redhat.com> Gerrit-Reviewer: Arik Hadas <aha...@redhat.com> Gerrit-Reviewer: Liron Aravot <lara...@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> Gerrit-Reviewer: Roy Golan <rgo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches