]> xenbits.xensource.com Git - xen.git/commit
tools: Move xen-access from tests/ to misc/
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 12 Jan 2021 18:37:53 +0000 (18:37 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 13 Jan 2021 19:30:50 +0000 (19:30 +0000)
commit2de267435687b9ee73f9a89213d13d647ba01689
tree8893512eba3e69bb701559d0c25b174e624f38b9
parentec6c5d39982f230851278a2512e04bad6397f6ce
tools: Move xen-access from tests/ to misc/

xen-access is a tool for a human to use, rather than a test.  Move it
into misc/ as a more appropriate location to live.

Move the -DXC_WANT_COMPAT_DEVICEMODEL_API from CFLAGS into xen-access.c itself
to avoid adding Makefile complexity.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Tamas K Lengyel <tamas@tklengyel.com>
.gitignore
MAINTAINERS
tools/misc/.gitignore
tools/misc/Makefile
tools/misc/xen-access.c [new file with mode: 0644]
tools/tests/Makefile
tools/tests/xen-access/Makefile [deleted file]
tools/tests/xen-access/xen-access.c [deleted file]