From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43809 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNeoI-0006ZV-0y for qemu-devel@nongnu.org; Wed, 01 Dec 2010 00:01:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNPFx-0006RO-6p for qemu-devel@nongnu.org; Tue, 30 Nov 2010 07:24:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNPFw-0005cZ-Vx for qemu-devel@nongnu.org; Tue, 30 Nov 2010 07:24:25 -0500 Date: Tue, 30 Nov 2010 10:23:34 -0200 From: Marcelo Tosatti Subject: Re: [Qemu-devel] [PATCH vgabios] Add 1280x768 mode Message-ID: <20101130122334.GA32617@amt.cnet> References: <1290353613-21641-1-git-send-email-avi@redhat.com> <4CEA52D4.9060809@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CEA52D4.9060809@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Anthony Liguori Cc: Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org Anthony, Can you please apply this patch and update the submodule in QEMU to use it? Its the only diff between qemu-kvm's vgabios and qemu's. Thanks On Mon, Nov 22, 2010 at 12:24:04PM +0100, Gerd Hoffmann wrote: > On 11/21/10 16:33, Avi Kivity wrote: > >+{ 1280, 768, 16 , 0x175}, > >+{ 1280, 768, 24 , 0x176}, > >+{ 1280, 768, 32 , 0x177}, > > Acked-by: Gerd Hoffmann > > cheers, > Gerd >