From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48292 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJuXB-0002Jw-QW for qemu-devel@nongnu.org; Wed, 02 Jun 2010 16:27:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJuX4-0004mz-FX for qemu-devel@nongnu.org; Wed, 02 Jun 2010 16:27:29 -0400 Received: from mail-pz0-f199.google.com ([209.85.222.199]:35424) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJuX4-0004mZ-B1 for qemu-devel@nongnu.org; Wed, 02 Jun 2010 16:27:22 -0400 Received: by pzk37 with SMTP id 37so4527933pzk.27 for ; Wed, 02 Jun 2010 13:27:20 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20100601200434.5908.19495.stgit@skyserv> References: <20100601200434.5908.19495.stgit@skyserv> From: Blue Swirl Date: Wed, 2 Jun 2010 20:27:00 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH 0/8] sparc64 fixes Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Igor V. Kovalenko" Cc: qemu-devel@nongnu.org Thanks, applied all. On Tue, Jun 1, 2010 at 8:12 PM, Igor V. Kovalenko wrote: > assorted changes, linux kernel can now work with 32bit init task > > --- > > Igor V. Kovalenko (8): > =C2=A0 =C2=A0 =C2=A0sparc64: fix tag access register on mmu traps > =C2=A0 =C2=A0 =C2=A0sparc64: fix missing address masking > =C2=A0 =C2=A0 =C2=A0sparc64: fix 32bit load sign extension > =C2=A0 =C2=A0 =C2=A0sparc64: fix ldxfsr insn > =C2=A0 =C2=A0 =C2=A0sparc64: use symbolic name for MMU index > =C2=A0 =C2=A0 =C2=A0sparc64: improve ldf and stf insns > =C2=A0 =C2=A0 =C2=A0sparc64: fix udiv and sdiv insns > =C2=A0 =C2=A0 =C2=A0sparc64: fix umul and smul insns > > > =C2=A0softmmu_header.h =C2=A0 =C2=A0 =C2=A0 =C2=A0 | =C2=A0 =C2=A02 - > =C2=A0target-sparc/helper.c =C2=A0 =C2=A0| =C2=A0 =C2=A05 ++ > =C2=A0target-sparc/op_helper.c | =C2=A0107 ++++++++++++++++++++++++++++++= ++++++++++------ > =C2=A0target-sparc/translate.c | =C2=A0 65 ++++++++++++++++------------ > =C2=A04 files changed, 137 insertions(+), 42 deletions(-) > > -- > >