From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFNjA-0004TG-3v for qemu-devel@nongnu.org; Mon, 17 Feb 2014 07:55:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFNj3-0001MV-Tc for qemu-devel@nongnu.org; Mon, 17 Feb 2014 07:55:16 -0500 Received: from mx3-phx2.redhat.com ([209.132.183.24]:33694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFNj3-0001MM-Jt for qemu-devel@nongnu.org; Mon, 17 Feb 2014 07:55:09 -0500 Date: Mon, 17 Feb 2014 07:54:54 -0500 (EST) From: Paolo Bonzini Message-ID: <196479450.4634066.1392641694636.JavaMail.zimbra@redhat.com> In-Reply-To: <530203DA.1020007@ilande.co.uk> 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> <530203DA.1020007@ilande.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: Mark Cave-Ayland Cc: Peter Maydell , qemu-devel@nongnu.org, Blue Swirl , Bob Breuer , Anthony Liguori , Andreas =?utf-8?Q?F=C3=A4rber?= , Artyom Tarasenko > > "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? Grammar sucks. :) It *will* always print both decimal and hex once HEX64 is gone. It doesn't yet; right now, the exact printed format depends on UINT64 vs. HEX64 as you found out. But it's still easier for you to use UINT64 and avoid future conflicts. Paolo