[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3/3] xen/arch/arm: add XSM hook to HVMOP_{get, set}_param
Stefano, Tim, can you (n)ack this please. On Thu, 2013-01-31 at 09:16 +0000, Ian Campbell wrote: > 8<-------------------------------- > > From f2ec1f2cba7eab8d6c6c93378625379abe0e29bc Mon Sep 17 00:00:00 2001 > From: Ian Campbell <ian.campbell@xxxxxxxxxx> > Date: Thu, 31 Jan 2013 09:14:40 +0000 > Subject: [PATCH] xen: arm: fix build of hvm.c > > Add include of xsm/xsm.h to fix: > > hvm.c: In function 'do_hvm_op': hvm.c:37:9: error: implicit declaration of > function 'xsm_hvm_param' [-Werror=implicit-function-declaration] > hvm.c:37:9: error: nested extern declaration of 'xsm_hvm_param' > [-Werror=nested-externs] > hvm.c:37:28: error: 'XSM_TARGET' undeclared (first use in this function) > hvm.c:37:28: note: each undeclared identifier is reported only once for each > function it appears in > cc1: all warnings being treated as errors > > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > Cc: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> > Cc: Stefano Stabellini <stefano.stabellini@xxxxxxxxxx> > Cc: Tim Deegan <tim@xxxxxxx> > --- > xen/arch/arm/hvm.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/xen/arch/arm/hvm.c b/xen/arch/arm/hvm.c > index 63ac793..471c4cd 100644 > --- a/xen/arch/arm/hvm.c > +++ b/xen/arch/arm/hvm.c > @@ -5,6 +5,8 @@ > #include <xen/guest_access.h> > #include <xen/sched.h> > > +#include <xsm/xsm.h> > + > #include <public/xen.h> > #include <public/hvm/params.h> > #include <public/hvm/hvm_op.h> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |