search for: xc_memory_chunk_t

Displaying 1 result from an estimated 1 matches for "xc_memory_chunk_t".

2006 Sep 29
4
[PATCH 4/6] xen: export NUMA topology in physinfo hcall
...en/acm.h> #include <xen/acm_ops.h> +#include <xen/numa_structs.h> #ifdef __ia64__ #define XC_PAGE_SHIFT 14 @@ -387,6 +388,8 @@ int xc_readconsolering(int xc_handle, int clear); typedef xen_sysctl_physinfo_t xc_physinfo_t; +typedef node_data_t xc_memory_chunk_t; +typedef uint64_t xc_node_to_cpu_t; int xc_physinfo(int xc_handle, xc_physinfo_t *info); diff -r 6f3c6fb05af3 tools/python/xen/lowlevel/xc/xc.c --- a/tools/python/xen/lowlevel/xc/xc.c Mon Sep 11 13:45:23 2006 -0500 +++ b/tools/python/xen/lowlevel/xc/xc.c Sat Sep 16 08:17:13 200...