]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg/i386: add memory test to exercise softmmu
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 4 Mar 2019 19:32:41 +0000 (19:32 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Mar 2019 17:05:21 +0000 (17:05 +0000)
commit8a2af7a70c688750104df8abf0c3925f78bedd3e
tree6aaa1474cc1f41d77e54a6deefc9995d5855fee6
parent40d6ee9450b966f56a7df9874939b05f33040c74
tests/tcg/i386: add memory test to exercise softmmu

This is a simple test to check various access patterns to memory
including unaligned access.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/tcg/i386/system/memory.c [new file with mode: 0644]