search for: 6f3c6fb05af3

Displaying 1 result from an estimated 1 matches for "6f3c6fb05af3".

2006 Sep 29
4
[PATCH 4/6] xen: export NUMA topology in physinfo hcall
...| 1 xen/include/public/sysctl.h | 3 xen/include/xen/numa.h | 7 - 14 files changed, 231 insertions(+), 22 deletions(-) Signed-off-by: Ryan Harper <ryanh@us.ibm.com> --- Export NUMA topology in physinfo hcall diff -r 6f3c6fb05af3 tools/libxc/xc_misc.c --- a/tools/libxc/xc_misc.c Mon Sep 11 13:45:23 2006 -0500 +++ b/tools/libxc/xc_misc.c Mon Sep 11 13:45:23 2006 -0500 @@ -39,6 +39,10 @@ int xc_physinfo(int xc_handle, DECLARE_SYSCTL; sysctl.cmd = XEN_SYSCTL_physinfo; + + /* set pointers to caller''s so...