From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTdT8-0001Gw-AZ for qemu-devel@nongnu.org; Sat, 30 Jul 2016 19:14:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bTdT6-0001fP-81 for qemu-devel@nongnu.org; Sat, 30 Jul 2016 19:14:57 -0400 Message-ID: <1469920485.5978.324.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Sun, 31 Jul 2016 09:14:45 +1000 In-Reply-To: References: <15F3E834-DAB5-4AC7-8743-C3C3FC873CC2@gmail.com> <75F5C508-56B7-4C9F-B380-AD95EADCE511@gmail.com> <1469656152.5978.170.camel@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH] ppc: Add MacOS VGA driver ROM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: qemu-devel qemu-devel , "list@suse.de:PowerPC list:PowerPC" On Sat, 2016-07-30 at 16:28 -0400, Programmingkid wrote: > I was wondering if you could add the 1200x700 resolution to the list > in https://github.com/ozbenh/QemuMacDrivers/blob/master/QemuVGADriver > /src/QemuVga.c. This is the perfect resolution for someone > using=C2=A0=C2=A0QEMU on a 13" MacBook Pro. QEMU's window fills most of= the > screen but still allows for easy access to the dock. Maybe a command- > line option could be added that allows the user to specify their own > resolutions for QEMU to support. I can, though I was thinking of being a bit smarter and have qemu (well, in our case openbios) pass the list of resolutions via the DT.=C2=A0 If anything, it makes it easier for anybody to change that list without having to rebuild the MacOS portions. We'll see what time permits. Cheers, Ben.