]> git.proxmox.com Git - mirror_qemu.git/commit
target-xtensa: add basic tests for cache opcodes
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 11 Feb 2014 08:22:19 +0000 (12:22 +0400)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 24 Feb 2014 00:47:02 +0000 (04:47 +0400)
commit2c09eee112677c64a5e060eb9d491981843d7531
tree7c3d6784b2194af380dc3331fafdc6c1dc3eb343
parenta2e67072b7c3b2abf70d0a11918723a5dd841a05
target-xtensa: add basic tests for cache opcodes

Test that non-locking prefetch operations don't cause exceptions on
missing TLB and that other 'hit' cache operations do.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
tests/tcg/xtensa/Makefile
tests/tcg/xtensa/test_cache.S [new file with mode: 0644]