Currently, xen might allocate memory from other nodes (if allocation from requested node fails) even if the memflags specifies a node. For initial memory allocation and certain other purposes, stricter semantics are needed. The patch implements exact_node_request flag for this. -dulloor Signed-off-by: Dulloor Rao