[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 11/16] xen: arm: Add debug keyhandler to dump the physical GIC state.
On Wed, 2013-11-20 at 19:17 +0000, Stefano Stabellini wrote: > On Wed, 20 Nov 2013, Ian Campbell wrote: > > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > > --- > > xen/arch/arm/gic.c | 75 > > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 75 insertions(+) > > > > diff --git a/xen/arch/arm/gic.c b/xen/arch/arm/gic.c > > index ab49106..185a6b8 100644 > > --- a/xen/arch/arm/gic.c > > +++ b/xen/arch/arm/gic.c > > @@ -28,6 +28,7 @@ > > #include <xen/softirq.h> > > #include <xen/list.h> > > #include <xen/device_tree.h> > > +#include <xen/keyhandler.h> > > #include <asm/p2m.h> > > #include <asm/domain.h> > > > > @@ -385,6 +386,77 @@ int gic_irq_xlate(const u32 *intspec, unsigned int > > intsize, > > return 0; > > } > > > > + > > +static void do_dump_gic(unsigned char key) > > It might be worth renaming the current gic_dump_info to > gic_dump_info_guest to avoid confusions. Done although based on Julien's comments about SGI/PPI printing I'm considering putting this patch to one side for the time being. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |