index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
arm_gicv3_its.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
1
-2
/
+2
2023-09-29
hw/intc/arm_gicv3_its: Avoid shadowing variable in do_process_its_cmd()
Peter Maydell
1
-3
/
+3
2023-09-08
hw/intc/arm_gicv3_its: Avoid maybe-uninitialized error in get_vte()
Philippe Mathieu-Daudé
1
-9
/
+6
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-7
/
+7
2022-12-15
hw/intc: Convert TYPE_ARM_GICV3_ITS to 3-phase reset
Peter Maydell
1
-5
/
+9
2022-04-22
hw/intc/arm_gicv3: Update ID and feature registers for GICv4
Peter Maydell
1
-1
/
+6
2022-04-22
hw/intc/arm_gicv3_its: Implement VINVALL
Peter Maydell
1
-0
/
+26
2022-04-22
hw/intc/arm_gicv3_its: Implement VMOVI
Peter Maydell
1
-0
/
+82
2022-04-22
hw/intc/arm_gicv3_its: Implement INV for virtual interrupts
Peter Maydell
1
-2
/
+14
2022-04-22
hw/intc/arm_gicv3_its: Implement INV command properly
Peter Maydell
1
-1
/
+49
2022-04-22
hw/intc/arm_gicv3_its: Implement VSYNC
Peter Maydell
1
-0
/
+11
2022-04-22
hw/intc/arm_gicv3_its: Implement VMOVP
Peter Maydell
1
-0
/
+75
2022-04-22
hw/intc/arm_gicv3: Keep pointers to every connected ITS
Peter Maydell
1
-0
/
+2
2022-04-22
hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()
Peter Maydell
1
-2
/
+97
2022-04-22
hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code
Peter Maydell
1
-17
/
+32
2022-04-22
hw/intc/arm_gicv3_its: Factor out CTE lookup sequence
Peter Maydell
1
-70
/
+39
2022-04-22
hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"
Peter Maydell
1
-50
/
+54
2022-04-22
hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
Peter Maydell
1
-13
/
+16
2022-04-22
hw/intc/arm_gicv3_its: Implement VMAPP
Peter Maydell
1
-0
/
+88
2022-04-22
hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI
Peter Maydell
1
-0
/
+91
2022-04-22
hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4
Peter Maydell
1
-0
/
+25
2022-04-22
hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"
Peter Maydell
1
-3
/
+7
2022-04-22
hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers
Peter Maydell
1
-1
/
+1
2022-04-22
hw/intc/arm_gicv3_its: Add missing blank line
Peter Maydell
1
-0
/
+1
2022-03-25
hw/intc/arm_gicv3_its: Add missing newlines to process_mapc() logging
Peter Maydell
1
-2
/
+2
2022-03-07
hw/intc/arm_gicv3: Fix missing spaces in error log messages
Peter Maydell
1
-2
/
+2
2022-03-07
hw/intc/arm_gicv3_its: Add trace events for table reads and writes
Peter Maydell
1
-6
/
+31
2022-03-07
hw/intc/arm_gicv3_its: Add trace events for commands
Peter Maydell
1
-2
/
+26
2022-02-08
hw/intc/arm_gicv3_its: Split error checks
Peter Maydell
1
-21
/
+31
2022-02-08
hw/intc/arm_gicv3_its: Don't allow intid 1023 in MAPI/MAPTI
Peter Maydell
1
-2
/
+1
2022-02-08
hw/intc/arm_gicv3_its: In MAPC with V=0, don't check rdbase field
Peter Maydell
1
-12
/
+12
2022-02-08
hw/intc/arm_gicv3_its: Drop TableDesc and CmdQDesc valid fields
Peter Maydell
1
-17
/
+14
2022-02-08
hw/intc/arm_gicv3_its: Make update_ite() use ITEntry
Peter Maydell
1
-30
/
+32
2022-02-08
hw/intc/arm_gicv3_its: Pass ITE values back from get_ite() via a struct
Peter Maydell
1
-47
/
+55
2022-02-08
hw/intc/arm_gicv3_its: Avoid nested ifs in get_ite()
Peter Maydell
1
-13
/
+15
2022-02-08
hw/intc/arm_gicv3_its: Fix address calculation in get_ite() and update_ite()
Peter Maydell
1
-17
/
+11
2022-02-08
hw/intc/arm_gicv3_its: Pass CTEntry to update_cte()
Peter Maydell
1
-15
/
+17
2022-02-08
hw/intc/arm_gicv3_its: Keep CTEs as a struct, not a raw uint64_t
Peter Maydell
1
-44
/
+52
2022-02-08
hw/intc/arm_gicv3_its: Pass DTEntry to update_dte()
Peter Maydell
1
-17
/
+18
2022-02-08
hw/intc/arm_gicv3_its: Keep DTEs as a struct, not a raw uint64_t
Peter Maydell
1
-55
/
+56
2022-02-08
hw/intc/arm_gicv3_its: Use address_space_map() to access command queue packets
Peter Maydell
1
-147
/
+59
2022-01-28
hw/intc/arm_gicv3_its: Implement MOVI
Peter Maydell
1
-0
/
+146
2022-01-28
hw/intc/arm_gicv3_its: Implement MOVALL
Peter Maydell
1
-0
/
+55
2022-01-28
hw/intc/arm_gicv3_its: Check table bounds against correct limit
Peter Maydell
1
-9
/
+9
2022-01-28
hw/intc/arm_gicv3_its: Make GITS_BASER<n> RAZ/WI for unimplemented registers
Peter Maydell
1
-0
/
+8
2022-01-28
hw/intc/arm_gicv3_its: Provide read accessor for translation_ops
Peter Maydell
1
-0
/
+13
2022-01-28
hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to GITS_CBASER
Peter Maydell
1
-3
/
+0
2022-01-28
hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTLR.ENABLED is set
Peter Maydell
1
-1
/
+0
2022-01-28
hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITS
Peter Maydell
1
-3
/
+0
2022-01-28
hw/intc/arm_gicv3_its: Add tracepoints
Peter Maydell
1
-0
/
+11
[next]