Displaying 5 results from an estimated 5 matches for "chegger".
2013 May 14
5
tools/libxl: fix compilation and link errors on NetBSD
commit cad172d7b88bd443c81d865051297875ce2551bc
Author: Christoph Egger <chegger@amazon.de>
Date: Thu Feb 7 14:42:29 2013 +0000
tools/libxl: fix compilation and link errors on NetBSD
- Fix testidl link error that libyajl is not found
- Make linking of xl and testidl consistent
- fix error: array subscript has type ''char''
Sig...
2016 Jan 22
2
Bug#812166: [PATCH] x86/mce: fix misleading indentation in init_nonfatal_mce_checker().
...t the use of Xen style for
this line is the root cause of the wanring) so use tabs and while
there remove the whitespace inside the if as Linux does.
[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812166
Signed-off-by: Ian Campbell <ian.campbell at citrix.com>
Cc: Christoph Egger <chegger at amazon.de>
Cc: Liu Jinsong <jinsong.liu at alibaba-inc.com>
---
xen/arch/x86/cpu/mcheck/non-fatal.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xen/arch/x86/cpu/mcheck/non-fatal.c b/xen/arch/x86/cpu/mcheck/non-fatal.c
index 526864e..8cd6635 100644
--- a/xen/...
2013 May 14
7
tools/misc/xencov.c: build failure on NetBSD
Hi,
tools/misc/xencov.c fails to build.
NetBSD does not have MAP_LOCKED.
Christoph
2013 Apr 22
2
[PATCH] tools/xenbackendd: make 'gmake clean' properly cleaning
tools/xenbackendd: properly cleanup
Do not leave builds on gmake clean.
Signed-off-by: Christoph Egger <chegger@amazon.de>
diff --git a/tools/xenbackendd/Makefile b/tools/xenbackendd/Makefile
index 8374ad3..31e5c62 100644
--- a/tools/xenbackendd/Makefile
+++ b/tools/xenbackendd/Makefile
@@ -30,7 +30,7 @@ install: build
.PHONY: clean
clean:
- rm -f $(DEPS)
+ $(RM) *.a *.so *.o $(DEPS) xenbackendd
x...
2016 Jan 22
0
Bug#812166: [PATCH] x86/mce: fix misleading indentation in init_nonfatal_mce_checker().
...his line is the root cause of the wanring) so use tabs and while
> there remove the whitespace inside the if as Linux does.
>
> [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812166
>
> Signed-off-by: Ian Campbell <ian.campbell at citrix.com>
> Cc: Christoph Egger <chegger at amazon.de>
> Cc: Liu Jinsong <jinsong.liu at alibaba-inc.com>
Reviewed-by: Andrew Cooper <andrew.cooper3 at citrix.com>