From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56372 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODRRz-0008VZ-St for qemu-devel@nongnu.org; Sat, 15 May 2010 20:11:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODRRy-0000QE-AL for qemu-devel@nongnu.org; Sat, 15 May 2010 20:11:23 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:34573) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODRRy-0000Q7-4M for qemu-devel@nongnu.org; Sat, 15 May 2010 20:11:22 -0400 Received: by fxm9 with SMTP id 9so2525765fxm.4 for ; Sat, 15 May 2010 17:11:20 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=[192.168.1.2]) by skyserv with esmtp (Exim 4.71) (envelope-from ) id 1ODRRu-0002Gc-Rw for qemu-devel@nongnu.org; Sun, 16 May 2010 04:11:18 +0400 From: "Igor V. Kovalenko" Date: Sun, 16 May 2010 04:11:18 +0400 Message-ID: <20100516000710.8600.84282.stgit@skyserv> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/2] fix HelenOS illegal instruction issue on sparc64 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following series fix a couple of typos in sparc target which cause illegal instruction issue booting HelenOS on sparc64. --- Igor V. Kovalenko (2): sparc64: fix mmu demap operand typo sparc64: fix TT_WOTHER value target-sparc/cpu.h | 2 +- target-sparc/op_helper.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -- Kind regards, Igor V. Kovalenko