Displaying 2 results from an estimated 2 matches for "do_dom_mem_op".
2005 Jun 29
0
[PATCH] fix xc_domain_memory_increase_reservation return value
in xc_domain_memory_increase_reservation, when do_dom_mem_op return 0,
it shall also return -1,I met this problem when I try to allocate
domain memory.
Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
diff -Nru a/tools/libxc/xc_domain.c b/tools/libxc/xc_domain.c
--- a/tools/libxc/xc_domain.c 2005-06-29 17:16:11 +08:00
+++ b/tools/libxc/xc_do...
2005 Aug 27
1
problems getting xen going on FC4
...39;':
xc_private.h:76: `privcmd_hypercall_t'' undeclared (first use in this function)
xc_private.h:76: syntax error before "hypercall"
xc_private.h:80: `hypercall'' undeclared (first use in this function)
In file included from xc_atropos.c:9:
xc_private.h: In function `do_dom_mem_op'':
xc_private.h:118: `privcmd_hypercall_t'' undeclared (first use in this function)
xc_private.h:118: syntax error before "hypercall"
xc_private.h:121: `hypercall'' undeclared (first use in this function)
xc_private.h: At top level:
xc_private.h:194: syntax error b...