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
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/arm: Honor the HCR_EL2.TACR bit
Richard Henderson
2020-03-05
1
-4
/
+14
*
target/arm: Honor the HCR_EL2.TSW bit
Richard Henderson
2020-03-05
1
-6
/
+16
*
target/arm: Honor the HCR_EL2.{TVM,TRVM} bits
Richard Henderson
2020-03-05
1
-27
/
+55
*
target/arm: Improve masking in arm_hcr_el2_eff
Richard Henderson
2020-03-05
1
-4
/
+27
*
target/arm: Remove EL2 and EL3 setup from user-only
Richard Henderson
2020-03-05
1
-6
/
+0
*
target/arm: Disable has_el2 and has_el3 for user-only
Richard Henderson
2020-03-05
1
-2
/
+4
*
target/arm: Add HCR_EL2 bit definitions from ARMv8.6
Richard Henderson
2020-03-05
1
-0
/
+7
*
target/arm: Improve masking of HCR/HCR2 RES0 bits
Richard Henderson
2020-03-05
1
-13
/
+25
*
target/arm: Implement (trivially) ARMv8.2-TTCNP
Peter Maydell
2020-03-05
3
-0
/
+7
*
target/arm: Implement ARMv8.3-CCIDX
Peter Maydell
2020-02-28
2
-1
/
+35
*
target/arm: Implement v8.4-RCPC
Peter Maydell
2020-02-28
3
-1
/
+96
*
target/arm: Implement v8.3-RCPC
Peter Maydell
2020-02-28
3
-0
/
+30
*
target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0
Peter Maydell
2020-02-28
1
-2
/
+2
*
target/arm: Split VMINMAXNM decode
Richard Henderson
2020-02-28
2
-77
/
+44
*
target/arm: Split VFM decode
Richard Henderson
2020-02-28
2
-14
/
+55
*
target/arm: Add formats for some vfp 2 and 3-register insns
Richard Henderson
2020-02-28
1
-90
/
+60
*
target/arm: Remove ARM_FEATURE_VFP*
Richard Henderson
2020-02-28
5
-37
/
+0
*
target/arm: Move the vfp decodetree calls next to the base isa
Richard Henderson
2020-02-28
1
-54
/
+29
*
target/arm: Move VLLDM and VLSTM to vfp.decode
Richard Henderson
2020-02-28
3
-44
/
+50
*
target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insn
Richard Henderson
2020-02-28
1
-4
/
+0
*
target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmac
Richard Henderson
2020-02-28
4
-6
/
+36
*
target/arm: Add missing checks for fpsp_v2
Richard Henderson
2020-02-28
1
-9
/
+69
*
target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3
Richard Henderson
2020-02-28
1
-16
/
+8
*
target/arm: Perform fpdp_v2 check first
Richard Henderson
2020-02-28
1
-69
/
+71
*
target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfp
Richard Henderson
2020-02-28
3
-5
/
+20
*
target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}
Richard Henderson
2020-02-28
1
-0
/
+18
*
target/arm: Rename isar_feature_aa32_fpdp_v2
Richard Henderson
2020-02-28
2
-22
/
+22
*
target/arm: Add isar_feature_aa32_vfp_simd
Richard Henderson
2020-02-28
5
-14
/
+25
*
target/arm: Set ID_MMFR4.HPDS for aarch64_max_initfn
Richard Henderson
2020-02-28
1
-0
/
+1
*
target/arm: Set MVFR0.FPSP for ARMv5 cpus
Richard Henderson
2020-02-21
1
-4
/
+6
*
target/arm: Use isar_feature_aa32_simd_r32 more places
Richard Henderson
2020-02-21
3
-13
/
+11
*
target/arm: Rename isar_feature_aa32_simd_r32
Richard Henderson
2020-02-21
2
-27
/
+28
*
target/arm: Convert PMULL.8 to gvec
Richard Henderson
2020-02-21
6
-55
/
+95
*
target/arm: Convert PMULL.64 to gvec
Richard Henderson
2020-02-21
5
-72
/
+39
*
target/arm: Convert PMUL.8 to gvec
Richard Henderson
2020-02-21
5
-37
/
+39
*
target/arm: Vectorize USHL and SSHL
Richard Henderson
2020-02-21
6
-66
/
+389
*
target/arm: Correctly implement ACTLR2, HACTLR2
Peter Maydell
2020-02-21
4
-9
/
+33
*
target/arm: Use FIELD_EX32 for testing 32-bit fields
Peter Maydell
2020-02-21
1
-9
/
+9
*
target/arm: Use isar_feature function for testing AA32HPD feature
Peter Maydell
2020-02-21
2
-2
/
+7
*
target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks
Peter Maydell
2020-02-21
6
-79
/
+106
*
target/arm: Correct handling of PMCR_EL0.LC bit
Peter Maydell
2020-02-21
1
-4
/
+9
*
target/arm: Correct definition of PMCRDP
Peter Maydell
2020-02-21
1
-1
/
+2
*
target/arm: Provide ARMv8.4-PMU in '-cpu max'
Peter Maydell
2020-02-21
1
-0
/
+8
*
target/arm: Implement ARMv8.4-PMU extension
Peter Maydell
2020-02-21
2
-1
/
+39
*
target/arm: Implement ARMv8.1-PMU extension
Peter Maydell
2020-02-21
1
-2
/
+30
*
target/arm: Read debug-related ID registers from KVM
Peter Maydell
2020-02-21
3
-0
/
+49
*
target/arm: Move DBGDIDR into ARMISARegisters
Peter Maydell
2020-02-21
5
-12
/
+12
*
target/arm: Stop assuming DBGDIDR always exists
Peter Maydell
2020-02-21
4
-19
/
+57
*
target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checks
Peter Maydell
2020-02-21
4
-11
/
+25
*
target/arm: Define an aa32_pmu_8_1 isar feature test function
Peter Maydell
2020-02-21
4
-21
/
+27
[next]