mem_access test tool: xen-access
authorJoe Epstein <jepstein98@gmail.com>
Sat, 8 Jan 2011 11:06:18 +0000 (11:06 +0000)
committerJoe Epstein <jepstein98@gmail.com>
Sat, 8 Jan 2011 11:06:18 +0000 (11:06 +0000)
commitcc8ad39c1f50ed38cbeef079f1cf0dda63135753
tree57e31aa38e893474306a2b29b0340b03f25e0aa7
parente7803f184a6170727b7f52ff67bc6265a3591da7
mem_access test tool: xen-access

Added a test tool to let the memory access APIs be tested.  This tool
logs to stdout the memory accesses that the domain given is performing.

Signed-off-by: Joe Epstein <jepstein98@gmail.com>
Signed-off-by: Keir Fraser <keir@xen.org>
tools/tests/xen-access/Makefile [new file with mode: 0644]
tools/tests/xen-access/xen-access.c [new file with mode: 0644]