On Sat, May 23, 2015 at 03:06:52PM -0700, Richard Henderson wrote: > 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?
I haven't had a chance to build qemu from source with them applied, but in principle they look correct, and they should be fine as long as they do what they claim to (changing cpu default for user, and adding hwcap with the LLSC cap set). Rich