From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJs2T-0002Pt-NX for qemu-devel@nongnu.org; Fri, 28 Oct 2011 15:24:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJs2S-00013Z-SP for qemu-devel@nongnu.org; Fri, 28 Oct 2011 15:24:25 -0400 Received: from server514d.exghost.com ([72.32.253.69]:3769 helo=server514.appriver.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJs2S-00013O-PH for qemu-devel@nongnu.org; Fri, 28 Oct 2011 15:24:24 -0400 Received: from [72.32.253.65] (HELO FE03.exg4.exghost.com) by server514.appriver.com (CommuniGate Pro SMTP 5.4.1) with ESMTP id 182776637 for qemu-devel@nongnu.org; Fri, 28 Oct 2011 14:24:22 -0500 Message-ID: <4EAB0164.9010209@virtualcomputer.com> Date: Fri, 28 Oct 2011 15:24:20 -0400 From: John Baboval MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/2] VGA related patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is a pair of VGA related patches. The first allows the use of a 1366x768 VGA resolution. The second allows the user to specify an alternate VRAM size with a command line parameter. -John