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/arm: Move gen_ function typedefs to translate.h
Peter Maydell
2020-05-04
2
-17
/
+17
*
target/arm: Convert Neon 3-reg-same VMUL, VMLA, VMLS, VSHL to decodetree
Peter Maydell
2020-05-04
3
-25
/
+56
*
target/arm: Convert Neon 3-reg-same VQADD/VQSUB to decodetree
Peter Maydell
2020-05-04
3
-12
/
+23
*
target/arm: Convert Neon 3-reg-same comparisons to decodetree
Peter Maydell
2020-05-04
3
-20
/
+33
*
target/arm: Convert Neon 3-reg-same VMAX/VMIN to decodetree
Peter Maydell
2020-05-04
3
-19
/
+21
*
target/arm: Convert Neon 3-reg-same logic ops to decodetree
Peter Maydell
2020-05-04
3
-37
/
+32
*
target/arm: Convert Neon 3-reg-same VADD/VSUB to decodetree
Peter Maydell
2020-05-04
5
-19
/
+68
*
target/arm: Convert Neon 'load/store single structure' to decodetree
Peter Maydell
2020-05-04
3
-147
/
+100
*
target/arm: Convert Neon 'load single structure to all lanes' to decodetree
Peter Maydell
2020-05-04
3
-53
/
+80
*
target/arm: Convert Neon load/store multiple structures to decodetree
Peter Maydell
2020-05-04
3
-89
/
+133
*
target/arm: Convert VFM[AS]L (scalar) to decodetree
Peter Maydell
2020-05-04
3
-106
/
+40
*
target/arm: Convert V[US]DOT (scalar) to decodetree
Peter Maydell
2020-05-04
3
-12
/
+39
*
target/arm: Convert VCMLA (scalar) to decodetree
Peter Maydell
2020-05-04
3
-25
/
+46
*
target/arm: Convert VFM[AS]L (vector) to decodetree
Peter Maydell
2020-05-04
3
-91
/
+38
*
target/arm: Convert V[US]DOT (vector) to decodetree
Peter Maydell
2020-05-04
3
-8
/
+37
*
target/arm: Convert VCADD (vector) to decodetree
Peter Maydell
2020-05-04
3
-10
/
+41
*
target/arm: Convert VCMLA (vector) to decodetree
Peter Maydell
2020-05-04
3
-10
/
+49
*
target/arm: Add stubs for AArch32 Neon decodetree
Peter Maydell
2020-05-04
6
-2
/
+169
*
target/arm: Don't allow Thumb Neon insns without FEATURE_NEON
Peter Maydell
2020-05-04
1
-8
/
+8
*
target/arm/translate-vfp.inc.c: Remove duplicate simd_r32 check
Peter Maydell
2020-05-04
1
-6
/
+0
*
target/arm: Use uint64_t for midr field in CPU state struct
Philippe Mathieu-Daudé
2020-05-04
2
-2
/
+2
*
target/arm: Use correct variable for setting 'max' cpu's ID_AA64DFR0
Peter Maydell
2020-05-04
1
-3
/
+3
*
target/arm: Implement ARMv8.2-TTS2UXN
Peter Maydell
2020-05-04
4
-6
/
+49
*
target/arm: Add new 's1_is_el0' argument to get_phys_addr_lpae()
Peter Maydell
2020-05-04
1
-1
/
+28
*
target/arm: Use enum constant in get_phys_addr_lpae() call
Peter Maydell
2020-05-04
1
-2
/
+3
*
target/arm: Don't use a TLB for ARMMMUIdx_Stage2
Peter Maydell
2020-05-04
3
-108
/
+27
*
target/arm: Make VQDMULL undefined when U=1
Fredrik Strupe
2020-05-04
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2020-04-30...
Peter Maydell
2020-04-30
4
-8
/
+35
|
\
|
*
target/microblaze: Add the pvr-user2 property
Edgar E. Iglesias
2020-04-30
2
-0
/
+3
|
*
target/microblaze: Add the pvr-user1 property
Edgar E. Iglesias
2020-04-30
2
-1
/
+4
|
*
target/microblaze: Add the unaligned-exceptions property
Edgar E. Iglesias
2020-04-30
3
-2
/
+7
|
*
target/microblaze: Add the div-zero-exception property
Edgar E. Iglesias
2020-04-30
3
-2
/
+8
|
*
target/microblaze: Add the ill-opcode-exception property
Edgar E. Iglesias
2020-04-30
3
-1
/
+6
|
*
target/microblaze: Add the opcode-0x0-illegal CPU property
Edgar E. Iglesias
2020-04-30
3
-2
/
+7
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200430-...
Peter Maydell
2020-04-30
10
-142
/
+312
|
\
\
|
*
|
target/arm/cpu: Update coding style to make checkpatch.pl happy
Philippe Mathieu-Daudé
2020-04-30
1
-3
/
+6
|
*
|
target/arm: Make cpu_register() available for other files
Thomas Huth
2020-04-30
3
-16
/
+11
|
*
|
target/arm: Restrict the Address Translate write operation to TCG accel
Philippe Mathieu-Daudé
2020-04-30
1
-0
/
+17
|
*
|
target/arm: Vectorize integer comparison vs zero
Richard Henderson
2020-04-30
6
-123
/
+278
|
|
/
*
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into staging
Peter Maydell
2020-04-30
11
-58
/
+256
|
\
\
|
*
|
s390x: Add unpack facility feature to GA1
Christian Borntraeger
2020-04-29
2
-0
/
+9
|
*
|
s390x: protvirt: Handle SIGP store status correctly
Janosch Frank
2020-04-29
1
-0
/
+6
|
*
|
s390x: protvirt: Move IO control structures over SIDA
Janosch Frank
2020-04-29
1
-16
/
+45
|
*
|
s390x: protvirt: Disable address checks for PV guest IO emulation
Janosch Frank
2020-04-29
1
-7
/
+28
|
*
|
s390x: protvirt: Move diag 308 data over SIDA
Janosch Frank
2020-04-29
1
-5
/
+20
|
*
|
s390x: protvirt: Set guest IPL PSW
Janosch Frank
2020-04-29
1
-9
/
+17
|
*
|
s390x: protvirt: SCLP interpretation
Janosch Frank
2020-04-29
1
-5
/
+20
|
*
|
s390x: protvirt: Move STSI data over SIDAD
Janosch Frank
2020-04-29
1
-2
/
+9
|
*
|
s390x: Add SIDA memory ops
Janosch Frank
2020-04-29
4
-1
/
+48
|
*
|
s390x: protvirt: KVM intercept changes
Janosch Frank
2020-04-29
1
-0
/
+4
[next]