Tal Nisan has uploaded a new change for review. Change subject: Revert "engine: import need to set single qxl for windows" ......................................................................
Revert "engine: import need to set single qxl for windows" This reverts commit 78c135488743c6eb4f1f57fdf806a8b28b2fc09a. The OvfManagerTest unit tests was failing due to this change Change-Id: If88fc448ad87c4c9063c4c1fba6b40e5abf1b99c Signed-off-by: Tal Nisan <[email protected]> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfReader.java 1 file changed, 1 insertion(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/74/19474/1 diff --git a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfReader.java b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfReader.java index 03c6191..df77321 100644 --- a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfReader.java +++ b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfReader.java @@ -22,7 +22,6 @@ import org.ovirt.engine.core.common.businessentities.VolumeType; import org.ovirt.engine.core.common.businessentities.network.VmInterfaceType; import org.ovirt.engine.core.common.businessentities.network.VmNetworkInterface; -import org.ovirt.engine.core.common.osinfo.OsRepositoryImpl; import org.ovirt.engine.core.common.utils.VmDeviceType; import org.ovirt.engine.core.compat.Guid; import org.ovirt.engine.core.compat.backendcompat.XmlDocument; @@ -390,9 +389,7 @@ if ("ovf:OperatingSystemSection_Type".equals(value)) { readOsSection(section); - if (!OsRepositoryImpl.INSTANCE.isLinux(vmBase.getOsId())) { - vmBase.setSingleQxlPci(false); - } + } else if ("ovf:VirtualHardwareSection_Type".equals(value)) { readHardwareSection(section); -- To view, visit http://gerrit.ovirt.org/19474 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If88fc448ad87c4c9063c4c1fba6b40e5abf1b99c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
