From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmVFD-0007an-7D for qemu-devel@nongnu.org; Tue, 20 Sep 2016 20:18:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmVFB-0002uK-BB for qemu-devel@nongnu.org; Tue, 20 Sep 2016 20:18:34 -0400 Message-ID: <1474417098.2857.96.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Wed, 21 Sep 2016 10:18:18 +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> 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 00:01 -0400, G 3 wrote: >=20 > Something is wrong with the options node in OpenBIOS. It is=C2=A0=C2=A0 > inaccessible from Mac OS X. When trying to access the options node,=C2=A0= =C2=A0 > IORegistryExplorer always crashes. The other nodes are accessible.=C2=A0= =C2=A0 > I'm not certain what the problem could be. Try using /chosen instead of /options. The latter is special, it's nvram stuff, it could be that OS X treats it specially too. Cheers, Ben.