Re: [Xen-devel] [PATCH 03/14] libxc: xc_core_arch_memory_map_get populate errno

2015-03-18 Thread Ian Campbell
On Mon, 2015-03-16 at 11:39 -0400, Konrad Rzeszutek Wilk wrote: with proper value (ENOMEM) when reporting failures. Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com --- [v1: errno before using PERROR] --- tools/libxc/xc_core_arm.c | 1 + tools/libxc/xc_core_x86.c | 1 + 2

[Xen-devel] [PATCH 03/14] libxc: xc_core_arch_memory_map_get populate errno

2015-03-16 Thread Konrad Rzeszutek Wilk
with proper value (ENOMEM) when reporting failures. Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com --- [v1: errno before using PERROR] --- tools/libxc/xc_core_arm.c | 1 + tools/libxc/xc_core_x86.c | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/libxc/xc_core_arm.c