Comment 10 for bug 823494

Revision history for this message
Boris Derzhavets (bderzhavets) wrote :

# cat QXL-32M.patch
--- libvirt-0.9.2.orig/src/conf/domain_conf.c 2011-08-13 15:47:00.036368913 +0400
+++ libvirt-0.9.2/src/conf/domain_conf.c 2011-08-13 15:49:54.516368948 +0400
@@ -4519,7 +4519,7 @@

     case VIR_DOMAIN_VIDEO_TYPE_QXL:
         /* QEMU use 64M as the minimal video video memory for qxl device */
- return 64 * 1024;
+ return 32 * 1024;

     default:
         return 0;

Raw source attached