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
/
helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
target/arm: Enable SCR and HCR bits for RAS
Richard Henderson
2022-05-09
1
-0
/
+9
*
target/arm: Add minimal RAS registers
Richard Henderson
2022-05-09
1
-0
/
+84
*
target/arm: Adjust definition of CONTEXTIDR_EL2
Richard Henderson
2022-05-09
1
-4
/
+11
*
target/arm: Merge zcr reginfo
Richard Henderson
2022-05-09
1
-38
/
+17
*
target/arm: Drop EL3 no EL2 fallbacks
Richard Henderson
2022-05-09
1
-145
/
+13
*
target/arm: Handle cpreg registration for missing EL
Richard Henderson
2022-05-09
1
-56
/
+122
*
target/arm: read access to performance counters from EL0
Alex Zuepke
2022-05-05
1
-2
/
+2
*
target/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_to_hashtable
Richard Henderson
2022-05-05
1
-6
/
+3
*
target/arm: Reformat comments in add_cpreg_to_hashtable
Richard Henderson
2022-05-05
1
-9
/
+15
*
target/arm: Perform override check early in add_cpreg_to_hashtable
Richard Henderson
2022-05-05
1
-14
/
+8
*
target/arm: Hoist isbanked computation in add_cpreg_to_hashtable
Richard Henderson
2022-05-05
1
-2
/
+4
*
target/arm: Use bool for is64 and ns in add_cpreg_to_hashtable
Richard Henderson
2022-05-05
1
-2
/
+2
*
target/arm: Consolidate cpreg updates in add_cpreg_to_hashtable
Richard Henderson
2022-05-05
1
-16
/
+12
*
target/arm: Hoist computation of key in add_cpreg_to_hashtable
Richard Henderson
2022-05-05
1
-22
/
+27
*
target/arm: Merge allocation of the cpreg and its name
Richard Henderson
2022-05-05
1
-2
/
+8
*
target/arm: Store cpregs key in the hash table directly
Richard Henderson
2022-05-05
1
-23
/
+18
*
target/arm: Drop always-true test in define_arm_vh_e2h_redirects_aliases
Richard Henderson
2022-05-05
1
-12
/
+11
*
target/arm: Name CPSecureState type
Richard Henderson
2022-05-05
1
-2
/
+5
*
target/arm: Name CPState type
Richard Henderson
2022-05-05
1
-2
/
+4
*
target/arm: Change cpreg access permissions to enum
Richard Henderson
2022-05-05
1
-1
/
+1
*
target/arm: Avoid bare abort() or assert(0)
Richard Henderson
2022-05-05
1
-4
/
+3
*
target/arm: Reorg ARMCPRegInfo type field bits
Richard Henderson
2022-05-05
1
-2
/
+2
*
target/arm: Make some more cpreg data static const
Richard Henderson
2022-05-05
1
-8
/
+8
*
target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
Richard Henderson
2022-05-05
1
-90
/
+21
*
target/arm: Split out cpregs.h
Richard Henderson
2022-05-05
1
-0
/
+1
*
target/arm: Use field names for accessing DBGWCRn
Richard Henderson
2022-04-28
1
-4
/
+4
*
target/arm: Remove fpexc32_access
Richard Henderson
2022-04-22
1
-15
/
+2
*
target/arm: Change CPUArchState.aarch64 to bool
Richard Henderson
2022-04-22
1
-1
/
+1
*
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
2022-04-20
1
-1
/
+0
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
target/arm: Determine final stage 2 output PA space based on original IPA
Idan Horowitz
2022-04-01
1
-3
/
+5
*
target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walk
Idan Horowitz
2022-04-01
1
-0
/
+10
*
target/arm: Check VSTCR.SW when assigning the stage 2 output PA space
Idan Horowitz
2022-04-01
1
-1
/
+1
*
target/arm: Fix MTE access checks for disabled SEL2
Idan Horowitz
2022-04-01
1
-1
/
+1
*
target/arm: Make rvbar settable after realize
Edgar E. Iglesias
2022-03-18
1
-3
/
+7
*
target/arm: Fix handling of LPAE block descriptors
Peter Maydell
2022-03-18
1
-2
/
+8
*
target/arm: Implement FEAT_LPA2
Richard Henderson
2022-03-02
1
-15
/
+87
*
target/arm: Validate tlbi TG matches translation granule in use
Richard Henderson
2022-03-02
1
-3
/
+7
*
target/arm: Fix TLBIRange.base for 16k and 64k pages
Richard Henderson
2022-03-02
1
-2
/
+3
*
target/arm: Introduce tlbi_aa64_get_range
Richard Henderson
2022-03-02
1
-34
/
+24
*
target/arm: Implement FEAT_LPA
Richard Henderson
2022-03-02
1
-3
/
+16
*
target/arm: Implement FEAT_LVA
Richard Henderson
2022-03-02
1
-1
/
+8
*
target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVA
Richard Henderson
2022-03-02
1
-8
/
+24
*
target/arm: Honor TCR_ELx.{I}PS
Richard Henderson
2022-03-02
1
-16
/
+56
*
target/arm: Use MAKE_64BIT_MASK to compute indexmask
Richard Henderson
2022-03-02
1
-2
/
+2
*
target/arm: Pass outputsize down to check_s2_mmu_setup
Richard Henderson
2022-03-02
1
-11
/
+10
*
target/arm: Move arm_pamax out of line
Richard Henderson
2022-03-02
1
-0
/
+22
*
target/arm: Fault on invalid TCR_ELx.TxSZ
Richard Henderson
2022-03-02
1
-4
/
+28
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
*
target: Add missing "qemu/timer.h" include
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
[prev]
[next]