From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33002 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJXp5-0000ab-Sm for qemu-devel@nongnu.org; Tue, 01 Jun 2010 16:12:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJXoz-0006OD-K9 for qemu-devel@nongnu.org; Tue, 01 Jun 2010 16:12:27 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:34677) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJXoz-0006Nu-Fd for qemu-devel@nongnu.org; Tue, 01 Jun 2010 16:12:21 -0400 Received: by fxm17 with SMTP id 17so4227877fxm.4 for ; Tue, 01 Jun 2010 13:12:19 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=[192.168.1.2]) by skyserv with esmtp (Exim 4.71) (envelope-from ) id 1OJXov-0001al-7Q for qemu-devel@nongnu.org; Wed, 02 Jun 2010 00:12:17 +0400 From: "Igor V. Kovalenko" Date: Wed, 02 Jun 2010 00:12:17 +0400 Message-ID: <20100601200434.5908.19495.stgit@skyserv> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/8] sparc64 fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org assorted changes, linux kernel can now work with 32bit init task --- Igor V. Kovalenko (8): sparc64: fix tag access register on mmu traps sparc64: fix missing address masking sparc64: fix 32bit load sign extension sparc64: fix ldxfsr insn sparc64: use symbolic name for MMU index sparc64: improve ldf and stf insns sparc64: fix udiv and sdiv insns sparc64: fix umul and smul insns softmmu_header.h | 2 - target-sparc/helper.c | 5 ++ target-sparc/op_helper.c | 107 ++++++++++++++++++++++++++++++++++++++++------ target-sparc/translate.c | 65 ++++++++++++++++------------ 4 files changed, 137 insertions(+), 42 deletions(-) --