summaryrefslogtreecommitdiffstats
path: root/hw/intc/arm_gicv3_its.c
Commit message (Expand)AuthorAgeFilesLines
...
* hw/intc/arm_gicv3_its: Fix return codes in process_mapti()Peter Maydell2022-01-201-15/+13Star
* hw/intc/arm_gicv3_its: Refactor process_its_cmd() to reduce nestingPeter Maydell2022-01-201-50/+47Star
* hw/intc/arm_gicv3_its: Fix return codes in process_its_cmd()Peter Maydell2022-01-201-11/+11
* hw/intc/arm_gicv3_its: Use enum for return value of process_* functionsPeter Maydell2022-01-201-21/+38
* hw/intc/arm_gicv3_its: Don't use data if reading command failedPeter Maydell2022-01-201-1/+6
* hw/intc/arm_gicv3_its: Fix handling of process_its_cmd() return valuePeter Maydell2022-01-201-2/+2
* hw/intc/arm_gicv3_its: Convert int ID check to num_intids conventionPeter Maydell2022-01-201-3/+3
* hw/intc/arm_gicv3_its: Fix event ID bounds checksPeter Maydell2022-01-201-8/+10
* hw/intc/arm_gicv3_its: Rename max_l2_entries to num_l2_entriesPeter Maydell2022-01-071-12/+12
* hw/intc/arm_gicv3_its: Fix various off-by-one errorsPeter Maydell2022-01-071-13/+13
* hw/intc/arm_gicv3_its: Use FIELD macros for CTEsPeter Maydell2022-01-071-3/+4
* hw/intc/arm_gicv3_its: Use FIELD macros for DTEsPeter Maydell2022-01-071-11/+9Star
* hw/intc/arm_gicv3_its: Correct handling of MAPIPeter Maydell2022-01-071-11/+7Star
* hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL definePeter Maydell2022-01-071-17/+13Star
* hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_szPeter Maydell2022-01-071-1/+1
* hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params()Peter Maydell2022-01-071-57/+40Star
* hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loopPeter Maydell2022-01-071-2/+2
* hw/intc/arm_gicv3_its: Remove maxids union from TableDescPeter Maydell2022-01-071-10/+10
* hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED definePeter Maydell2022-01-071-10/+10
* hw/intc/arm_gicv3_its: Correct off-by-one bounds check on rdbasePeter Maydell2022-01-071-2/+2
* hw/intc: clean-up error reporting for failed ITS cmdAlex Bennée2021-12-151-12/+27
* hw/intc: cannot clear GICv3 ITS CTLR[Enabled] bitShashi Mallela2021-11-261-3/+4
* hw/intc: GICv3 redistributor ITS processingShashi Mallela2021-09-131-0/+23
* hw/intc: GICv3 ITS Command processingShashi Mallela2021-09-131-1/+364
* hw/intc: GICv3 ITS command queue frameworkShashi Mallela2021-09-131-0/+319
* hw/intc: GICv3 ITS register definitions addedShashi Mallela2021-09-131-0/+376
* hw/intc: GICv3 ITS initial frameworkShashi Mallela2021-09-131-0/+241