Re: [Xen-devel] [PATCH v6 00/31] Add ITS support

2015-09-14 Thread Vijay Kilari
On Mon, Sep 14, 2015 at 4:39 PM, Julien Grall wrote: > Hi Vijay, > > On 14/09/15 12:00, Vijay Kilari wrote: >> I will take care of A & B in next revision. >> >> Is there any further comments on this series?. I have not received >> any comments on last few patches (patch #25 to patch#30). > > I hav

Re: [Xen-devel] [PATCH v6 00/31] Add ITS support

2015-09-14 Thread Julien Grall
Hi Vijay, On 14/09/15 12:00, Vijay Kilari wrote: > I will take care of A & B in next revision. > > Is there any further comments on this series?. I have not received > any comments on last few patches (patch #25 to patch#30). I haven't commented the rest of the series because I'm expecting to se

Re: [Xen-devel] [PATCH v6 00/31] Add ITS support

2015-09-14 Thread Vijay Kilari
On Wed, Sep 9, 2015 at 8:59 PM, Ian Campbell wrote: > On Mon, 2015-08-31 at 16:36 +0530, vijay.kil...@gmail.com wrote: >> Some Major TODOs: >>1) Avoid making vits_process_cmd() static in later point of time >>2) How to handle LPI that does not have LPI config table entry. >>3) Enable/

Re: [Xen-devel] [PATCH v6 00/31] Add ITS support

2015-09-09 Thread Ian Campbell
On Mon, 2015-08-31 at 16:36 +0530, vijay.kil...@gmail.com wrote: > Some Major TODOs: >1) Avoid making vits_process_cmd() static in later point of time >2) How to handle LPI that does not have LPI config table entry. >3) Enable/disable ITS to Dom0 I'm not quite sure what any of these 3

Re: [Xen-devel] [PATCH v6 00/31] Add ITS support

2015-09-03 Thread Julien Grall
Hi Vijay, On 31/08/15 12:06, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > This is based on DraftG version > http://xenbits.xen.org/people/ianc/vits/draftG.pdf > > Following major features are supported > - GICv3 ITS support for arm64 platform > - Only Dom0 is supported. For DomU p

Re: [Xen-devel] [PATCH v6 00/31] Add ITS support

2015-09-02 Thread Ian Campbell
On Wed, 2015-09-02 at 16:38 +0100, Ian Campbell wrote: > > > > Changes in v6: > > > > - Rebased to latest staging branch. > > - Compiled all the patches individually for both arm32 and arm64 > > - Split the patch "xen/arm: ITS: Allocate irq descriptors for LPIs" > > into > > two. > >One

Re: [Xen-devel] [PATCH v6 00/31] Add ITS support

2015-09-02 Thread Ian Campbell
> Changes in v6: > > - Rebased to latest staging branch. > - Compiled all the patches individually for both arm32 and arm64 > - Split the patch "xen/arm: ITS: Allocate irq descriptors for LPIs" into > two. >One for allocating LPI irq_desc and other patch for allocating > pending_irq desc

[Xen-devel] [PATCH v6 00/31] Add ITS support

2015-08-31 Thread vijay . kilari
From: Vijaya Kumar K This is based on DraftG version http://xenbits.xen.org/people/ianc/vits/draftG.pdf Following major features are supported - GICv3 ITS support for arm64 platform - Only Dom0 is supported. For DomU pci passthrough feature is required. Patches shared @ https://github.com/