Re: [Xen-devel] [PATCH] xen/hvm: If we fail to fetch an HVM parameter print out which flag it is.

2012-11-05 Thread Ian Campbell
On Fri, 2012-11-02 at 16:37 +, Konrad Rzeszutek Wilk wrote: > Like this? Yup. Although I'm not sure if it really needs to be inlined. I guess it's not an especially performance sensitve path though. > > From 66705b0ff8808d86c12fcb3815d849a848b5409b Mon Sep 17 00:00:00 2001 > From: Konrad

Re: [Xen-devel] [PATCH] xen/hvm: If we fail to fetch an HVM parameter print out which flag it is.

2012-11-05 Thread Ian Campbell
On Fri, 2012-11-02 at 16:37 +, Konrad Rzeszutek Wilk wrote: Like this? Yup. Although I'm not sure if it really needs to be inlined. I guess it's not an especially performance sensitve path though. From 66705b0ff8808d86c12fcb3815d849a848b5409b Mon Sep 17 00:00:00 2001 From: Konrad

Re: [Xen-devel] [PATCH] xen/hvm: If we fail to fetch an HVM parameter print out which flag it is.

2012-11-02 Thread Konrad Rzeszutek Wilk
On Tue, Oct 23, 2012 at 10:22:18AM +0100, Ian Campbell wrote: > On Fri, 2012-10-19 at 20:03 +0100, Konrad Rzeszutek Wilk wrote: > > Makes it easier to troubleshoot in the field. > > > > Signed-off-by: Konrad Rzeszutek Wilk > > --- > > include/xen/hvm.h | 31 +-- > >

Re: [Xen-devel] [PATCH] xen/hvm: If we fail to fetch an HVM parameter print out which flag it is.

2012-11-02 Thread Konrad Rzeszutek Wilk
On Tue, Oct 23, 2012 at 10:22:18AM +0100, Ian Campbell wrote: On Fri, 2012-10-19 at 20:03 +0100, Konrad Rzeszutek Wilk wrote: Makes it easier to troubleshoot in the field. Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com --- include/xen/hvm.h | 31

Re: [Xen-devel] [PATCH] xen/hvm: If we fail to fetch an HVM parameter print out which flag it is.

2012-10-23 Thread Ian Campbell
On Fri, 2012-10-19 at 20:03 +0100, Konrad Rzeszutek Wilk wrote: > Makes it easier to troubleshoot in the field. > > Signed-off-by: Konrad Rzeszutek Wilk > --- > include/xen/hvm.h | 31 +-- > 1 files changed, 29 insertions(+), 2 deletions(-) > > diff --git

Re: [Xen-devel] [PATCH] xen/hvm: If we fail to fetch an HVM parameter print out which flag it is.

2012-10-23 Thread Ian Campbell
On Fri, 2012-10-19 at 20:03 +0100, Konrad Rzeszutek Wilk wrote: Makes it easier to troubleshoot in the field. Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com --- include/xen/hvm.h | 31 +-- 1 files changed, 29 insertions(+), 2 deletions(-) diff