55bfd02 added a 'ram' attribute for qxl video devices
but didn't update the ABI check.
https://bugzilla.redhat.com/show_bug.cgi?id=
1035123
return false;
}
+ if (src->ram != dst->ram) {
+ virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
+ _("Target video card ram %u does not match source %u"),
+ dst->ram, src->ram);
+ return false;
+ }
+
if (src->vram != dst->vram) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
_("Target video card vram %u does not match source %u"),