From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmVbv-0002h9-H6 for qemu-devel@nongnu.org; Tue, 20 Sep 2016 20:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmVbt-0003vW-NH for qemu-devel@nongnu.org; Tue, 20 Sep 2016 20:42:02 -0400 Message-ID: <1474418502.2857.97.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Wed, 21 Sep 2016 10:41:42 +1000 In-Reply-To: <149AE2FD-4392-4F5F-A0AD-6613F5C47168@gmail.com> 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> 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: qemu-devel qemu-devel , "list@suse.de:PowerPC list:PowerPC" On Tue, 2016-09-20 at 20:35 -0400, G 3 wrote: >=20 > When I use the -prom-env option I can easily add properties to the=C2=A0= =C2=A0 > options node. > Can something like this be done with the chosen node? We can make it so. That or we can add code to OpenBIOS to copy the list of resolutions into the device-node of the VGA device. The latter is probably the best, that way we can also have all the default ones in OpenBIOS and remove the hard coded list completely.