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
*
hvf: Move hvf internal definitions into common header
Alexander Graf
2021-06-03
1
-30
/
+1
*
hvf: Move cpu functions into common directory
Alexander Graf
2021-06-03
3
-306
/
+0
*
hvf: Move vcpu thread functions into common directory
Alexander Graf
2021-06-03
4
-171
/
+1
*
hvf: Move assert_hvf_ok() into common directory
Alexander Graf
2021-06-03
1
-32
/
+1
*
target/arm: Enable BFloat16 extensions
Richard Henderson
2021-06-03
3
-0
/
+7
*
target/arm: Implement bfloat widening fma (indexed)
Richard Henderson
2021-06-03
7
-1
/
+82
*
target/arm: Implement bfloat widening fma (vector)
Richard Henderson
2021-06-03
7
-4
/
+73
*
target/arm: Implement bfloat16 matrix multiply accumulate
Richard Henderson
2021-06-03
7
-3
/
+81
*
target/arm: Implement bfloat16 dot product (indexed)
Richard Henderson
2021-06-03
7
-9
/
+80
*
target/arm: Implement bfloat16 dot product (vector)
Richard Henderson
2021-06-03
7
-0
/
+89
*
target/arm: Implement vector float32 to bfloat16 conversion
Richard Henderson
2021-06-03
9
-0
/
+95
*
target/arm: Implement scalar float32 to bfloat16 conversion
Richard Henderson
2021-06-03
5
-0
/
+51
*
target/arm: Unify unallocated path in disas_fp_1src
Richard Henderson
2021-06-03
1
-9
/
+6
*
target/arm: Add isar_feature_{aa32, aa64, aa64_sve}_bf16
Richard Henderson
2021-06-03
1
-0
/
+15
*
target/arm: use raise_exception_ra for stack limit exception
Jamie Iles
2021-06-03
2
-10
/
+4
*
target/arm: use raise_exception_ra for MTE check failure
Jamie Iles
2021-06-03
1
-9
/
+3
*
target/arm: fold do_raise_exception into raise_exception
Jamie Iles
2021-06-03
1
-10
/
+2
*
target/arm: fix missing exception class
Jamie Iles
2021-06-03
1
-2
/
+9
*
target/arm: Mark LDS{MIN,MAX} as signed operations
Richard Henderson
2021-06-03
1
-3
/
+10
*
target/arm: Allow board models to specify initial NS VTOR
Peter Maydell
2021-06-03
2
-0
/
+12
*
target/arm: Make FPSCR.LTPSIZE writable for MVE
Peter Maydell
2021-06-03
3
-4
/
+9
*
target/arm: Implement M-profile VPR register
Peter Maydell
2021-06-03
3
-0
/
+63
*
target/arm: Fix return values in fp_sysreg_checks()
Peter Maydell
2021-06-03
1
-3
/
+3
*
target/arm: Add MVE check to VMOV_reg_sp and VMOV_reg_dp
Peter Maydell
2021-06-03
1
-2
/
+13
*
target/arm: Move fpsp/fpdp isar check into callers of do_vfp_2op_sp/dp
Peter Maydell
2021-06-03
1
-18
/
+19
*
target/arm: Update feature checks for insns which are "MVE or FP"
Peter Maydell
2021-06-03
1
-19
/
+29
*
target/arm: Add isar feature check functions for MVE
Peter Maydell
2021-06-03
1
-0
/
+22
*
target/ppc: fix single-step exception regression
Luis Pires
2021-06-03
1
-3
/
+2
*
target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetree
Matheus Ferst
2021-06-03
3
-52
/
+45
*
target/ppc: Move addpcis to decodetree
Matheus Ferst
2021-06-03
3
-9
/
+13
*
target/ppc: Implement vcfuged instruction
Matheus Ferst
2021-06-03
3
-0
/
+64
*
target/ppc: Implement cfuged instruction
Matheus Ferst
2021-06-03
4
-0
/
+79
*
target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructions
Matheus Ferst
2021-06-03
2
-0
/
+33
*
target/ppc: Implement prefixed integer store instructions
Richard Henderson
2021-06-03
2
-0
/
+16
*
target/ppc: Move D/DS/X-form integer stores to decodetree
Richard Henderson
2021-06-03
3
-82
/
+49
*
target/ppc: Implement prefixed integer load instructions
Richard Henderson
2021-06-03
2
-0
/
+31
*
target/ppc: Move D/DS/X-form integer loads to decodetree
Richard Henderson
2021-06-03
3
-123
/
+150
*
target/ppc: Implement PNOP
Richard Henderson
2021-06-03
2
-0
/
+78
*
target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI
Richard Henderson
2021-06-03
4
-29
/
+64
*
target/ppc: Add infrastructure for prefixed insns
Richard Henderson
2021-06-03
6
-6
/
+95
*
target/ppc: Move page crossing check to ppc_tr_translate_insn
Richard Henderson
2021-06-03
1
-3
/
+6
*
target/ppc: Introduce macros to check isa extensions
Richard Henderson
2021-06-03
1
-0
/
+26
*
target/ppc: powerpc_excp: Consolidade TLB miss code
Fabiano Rosas
2021-06-03
1
-35
/
+2
*
target/ppc: powerpc_excp: Remove dump_syscall_vectored
Fabiano Rosas
2021-06-03
1
-13
/
+1
*
target/ppc: powerpc_excp: Move lpes code to where it is used
Fabiano Rosas
2021-06-03
1
-22
/
+25
*
target/ppc: overhauled and moved logic of storing fpscr
Bruno Larsen (billionai)
2021-06-03
4
-234
/
+65
*
target/ppc: removed all mentions to PPC_DUMP_CPU
Bruno Larsen (billionai)
2021-06-03
3
-312
/
+0
*
target/ppc: removed GEN_OPCODE decision tree
Bruno Larsen (billionai)
2021-06-03
1
-79
/
+0
*
target/ppc: removed mentions to DO_PPC_STATISTICS
Bruno Larsen (billionai)
2021-06-03
1
-12
/
+4
*
target/ppc: remove ppc_cpu_dump_statistics
Bruno Larsen (billionai)
2021-06-03
3
-55
/
+0
[next]