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
*
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
2022-04-20
1
-1
/
+0
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
3
-3
/
+0
*
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
2022-04-06
1
-0
/
+1
*
include: move target page bits declaration to page-vary.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
2
-5
/
+5
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
11
-18
/
+18
*
target/arm: Don't use DISAS_NORETURN in STXP !HAVE_CMPXCHG128 codegen
Peter Maydell
2022-04-01
1
-1
/
+6
*
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
2
-2
/
+2
*
target/arm: Fix sve_ld1_z and sve_st1_z vs MMIO
Richard Henderson
2022-03-25
1
-2
/
+8
*
target/arm: Make rvbar settable after realize
Edgar E. Iglesias
2022-03-18
3
-9
/
+16
*
target/arm: Log fault address for M-profile faults
Peter Maydell
2022-03-18
1
-0
/
+6
*
target/arm: Log M-profile vector table accesses
Peter Maydell
2022-03-18
2
-0
/
+10
*
target/arm: Fix handling of LPAE block descriptors
Peter Maydell
2022-03-18
1
-2
/
+8
*
target/arm: Fix pauth_check_trap vs SEL2
Richard Henderson
2022-03-18
1
-1
/
+1
*
target/arm: Fix sve2 ldnt1 and stnt1
Richard Henderson
2022-03-18
2
-5
/
+51
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
2022-03-08
4
-6
/
+42
|
\
|
*
target/arm: Provide cpu property for controling FEAT_LPA2
Richard Henderson
2022-03-07
3
-1
/
+34
|
*
target/arm/translate-neon: Simplify align field check for VLD3
Peter Maydell
2022-03-07
1
-5
/
+5
|
*
target/arm/translate-neon: UNDEF if VLD1/VST1 stride bits are non-zero
Peter Maydell
2022-03-07
1
-0
/
+3
*
|
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
2022-03-06
1
-1
/
+1
*
|
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
2022-03-06
2
-4
/
+1
*
|
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
2022-03-06
1
-2
/
+1
*
|
target: Use forward declared type instead of structure type
Philippe Mathieu-Daudé
2022-03-06
1
-1
/
+1
|
/
*
target/arm: Report KVM's actual PSCI version to guest in dtb
Peter Maydell
2022-03-02
2
-0
/
+13
*
target/arm: Implement FEAT_LPA2
Richard Henderson
2022-03-02
3
-15
/
+111
*
target/arm: Advertise all page sizes for -cpu max
Richard Henderson
2022-03-02
1
-0
/
+4
*
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: Extend arm_fi_to_lfsc to level -1
Richard Henderson
2022-03-02
1
-6
/
+29
*
target/arm: Implement FEAT_LPA
Richard Henderson
2022-03-02
3
-5
/
+18
*
target/arm: Implement FEAT_LVA
Richard Henderson
2022-03-02
4
-2
/
+15
*
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
2
-16
/
+57
*
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
2
-18
/
+23
*
target/arm: Fault on invalid TCR_ELx.TxSZ
Richard Henderson
2022-03-02
2
-4
/
+29
*
target/arm: Set TCR_EL1.TSZ for user-only
Richard Henderson
2022-03-02
1
-1
/
+2
*
target/arm: Fix early free of TCG temp in handle_simd_shift_fpint_conv()
Wentao_Liang
2022-03-02
1
-1
/
+1
*
target/arm: Support PSCI 1.1 and SMCCC 1.0
Akihiko Odaki
2022-03-02
5
-11
/
+71
*
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...
Peter Maydell
2022-02-22
4
-0
/
+5
|
\
|
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
3
-0
/
+3
|
*
target: Add missing "qemu/timer.h" include
Philippe Mathieu-Daudé
2022-02-21
2
-0
/
+2
*
|
target/arm: Support PAuth extension for hvf
Peter Maydell
2022-02-21
1
-4
/
+10
*
|
target/arm: Fix '-cpu max' for HVF
Peter Maydell
2022-02-21
1
-2
/
+3
*
|
target/arm: Unindent unnecessary else-clause
Peter Maydell
2022-02-21
1
-160
/
+163
[next]