Re: [PATCH v4 4/8] hw/intc: GICv3 ITS Command processing

2021-06-28 Thread shashi . mallela
Hi Eric, Have taken care of the pending & latest "process_int" comment(below) by renaming it to process_its_cmd to keep it more generic since it is also handles other ITS commands and interrupt trigger both by INT command as well as GITS_TRANSLATER write.Have added comments for this function as

Re: [PATCH v4 4/8] hw/intc: GICv3 ITS Command processing

2021-06-21 Thread Eric Auger
On 6/16/21 11:02 PM, shashi.mall...@linaro.org wrote: > Hi Eric, > > Please find my responses inline (below):- > > On Sun, 2021-06-13 at 17:55 +0200, Eric Auger wrote: >> Hi Shashi, >> >> On 6/2/21 8:00 PM, Shashi Mallela wrote: >>> Added ITS command queue handling for MAPTI,MAPI

Re: [PATCH v4 4/8] hw/intc: GICv3 ITS Command processing

2021-06-16 Thread shashi . mallela
Hi Eric, Please find my responses inline (below):- On Sun, 2021-06-13 at 17:55 +0200, Eric Auger wrote: > Hi Shashi, > > On 6/2/21 8:00 PM, Shashi Mallela wrote: > > Added ITS command queue handling for MAPTI,MAPI commands,handled > > ITS > > translation which triggers an LPI via INT command as

Re: [PATCH v4 4/8] hw/intc: GICv3 ITS Command processing

2021-06-13 Thread Eric Auger
Hi Shashi, On 6/2/21 8:00 PM, Shashi Mallela wrote: > Added ITS command queue handling for MAPTI,MAPI commands,handled ITS > translation which triggers an LPI via INT command as well as write > to GITS_TRANSLATER register,defined enum to differentiate between ITS > command interrupt trigger and

Re: [PATCH v4 4/8] hw/intc: GICv3 ITS Command processing

2021-06-08 Thread Peter Maydell
On Wed, 2 Jun 2021 at 19:00, Shashi Mallela wrote: > > Added ITS command queue handling for MAPTI,MAPI commands,handled ITS > translation which triggers an LPI via INT command as well as write > to GITS_TRANSLATER register,defined enum to differentiate between ITS > command interrupt trigger and

[PATCH v4 4/8] hw/intc: GICv3 ITS Command processing

2021-06-02 Thread Shashi Mallela
Added ITS command queue handling for MAPTI,MAPI commands,handled ITS translation which triggers an LPI via INT command as well as write to GITS_TRANSLATER register,defined enum to differentiate between ITS command interrupt trigger and GITS_TRANSLATER based interrupt trigger. Each of these