From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwHbK-0008WD-HE for qemu-devel@nongnu.org; Sat, 23 May 2015 18:09:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwHbH-0005Qx-CO for qemu-devel@nongnu.org; Sat, 23 May 2015 18:09:02 -0400 Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]:36544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwHbH-0005Qt-5I for qemu-devel@nongnu.org; Sat, 23 May 2015 18:08:59 -0400 Received: by pdfh10 with SMTP id h10so44143669pdf.3 for ; Sat, 23 May 2015 15:08:58 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Sat, 23 May 2015 15:06:52 -0700 Message-Id: <1432418814-7438-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/2] sh4 linux-user cpu and hwcap List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: riku.voipio@iki.fi, dalias@libc.org, aurelien@aurel32.net As reported by Rich the other day. As I don't have a user-land binary that depends on this, I merely note that it still runs the linux-user-test sh4 binary. And gdb confirms that the LLSC bit does get set. Rich, can you confirm that this is good enough for your musl test? r~ Richard Henderson (2): linux-user: Default sh4 to sh7785 linux-user: Add HWCAP for SH4 linux-user/elfload.c | 29 +++++++++++++++++++++++++++++ linux-user/main.c | 2 ++ 2 files changed, 31 insertions(+) -- 2.1.0