From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmrWQ-0000dY-SD for qemu-devel@nongnu.org; Wed, 21 Sep 2016 20:05:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmrWP-0005tl-TM for qemu-devel@nongnu.org; Wed, 21 Sep 2016 20:05:50 -0400 Message-ID: <1474502736.2857.157.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Thu, 22 Sep 2016 10:05:36 +1000 In-Reply-To: References: <5766C91B-319D-46CD-9020-19EB5299DF99@gmail.com> <1474266273.2857.11.camel@kernel.crashing.org> <852E4EA6-522A-499D-88DE-A1955D938D6D@gmail.com> <1474325083.2857.35.camel@kernel.crashing.org> <1474417098.2857.96.camel@kernel.crashing.org> <149AE2FD-4392-4F5F-A0AD-6613F5C47168@gmail.com> <1474418502.2857.97.camel@kernel.crashing.org> <1474448505.2857.116.camel@kernel.crashing.org> <3E9DEC73-4C39-450A-9DAF-9EF17B0B0FB0@gmail.com> <1474494834.2857.145.camel@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] Add resolutions via the command-line List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: G 3 Cc: The OpenBIOS Mailinglist , qemu-devel qemu-devel , "list@suse.de:PowerPC list:PowerPC" On Wed, 2016-09-21 at 19:18 -0400, G 3 wrote: >=C2=A0 > That can be done, but I was hoping to be able to do this via a=C2=A0=C2= =A0 > command-line switch. But you still do that ! Your switch puts stuff in /options which OpenBIOS then picks up to construct the final list that it puts in the driver node. > That would make things so much easier on the user. Altering=C2=A0=C2=A0 > properties in OpenBIOS can be challenging using forth. OpenBIOS does > support using=C2=A0=C2=A0 > startup > scripts so maybe someone could make a script that adds user=C2=A0=C2=A0 > resolutions to the > QEMU,VGA node from the options node. >=20 > I'm hoping you had a look at version three of my patch. If there > are=C2=A0=C2=A0 > any other issues > with it, I would like to know before making version 4. I'm really not fan of the whole ASCII parsing business. In any case, I'm a bit too busy right now, I'll try to get back onto this next week.