Frank Kobzik has uploaded a new change for review. Change subject: core: Restrict graphics for older CC ......................................................................
core: Restrict graphics for older CC For old CC (< 3.6) allow only setting SPICE on QXL and VNC on CIRRUS by default (old behavior). Change-Id: I578b11b0a89a2660bdbe5b1eda70634064f8938e Signed-off-by: Frantisek Kobzik <fkob...@redhat.com> --- M packaging/conf/osinfo-defaults.properties 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/74/38274/1 diff --git a/packaging/conf/osinfo-defaults.properties b/packaging/conf/osinfo-defaults.properties index e336e2a..4824d16 100644 --- a/packaging/conf/osinfo-defaults.properties +++ b/packaging/conf/osinfo-defaults.properties @@ -51,6 +51,9 @@ os.other.resources.maximum.ram.value = 65536 os.other.resources.minimum.disksize.value = 1 os.other.devices.display.protocols.value = spice/qxl,vnc/cirrus,vnc/qxl +os.other.devices.display.protocols.value.3.3 = spice/qxl,vnc/cirrus +os.other.devices.display.protocols.value.3.4 = spice/qxl,vnc/cirrus +os.other.devices.display.protocols.value.3.5 = spice/qxl,vnc/cirrus os.other.devices.watchdog.models.value = i6300esb os.other.devices.disk.hotpluggableInterfaces.value = VirtIO_SCSI, VirtIO -- To view, visit https://gerrit.ovirt.org/38274 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I578b11b0a89a2660bdbe5b1eda70634064f8938e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <fkob...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches