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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-08
hw/dma: Implement a Xilinx CSU DMA model
Xuzhou Cheng
4
-0
/
+802
2021-03-08
target/arm: Restrict v7A TCG cpus to TCG accel
Philippe Mathieu-Daudé
2
-335
/
+318
2021-03-08
tests/qtest/sse-timer-test: Test counter scaling changes
Peter Maydell
1
-0
/
+32
2021-03-08
tests/qtest/sse-timer-test: Test the system timer
Peter Maydell
1
-0
/
+91
2021-03-08
tests/qtest/sse-timer-test: Add simple test of the SSE counter
Peter Maydell
3
-0
/
+119
2021-03-08
docs/system/arm/mps2.rst: Document the new mps3-an547 board
Peter Maydell
1
-2
/
+4
2021-03-08
hw/arm/mps2-tz: Add new mps3-an547 board
Peter Maydell
1
-2
/
+144
2021-03-08
hw/arm/mps2-tz: Make initsvtor0 setting board-specific
Peter Maydell
1
-0
/
+5
2021-03-08
hw/arm/mps2-tz: Support running APB peripherals on different clock
Peter Maydell
1
-1
/
+5
2021-03-08
hw/misc/mps2-scc: Implement changes for AN547
Peter Maydell
1
-6
/
+9
2021-03-08
hw/misc/mps2-fpgaio: Support AN547 DBGCTRL register
Peter Maydell
3
-2
/
+27
2021-03-08
hw/misc/mps2-fpgaio: Fold counters subsection into main vmstate
Peter Maydell
1
-25
/
+5
2021-03-08
hw/arm/mps2-tz: Make UART overflow IRQ board-specific
Peter Maydell
1
-1
/
+5
2021-03-08
hw/arm/armsse: Add SSE-300 support
Peter Maydell
2
-0
/
+153
2021-03-08
hw/arm/armsse: Support variants with ARMSSE_CPU_PWRCTRL block
Peter Maydell
2
-0
/
+29
2021-03-08
hw/arm/armsse: Add support for TYPE_SSE_TIMER in ARMSSEDeviceInfo
Peter Maydell
2
-0
/
+17
2021-03-08
hw/arm/armsse: Add support for SSE variants with a system counter
Peter Maydell
2
-0
/
+30
2021-03-08
hw/arm/armsse: Indirect irq_is_common[] through ARMSSEInfo
Peter Maydell
1
-18
/
+21
2021-03-08
hw/arm/armsse: Add missing SSE-200 SYS_PPU
Peter Maydell
2
-1
/
+10
2021-03-08
hw/arm/armsse: Move PPUs into data-driven framework
Peter Maydell
2
-66
/
+164
2021-03-08
hw/arm/armsse: Move sysctl register block into data-driven framework
Peter Maydell
1
-16
/
+28
2021-03-08
hw/arm/armsse: Move sysinfo register block into data-driven framework
Peter Maydell
1
-19
/
+28
2021-03-08
hw/arm/armsse: Move s32ktimer into data-driven framework
Peter Maydell
2
-21
/
+13
2021-03-08
hw/arm/armsse: Move watchdogs into data-driven framework
Peter Maydell
2
-47
/
+66
2021-03-08
hw/arm/armsse: Move dual-timer device into data-driven framework
Peter Maydell
1
-14
/
+21
2021-03-08
hw/arm/armsse: Add framework for data-driven device placement
Peter Maydell
2
-25
/
+125
2021-03-08
hw/arm/armsse: Add a define for number of IRQs used by the SSE itself
Peter Maydell
2
-3
/
+6
2021-03-08
hw/arm/armsse: Use an array for apb_ppc fields in the state structure
Peter Maydell
2
-17
/
+21
2021-03-08
hw/misc/sse-cpu-pwrctrl: Implement SSE-300 CPU<N>_PWRCTRL register block
Peter Maydell
7
-0
/
+200
2021-03-08
hw/arm/Kconfig: Move ARMSSE_CPUID and ARMSSE_MHU stanzas to hw/misc
Peter Maydell
2
-6
/
+6
2021-03-08
hw/misc/iotkit-sysctl: Implement SSE-200 and SSE-300 PID register values
Peter Maydell
1
-2
/
+19
2021-03-08
hw/misc/iotkit-sysctl: Handle SSE-300 changes to PDCM_PD_*_SENSE registers
Peter Maydell
2
-2
/
+62
2021-03-08
hw/misc/iotkit-sysctl: Implement dummy version of SSE-300 PWRCTRL register
Peter Maydell
2
-0
/
+53
2021-03-08
hw/misc/iotkit-sysctl: Handle INITSVTOR* for SSE-300
Peter Maydell
1
-2
/
+25
2021-03-08
hw/misc/iotkit-sysctl: Handle CPU_WAIT, NMI_ENABLE for SSE-300
Peter Maydell
1
-12
/
+76
2021-03-08
hw/misc/iotkit-sysctl: Add SSE-300 cases which match SSE-200 behaviour
Peter Maydell
1
-1
/
+11
2021-03-08
hw/timer/sse-timer: Model the SSE Subsystem System Timer
Peter Maydell
7
-0
/
+535
2021-03-08
hw/timer/sse-counter: Model the SSE Subsystem System Counter
Peter Maydell
7
-0
/
+593
2021-03-08
hw/misc/iotkit-sysinfo.c: Implement SYS_CONFIG1 and IIDR
Peter Maydell
3
-0
/
+28
2021-03-08
hw/arm/armsse.c: Use correct SYS_CONFIG0 register value for SSE-300
Peter Maydell
1
-12
/
+9
2021-03-08
hw/misc/iotkit-sysinfo.c: Implement SSE-300 PID register values
Peter Maydell
3
-2
/
+30
2021-03-08
hw/misc/iotkit-secctl.c: Implement SSE-300 PID register values
Peter Maydell
3
-2
/
+52
2021-03-08
hw/misc/iotkit-sysctl: Remove is_sse200 flag
Peter Maydell
2
-71
/
+187
2021-03-08
hw/arm/armsse: Introduce SSE subsystem version property
Peter Maydell
4
-10
/
+58
2021-03-08
hw/timer/npcm7xx_timer: Use new clock_ns_to_ticks()
Peter Maydell
1
-2
/
+2
2021-03-08
clock: Add clock_ns_to_ticks() function
Peter Maydell
2
-0
/
+53
2021-03-08
clock: Add ClockPreUpdate callback event type
Peter Maydell
3
-1
/
+12
2021-03-08
clock: Add ClockEvent parameter to callbacks
Peter Maydell
20
-58
/
+161
2021-03-08
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
33
-124
/
+434
2021-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210308'...
Peter Maydell
48
-619
/
+3109
[next]