From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51797 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKAK0-00046Z-VX for qemu-devel@nongnu.org; Thu, 03 Jun 2010 09:18:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKAJz-0000uC-Iv for qemu-devel@nongnu.org; Thu, 03 Jun 2010 09:18:56 -0400 Received: from mail-ww0-f45.google.com ([74.125.82.45]:62577) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKAJz-0000u1-ED for qemu-devel@nongnu.org; Thu, 03 Jun 2010 09:18:55 -0400 Received: by wwb13 with SMTP id 13so67809wwb.4 for ; Thu, 03 Jun 2010 06:18:54 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C07ABBA.7060909@redhat.com> Date: Thu, 03 Jun 2010 15:18:50 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20100601200434.5908.19495.stgit@skyserv> <20100601201232.5908.51923.stgit@skyserv> In-Reply-To: <20100601201232.5908.51923.stgit@skyserv> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 3/8] sparc64: fix 32bit load sign extension List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Igor V. Kovalenko" Cc: Blue Swirl , qemu-devel@nongnu.org, Alexander Graf On 06/01/2010 10:12 PM, Igor V. Kovalenko wrote: > From: Igor V. Kovalenko > > - change return type of ldl_* to uint32_t to prevent unwanted sign extension > visible in sparc64 load alternate address space methods > - note this change makes ldl_* softmmu implementations match ldl_phys one This patch breaks -kernel/-initrd. Paolo