Tomas Jelinek has posted comments on this change.

Change subject: core: SPICE copyPaste/fileTransfer not passed properly
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/42038/1/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VmInfoBuilderBase.java
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VmInfoBuilderBase.java:

Line 148:         }
Line 149:         createInfo.put(VdsProperties.transparent_huge_pages,
Line 150:                 vm.isTransparentHugePages() ? "true" : "false");
Line 151: 
Line 152:         List<VmDevice> spiceDevs = 
DbFacade.getInstance().getVmDeviceDao().getVmDeviceByVmIdTypeAndDevice(
> Unfortunately I'm not up to date with the last refactorings (- thanks again
good you mentioned run once - I have forgotten about it. It was btw broken also 
before this patch since it was sending the graphics info only when it was 
different from the one configured statically. So if you did not change it in 
run once, it did not work again. 

I will fix it on both places.
Line 153:                 vm.getId(),
Line 154:                 VmDeviceGeneralType.GRAPHICS,
Line 155:                 VmDeviceType.SPICE.getName()
Line 156:         );


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic09709b579fd3e2fe622790f66286537ad01e728
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@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