Re: [Xen-devel] [PATCH v3 15/23] xsplice: Print build_id in keyhandler.

2016-02-16 Thread Andrew Cooper
On 12/02/16 18:05, Konrad Rzeszutek Wilk wrote: > As it should be an useful debug mechanism. > > Signed-off-by: Konrad Rzeszutek Wilk > --- > xen/common/xsplice.c | 18 +- > 1 file changed, 17 insertions(+), 1 deletion(-) > > diff --git a/xen/common/xsplice.c b/xen/common/xsplice.

[Xen-devel] [PATCH v3 15/23] xsplice: Print build_id in keyhandler.

2016-02-12 Thread Konrad Rzeszutek Wilk
As it should be an useful debug mechanism. Signed-off-by: Konrad Rzeszutek Wilk --- xen/common/xsplice.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/xen/common/xsplice.c b/xen/common/xsplice.c index 65b1f11..34719fc 100644 --- a/xen/common/xsplice.c +++