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
*
target/riscv: Pass the same value to oprsz and maxsz.
LIU Zhiwei
2021-06-08
1
-39
/
+50
*
target/riscv/pmp: Add assert for ePMP operations
Alistair Francis
2021-06-08
1
-0
/
+4
*
target/riscv: Dump CSR mscratch/sscratch/satp
Changbin Du
2021-06-08
1
-2
/
+5
*
target/riscv: Remove unnecessary riscv_*_names[] declaration
Bin Meng
2021-06-08
2
-4
/
+2
*
target/riscv: Do not include 'pmp.h' in user emulation
Philippe Mathieu-Daudé
2021-06-08
1
-0
/
+2
*
target/riscv: fix wfi exception behavior
Jose Martins
2021-06-08
2
-3
/
+9
*
i386: run accel_cpu_instance_init as post_init
Claudio Fontana
2021-06-04
1
-3
/
+7
*
i386: reorder call to cpu_exec_realizefn
Claudio Fontana
2021-06-04
2
-30
/
+61
*
target/i386: Fix decode of cr8
Richard Henderson
2021-06-04
1
-0
/
+1
*
target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versa
Paolo Bonzini
2021-06-04
1
-1
/
+1
*
target/i386: tcg: fix loading of registers from 16-bit TSS
Paolo Bonzini
2021-06-04
1
-14
/
+11
*
target/i386: tcg: fix segment register offsets for 16-bit TSS
Paolo Bonzini
2021-06-04
1
-2
/
+2
*
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
2021-06-03
3
-93
/
+126
*
hvf: Simplify post reset/init/loadvm hooks
Alexander Graf
2021-06-03
1
-1
/
+4
*
hvf: Introduce hvf vcpu struct
Alexander Graf
2021-06-03
8
-234
/
+236
*
hvf: Remove hvf-accel-ops.h
Alexander Graf
2021-06-03
1
-2
/
+0
*
hvf: Use cpu_synchronize_state()
Alexander Graf
2021-06-03
1
-5
/
+4
*
hvf: Split out common code on vcpu init and destroy
Alexander Graf
2021-06-03
1
-21
/
+2
*
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
[next]