commit | 661f7fa4b088f2734050a751dd9d1d836b49e981 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Mar 14 22:24:57 2014 -0400 |
committer | Richard Henderson <rth@redhat.com> | Wed Apr 16 12:12:32 2014 -0400 |
tree | 94e0c8058361948716e71922bceedfd5243b00df | |
parent | 851627352c52b5beebf119785885391fa05a44c5 [diff] |
tcg-aarch64: Properly detect SIGSEGV writes Since the kernel doesn't pass any info on the reason for the fault, disassemble the instruction to detect a store. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com> Signed-off-by: Richard Henderson <rth@twiddle.net>