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: 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
*
|
target/arm: Make KVM -cpu max exactly like -cpu host
Peter Maydell
2022-02-21
1
-6
/
+8
*
|
target/arm: Use aarch64_cpu_register() for 'host' CPU type
Peter Maydell
2022-02-21
1
-13
/
+4
*
|
target/arm: Move '-cpu host' code to cpu64.c
Peter Maydell
2022-02-21
2
-30
/
+30
*
|
hvf: arm: Handle unknown ID registers as RES0
Alexander Graf
2022-02-21
1
-0
/
+14
*
|
hvf: arm: Use macros for sysreg shift/masking
Alexander Graf
2022-02-21
1
-22
/
+47
|
/
*
arm: force flag recalculation when messing with DAIF
Alex Bennée
2022-02-08
1
-0
/
+2
*
arm: tcg: Adhere to SMCCC 1.3 section 5.2
Peter Maydell
2022-02-08
1
-29
/
+6
*
target/arm: make psci-conduit settable after realize
Peter Maydell
2022-02-08
1
-1
/
+5
*
target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el
Richard Henderson
2022-02-08
1
-1
/
+1
*
target/arm: Fix {fp, sve}_exception_el for VHE mode running
Richard Henderson
2022-02-08
1
-17
/
+60
*
target/arm: Tidy sve_exception_el for CPACR_EL1 access
Richard Henderson
2022-02-08
1
-19
/
+17
*
target/arm: Fix sve_zcr_len_for_el for VHE mode running
Richard Henderson
2022-02-08
1
-1
/
+2
*
target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp
Peter Maydell
2022-01-28
1
-2
/
+2
*
target/arm: Log CPU index in 'Taking exception' log
Peter Maydell
2022-01-28
3
-5
/
+8
*
hw/arm/virt: KVM: Enable PAuth when supported by the host
Marc Zyngier
2022-01-20
4
-15
/
+54
*
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2022-01-08
7
-23
/
+23
*
target/arm: Add missing FEAT_TLBIOS instructions
Idan Horowitz
2022-01-07
1
-0
/
+32
*
target/arm: Correct calculation of tlb range invalidate length
Peter Maydell
2021-12-15
1
-3
/
+3
*
target/arm: Suppress bp for exceptions with more priority
Richard Henderson
2021-12-15
1
-0
/
+23
*
target/arm: Assert thumb pc is aligned
Richard Henderson
2021-12-15
3
-2
/
+20
*
target/arm: Take an exception if PC is misaligned
Richard Henderson
2021-12-15
5
-1
/
+60
*
target/arm: Split compute_fsr_fsc out of arm_deliver_fault
Richard Henderson
2021-12-15
1
-17
/
+28
*
target/arm: Advance pc for arch single-step exception
Richard Henderson
2021-12-15
1
-0
/
+1
*
target/arm: Split arm_pre_translate_insn
Richard Henderson
2021-12-15
1
-3
/
+7
*
target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insn
Richard Henderson
2021-12-15
1
-8
/
+8
*
target/arm: Hoist pc_next to a local variable in arm_tr_translate_insn
Richard Henderson
2021-12-15
1
-4
/
+5
[next]