Re: [Xen-devel] [RFC PATCH v3 00/18] Add ITS support

2015-06-29 Thread Ian Campbell
On Mon, 2015-06-22 at 17:31 +0530, vijay.kil...@gmail.com wrote: > Vijaya Kumar K (18): > xen/arm: Add bitmap_find_next_zero_area helper function > xen: Add log2 functionality > xen: console: Add ratelimit support for error message > xen/arm: gicv3: Refactor redistributor information > xe

Re: [Xen-devel] [RFC PATCH v3 00/18] Add ITS support

2015-06-24 Thread Ian Campbell
On Mon, 2015-06-22 at 17:31 +0530, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > This is based on DraftF version > http://xenbits.xen.org/people/ianc/vits/draftF.pdf I had some local edits due to comments made on IRC and in response to questions you asked while implementing etc. It's

Re: [Xen-devel] [RFC PATCH v3 00/18] Add ITS support

2015-06-22 Thread Ian Campbell
On Mon, 2015-06-22 at 14:52 +0100, Julien Grall wrote: > Hi Vijay, > > On 22/06/15 13:01, vijay.kil...@gmail.com wrote: > > From: Vijaya Kumar K > > > > This is based on DraftF version > > http://xenbits.xen.org/people/ianc/vits/draftF.pdf > > > > Following major features are supported > > -

Re: [Xen-devel] [RFC PATCH v3 00/18] Add ITS support

2015-06-22 Thread Julien Grall
Hi Vijay, On 22/06/15 13:01, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > This is based on DraftF version > http://xenbits.xen.org/people/ianc/vits/draftF.pdf > > Following major features are supported > - GICv3 ITS support for arm64 platform > - Only Dom0 is supported > > Basic

[Xen-devel] [RFC PATCH v3 00/18] Add ITS support

2015-06-22 Thread vijay . kilari
From: Vijaya Kumar K This is based on DraftF version http://xenbits.xen.org/people/ianc/vits/draftF.pdf Following major features are supported - GICv3 ITS support for arm64 platform - Only Dom0 is supported Basic boot is tested with single ITS node with hacks in pci driver. All Comments from