Re: [Xen-devel] [PATCH v7 08/28] xen/arm: ITS: Add APIs to add and assign device

2015-09-22 Thread Julien Grall
On 22/09/15 08:33, Vijay Kilari wrote: > On Mon, Sep 21, 2015 at 7:17 PM, Julien Grall wrote: >> On 18/09/15 14:08, vijay.kil...@gmail.com wrote: >>> From: Vijaya Kumar K >>> >>> Add APIs to add devices to RB-tree, assign and remove >>> devices to domain. >>> > [...] >>> + >>> +static void its_fr

Re: [Xen-devel] [PATCH v7 08/28] xen/arm: ITS: Add APIs to add and assign device

2015-09-22 Thread Vijay Kilari
On Mon, Sep 21, 2015 at 7:17 PM, Julien Grall wrote: > Hi Vijay, > > On 18/09/15 14:08, vijay.kil...@gmail.com wrote: >> From: Vijaya Kumar K >> >> Add APIs to add devices to RB-tree, assign and remove >> devices to domain. >> [...] >> + >> +static void its_free_device(struct its_device *dev) >>

Re: [Xen-devel] [PATCH v7 08/28] xen/arm: ITS: Add APIs to add and assign device

2015-09-21 Thread Julien Grall
Hi Vijay, On 18/09/15 14:08, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > Add APIs to add devices to RB-tree, assign and remove > devices to domain. > > Signed-off-by: Vijaya Kumar K > --- > v7: - Added check for domain in its_assign_device() to avoid > assigning device to Do

[Xen-devel] [PATCH v7 08/28] xen/arm: ITS: Add APIs to add and assign device

2015-09-18 Thread vijay . kilari
From: Vijaya Kumar K Add APIs to add devices to RB-tree, assign and remove devices to domain. Signed-off-by: Vijaya Kumar K --- v7: - Added check for domain in its_assign_device() to avoid assigning device to DomU - Added comments whereever requested - Called its_remove_device to