Re: [Qemu-devel] [PATCH 1/2] target-mips: Add synci instruction test

2014-09-10 Thread Yongbok Kim
; Dongxue Zhang; aurel...@aurel32.net Subject: [Qemu-devel] [PATCH 1/2] target-mips: Add synci instruction test Save code with sw and raise synci. The saved code should be raise. If the code raised, log 'test passed'. If the code not raised, log 'test failed, the copied instruction

[Qemu-devel] [PATCH 1/2] target-mips: Add synci instruction test

2014-07-29 Thread Dongxue Zhang
Save code with sw and raise synci. The saved code should be raise. If the code raised, log 'test passed'. If the code not raised, log 'test failed, the copied instruction not run'. Other cases, log 'unhandled'. The test should log 'test passed'. Signed-off-by: Dongxue Zhang --- tests/tcg/mips/