From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36757 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCrPJ-0000th-26 for qemu-devel@nongnu.org; Mon, 01 Nov 2010 06:14:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCrPH-0003Qy-BW for qemu-devel@nongnu.org; Mon, 01 Nov 2010 06:14:28 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:32907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCrPH-0003QZ-7C for qemu-devel@nongnu.org; Mon, 01 Nov 2010 06:14:27 -0400 Received: by wyj26 with SMTP id 26so5628493wyj.4 for ; Mon, 01 Nov 2010 03:14:26 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4CCE92FE.2080408@redhat.com> Date: Mon, 01 Nov 2010 11:14:22 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1287781413-26723-1-git-send-email-weil@mail.berlios.de> <1287781413-26723-4-git-send-email-weil@mail.berlios.de> <4CCE66CC.3080205@mail.berlios.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 4/4] target-xxx: Use fprintf_function (format checking) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: TeLeMan Cc: Blue Swirl , QEMU Developers On 11/01/2010 10:50 AM, TeLeMan wrote: >>> I think this patch is not right. Outputting 64bits data is not >>> necessary on 32bits mode. >> >> Do you speak of 32 bit hosts or 32 bit targets? > > 32bit mode of x64 There is no such thing as a 32 bit host on x64, only 64-bit hosts that haven't turned on long mode. So printing 64 bits is correct for those. Paolo