index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-06
exec/cpu: Make address_space_init/reloading_memory_map target agnostic
Philippe Mathieu-Daudé
2
-25
/
+23
2022-03-06
exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic
Philippe Mathieu-Daudé
1
-12
/
+13
2022-03-06
misc: Add missing "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
6
-1
/
+5
2022-03-06
misc: Remove unnecessary "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
3
-3
/
+0
2022-03-06
softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2022-03-06
softmmu/physmem: Remove unnecessary include
Philippe Mathieu-Daudé
1
-1
/
+0
2022-03-06
softmmu/globals: Remove unused 'hw/i386/*' headers
Philippe Mathieu-Daudé
1
-2
/
+0
2022-03-06
accel: Introduce AccelOpsClass::cpus_are_resettable()
Philippe Mathieu-Daudé
4
-6
/
+12
2022-03-06
accel: Introduce AccelOpsClass::cpu_thread_is_idle()
Philippe Mathieu-Daudé
4
-2
/
+17
2022-03-06
softmmu/cpus: Code movement
Philippe Mathieu-Daudé
1
-5
/
+5
2022-03-06
accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE
Philippe Mathieu-Daudé
3
-12
/
+15
2022-03-06
accel/kvm: Simplify user-mode #ifdef'ry
Philippe Mathieu-Daudé
1
-5
/
+0
2022-03-06
sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnostic
Philippe Mathieu-Daudé
1
-3
/
+3
2022-03-06
sysemu/memory_mapping: Become target-agnostic
Philippe Mathieu-Daudé
2
-3
/
+3
2022-03-06
exec: Make cpu_memory_rw_debug() target agnostic
Philippe Mathieu-Daudé
5
-11
/
+11
2022-03-06
exec: Declare vaddr as a generic target-agnostic type
Philippe Mathieu-Daudé
2
-12
/
+13
2022-03-06
accel/meson: Only build hw virtualization with system emulation
Philippe Mathieu-Daudé
1
-5
/
+7
2022-03-06
accel: Restrict sysemu stubs to system emulation
Philippe Mathieu-Daudé
1
-4
/
+7
2022-03-05
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220305' into s...
Peter Maydell
9
-196
/
+190
2022-03-05
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220304' into...
Peter Maydell
17
-93
/
+440
2022-03-05
Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...
Peter Maydell
75
-2823
/
+4860
2022-03-05
target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16
Víctor Colombo
1
-0
/
+2
2022-03-05
target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINC
Víctor Colombo
1
-0
/
+2
2022-03-05
target/ppc: split XXGENPCV macros for readability
Matheus Ferst
2
-42
/
+57
2022-03-05
target/ppc: use andc in vrlqmi
Matheus Ferst
1
-4
/
+2
2022-03-05
target/ppc: use extract/extract2 to create vrlqnm mask
Matheus Ferst
1
-7
/
+3
2022-03-05
target/ppc: use ext32u and deposit in do_vx_vmulhw_i64
Matheus Ferst
1
-7
/
+3
2022-03-05
target/ppc: Fix vmul[eo]* instructions marked 2.07
Lucas Mateus Castro (alqotel)
1
-8
/
+8
2022-03-05
tests/tcg/ppc64le: Use Altivec register names in clobber list
Matheus Ferst
1
-8
/
+8
2022-03-05
tests/tcg/ppc64le: emit bcdsub with .long when needed
Matheus Ferst
1
-31
/
+42
2022-03-05
tests/tcg/ppc64le: drop __int128 usage in bcdsub
Matheus Ferst
1
-68
/
+61
2022-03-05
target/ppc: change xs[n]madd[am]sp to use float64r32_muladd
Matheus Ferst
1
-38
/
+20
2022-03-05
tests/tcg/ppc64le: use inline asm instead of __builtin_mtfsf
Matheus Ferst
1
-10
/
+9
2022-03-05
Use long endian options for ppc64
Miroslav Rezanina
2
-4
/
+4
2022-03-04
Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220304-pull-reques...
Peter Maydell
27
-364
/
+600
2022-03-04
tcg/i386: Implement bitsel for avx512
Richard Henderson
2
-2
/
+20
2022-03-04
tcg/i386: Implement more logical operations for avx512
Richard Henderson
2
-5
/
+39
2022-03-04
tcg/i386: Implement avx512 multiply
Richard Henderson
1
-6
/
+6
2022-03-04
tcg/i386: Implement avx512 min/max/abs
Richard Henderson
1
-7
/
+11
2022-03-04
tcg/i386: Expand scalar rotate with avx512 insns
Richard Henderson
1
-20
/
+29
2022-03-04
tcg/i386: Remove rotls_vec from tcg_target_op_def
Richard Henderson
1
-1
/
+0
2022-03-04
tcg/i386: Expand vector word rotate as avx512vbmi2 shift-double
Richard Henderson
1
-1
/
+17
2022-03-04
tcg/i386: Support avx512vbmi2 vector shift-double instructions
Richard Henderson
3
-0
/
+42
2022-03-04
tcg/i386: Implement avx512 variable rotate
Richard Henderson
2
-2
/
+25
2022-03-04
tcg/i386: Implement avx512 immediate rotate
Richard Henderson
2
-3
/
+14
2022-03-04
tcg/i386: Implement avx512 immediate sari shift
Richard Henderson
1
-9
/
+21
2022-03-04
tcg/i386: Implement avx512 scalar shift
Richard Henderson
1
-2
/
+10
2022-03-04
tcg/i386: Implement avx512 variable shifts
Richard Henderson
1
-8
/
+24
2022-03-04
tcg/i386: Use tcg_can_emit_vec_op in expand_vec_cmp_noinv
Richard Henderson
1
-4
/
+4
2022-03-04
tcg/i386: Add tcg_out_evex_opc
Richard Henderson
1
-1
/
+50
[next]