From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPVH2-0004w3-1V for qemu-devel@nongnu.org; Thu, 26 May 2011 03:46:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPVH1-0005DI-3i for qemu-devel@nongnu.org; Thu, 26 May 2011 03:46:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPVH0-0005DC-Rt for qemu-devel@nongnu.org; Thu, 26 May 2011 03:46:27 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4Q7kQur015215 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 26 May 2011 03:46:26 -0400 Message-ID: <4DDE054F.7060804@redhat.com> Date: Thu, 26 May 2011 09:46:23 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1306338965-6119-1-git-send-email-alevy@redhat.com> In-Reply-To: <1306338965-6119-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFCv2] vga: VBE: report maximum VGA_MEM_SIZE memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: yhalperi@redhat.com, qemu-devel@nongnu.org On 05/25/11 17:56, Alon Levy wrote: > When using -vga qxl the amount reported is minimally 32 MiB, making windows > guests come up in a 16 color mode. With this change they work correctly, coming > up with the full range of VBE supported modes. > > This patch changes just the reported memory size by VBE > (VBE_DISPI_INDEX_VIDEO_MEMORY_64K) and not the actual vram_size like my > previous try. Patch looks fine, nevertheless I'd like to root-cause this first, even if this is only for a better changelog entry. cheers, Gerd