From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFNZM-0000tx-Ju for qemu-devel@nongnu.org; Mon, 17 Feb 2014 07:45:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFNZF-0006a6-5z for qemu-devel@nongnu.org; Mon, 17 Feb 2014 07:45:08 -0500 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:59767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFNZF-0006Zk-0W for qemu-devel@nongnu.org; Mon, 17 Feb 2014 07:45:01 -0500 Message-ID: <530203DA.1020007@ilande.co.uk> Date: Mon, 17 Feb 2014 12:43:06 +0000 From: Mark Cave-Ayland MIME-Version: 1.0 References: <1391877522-17254-1-git-send-email-mark.cave-ayland@ilande.co.uk> <1391877522-17254-2-git-send-email-mark.cave-ayland@ilande.co.uk> <52F79A4B.5060404@suse.de> <52F79DB2.1000401@ilande.co.uk> <52F88BB4.7090408@redhat.com> In-Reply-To: <52F88BB4.7090408@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv2 1/2] sun4m: Add Sun CG3 framebuffer and corresponding OpenBIOS FCode ROM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Maydell , qemu-devel@nongnu.org, Blue Swirl , Bob Breuer , Anthony Liguori , =?ISO-8859-15?Q?Andreas_F=E4rber?= , Artyom Tarasenko On 10/02/14 08:20, Paolo Bonzini wrote: > Il 09/02/2014 16:24, Mark Cave-Ayland ha scritto: >> >> Alright I can change those for the next version of the patch. Does that >> mean the use of hex output is now a display option rather than a >> separate property type? > > "info qtree" will always print both decimal and hex. If I try that here then with the CG3 patch applied the prom_addr property is always just displayed in decimal...? Or have I missed something obvious here? (You can see the same in vanilla QEMU by changing the same property in hw/display/tcx.c from DEFINE_PROP_HEX64 to DEFINE_PROP_UINT64 and then running "info qtree" from qemu-system-sparc) ATB, Mark.