Displaying 1 result from an estimated 1 matches for "d94644c".
Did you mean:
d24644
2012 Sep 04
2
[PATCH] valgrind: Support for ioctls used by Xen toolstack processes.
...i-xen.h | 8 +
10 files changed, 1229 insertions(+), 3 deletions(-)
create mode 100644 coregrind/m_syswrap/priv_syswrap-xen.h
create mode 100644 coregrind/m_syswrap/syswrap-xen.c
create mode 100644 include/vki/vki-xen.h
diff --git a/configure.in b/configure.in
index b385aed..d94644c 100644
--- a/configure.in
+++ b/configure.in
@@ -2012,6 +2012,25 @@ AC_ARG_WITH(mpicc,
)
AC_SUBST(MPI_CC)
+#----------------------------------------------------------------------------
+# Xen checks
+#----------------------------------------------------------------------------
+AC_ARG_ENABLE(xe...