Re: [PATCH v3 0/8] GICv3 LPI and ITS feature implementation

2021-06-02 Thread Shashi Mallela
This is due to missing IORT acpi data,applicable with latest ITS changes. Will be sharing a separate review with new files. On May 18 2021, at 10:46 am, Peter Maydell wrote: > On Fri, 30 Apr 2021 at 00:42, Shashi Mallela > wrote: > > > > This patchset implements qemu device model for enabling p

Re: [PATCH v3 0/8] GICv3 LPI and ITS feature implementation

2021-05-26 Thread shashi . mallela
Have identified the cause of slow down and redesigned the code to scan LPI pending table and config table right after lpi pending state changes(SET/RESET) through gicv3_redist_update_lpi() call to determine the highest priority lpi among the active lpis and save the details.The high priority interr

Re: [PATCH v3 0/8] GICv3 LPI and ITS feature implementation

2021-05-25 Thread Alex Bennée
Alex Bennée writes: > Shashi Mallela writes: > >> This patchset implements qemu device model for enabling physical >> LPI support and ITS functionality in GIC as per GICv3 specification. >> Both flat table and 2 level tables are implemented.The ITS commands >> for adding/deleting ITS table ent

Re: [PATCH v3 0/8] GICv3 LPI and ITS feature implementation

2021-05-25 Thread Alex Bennée
Shashi Mallela writes: > This patchset implements qemu device model for enabling physical > LPI support and ITS functionality in GIC as per GICv3 specification. > Both flat table and 2 level tables are implemented.The ITS commands > for adding/deleting ITS table entries,trigerring LPI interrupt

Re: [PATCH v3 0/8] GICv3 LPI and ITS feature implementation

2021-05-18 Thread Peter Maydell
On Fri, 30 Apr 2021 at 00:42, Shashi Mallela wrote: > > This patchset implements qemu device model for enabling physical > LPI support and ITS functionality in GIC as per GICv3 specification. > Both flat table and 2 level tables are implemented.The ITS commands > for adding/deleting ITS table entr

Re: [PATCH v3 0/8] GICv3 LPI and ITS feature implementation

2021-05-18 Thread Peter Maydell
On Fri, 30 Apr 2021 at 00:42, Shashi Mallela wrote: > > This patchset implements qemu device model for enabling physical > LPI support and ITS functionality in GIC as per GICv3 specification. > Both flat table and 2 level tables are implemented.The ITS commands > for adding/deleting ITS table entr

[PATCH v3 0/8] GICv3 LPI and ITS feature implementation

2021-04-29 Thread Shashi Mallela
This patchset implements qemu device model for enabling physical LPI support and ITS functionality in GIC as per GICv3 specification. Both flat table and 2 level tables are implemented.The ITS commands for adding/deleting ITS table entries,trigerring LPI interrupts are implemented.Translated LPI in