index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/xtensa: expose core runstall as an IRQ line
Max Filippov
2019-01-28
1
-0
/
+2
*
target/xtensa: rearrange access to external interrupts
Max Filippov
2019-01-28
1
-2
/
+3
*
target/xtensa: drop function xtensa_timer_irq
Max Filippov
2019-01-28
1
-1
/
+0
*
target/xtensa: fix access to the INTERRUPT SR
Max Filippov
2019-01-24
4
-12
/
+19
*
target/xtensa: add qemu_cpu_kick to xtensa_runstall
Max Filippov
2019-01-24
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/xtensa/tags/20190122-xtensa' into staging
Peter Maydell
2019-01-23
12
-1531
/
+1685
|
\
|
*
target/xtensa: move non-HELPER functions to helper.c
Max Filippov
2019-01-14
2
-59
/
+58
|
*
target/xtensa: drop dump_state helper
Max Filippov
2019-01-14
2
-12
/
+0
|
*
target/xtensa: extract interrupt and exception helpers
Max Filippov
2019-01-14
4
-220
/
+259
|
*
target/xtensa: extract debug helpers
Max Filippov
2019-01-14
3
-92
/
+130
|
*
target/xtensa: extract MMU helpers
Max Filippov
2019-01-14
4
-780
/
+819
|
*
target/xtensa: extract windowed registers helpers
Max Filippov
2019-01-14
3
-190
/
+223
|
*
target/xtensa: extract FPU helpers
Max Filippov
2019-01-14
3
-135
/
+167
|
*
target/xtensa: rework zero overhead loops implementation
Max Filippov
2019-01-12
5
-63
/
+49
*
|
Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2019-01-22...
Peter Maydell
2019-01-23
3
-15
/
+30
|
\
\
|
*
|
target/microblaze: Add props enabling exceptions on failed bus accesses
Edgar E. Iglesias
2019-01-22
2
-1
/
+13
|
*
|
target/microblaze: Switch to transaction_failed hook
Peter Maydell
2019-01-22
3
-14
/
+17
*
|
|
ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 mode
Thomas Huth
2019-01-22
1
-4
/
+5
|
/
/
*
|
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20...
Peter Maydell
2019-01-21
6
-641
/
+960
|
\
\
|
*
|
target/mips: Introduce 32 R5900 multimedia registers
Fredrik Noring
2019-01-18
2
-0
/
+19
|
*
|
target/mips: Rename 'rn' to 'register_name'
Aleksandar Markovic
2019-01-18
1
-426
/
+432
|
*
|
target/mips: Add CP0 register MemoryMapID
Aleksandar Markovic
2019-01-18
2
-2
/
+4
|
*
|
target/mips: Amend preprocessor constants for CP0 registers
Aleksandar Markovic
2019-01-18
2
-170
/
+284
|
*
|
target/mips: Update ITU to utilize SAARI and SAAR CP0 registers
Yongbok Kim
2019-01-18
2
-0
/
+19
|
*
|
target/mips: Provide R/W access to SAARI and SAAR CP0 registers
Yongbok Kim
2019-01-18
5
-4
/
+120
|
*
|
target/mips: Add fields for SAARI and SAAR CP0 registers
Yongbok Kim
2019-01-18
2
-4
/
+12
|
*
|
target/mips: Use preprocessor constants for 32 major CP0 registers
Aleksandar Markovic
2019-01-18
1
-136
/
+136
|
*
|
target/mips: Add preprocessor constants for 32 major CP0 registers
Aleksandar Markovic
2019-01-18
1
-0
/
+32
|
*
|
target/mips: Move comment containing summary of CP0 registers
Aleksandar Markovic
2019-01-18
1
-81
/
+84
*
|
|
target/arm: Implement PMSWINC
Aaron Lindsay
2019-01-21
1
-2
/
+37
*
|
|
target/arm: PMU: Set PMCR.N to 4
Aaron Lindsay
2019-01-21
1
-5
/
+5
*
|
|
target/arm: PMU: Add instruction and cycle events
Aaron Lindsay
2019-01-21
1
-46
/
+44
*
|
|
target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPER
Aaron Lindsay
2019-01-21
2
-17
/
+282
*
|
|
target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0
Aaron Lindsay
2019-01-21
4
-11
/
+79
*
|
|
target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]
Aaron Lindsay
2019-01-21
2
-4
/
+19
*
|
|
target/arm: Define FIELDs for ID_DFR0
Aaron Lindsay
2019-01-21
1
-0
/
+9
*
|
|
target/arm: Implement PMOVSSET
Aaron Lindsay
2019-01-21
1
-0
/
+28
*
|
|
target/arm: Allow AArch32 access for PMCCFILTR
Aaron Lindsay
2019-01-21
1
-1
/
+26
*
|
|
target/arm: Filter cycle counter based on PMCCFILTR_EL0
Aaron Lindsay
2019-01-21
3
-8
/
+101
*
|
|
target/arm: Swap PMU values before/after migrations
Aaron Lindsay
2019-01-21
2
-2
/
+28
*
|
|
target/arm: Reorganize PMCCNTR accesses
Aaron Lindsay
2019-01-21
2
-53
/
+98
*
|
|
target/arm: Tidy TBI handling in gen_a64_set_pc
Richard Henderson
2019-01-21
1
-43
/
+23
*
|
|
target/arm: Enable PAuth for user-only
Richard Henderson
2019-01-21
2
-0
/
+63
*
|
|
target/arm: Enable PAuth for -cpu max
Richard Henderson
2019-01-21
1
-0
/
+4
*
|
|
target/arm: Add PAuth system registers
Richard Henderson
2019-01-21
1
-0
/
+70
*
|
|
target/arm: Implement pauth_computepac
Richard Henderson
2019-01-21
1
-1
/
+241
*
|
|
target/arm: Implement pauth_addpac
Richard Henderson
2019-01-21
1
-1
/
+41
*
|
|
target/arm: Implement pauth_auth
Richard Henderson
2019-01-21
1
-1
/
+20
*
|
|
target/arm: Implement pauth_strip
Richard Henderson
2019-01-21
1
-1
/
+13
*
|
|
target/arm: Reuse aa64_va_parameters for setting tbflags
Richard Henderson
2019-01-21
2
-81
/
+24
[next]