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
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
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
> > -
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
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