aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé
2022-03-06exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnosticPhilippe Mathieu-Daudé
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2022-03-06misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2022-03-06softmmu/cpu-timers: Remove unused 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2022-03-06softmmu/physmem: Remove unnecessary includePhilippe Mathieu-Daudé
2022-03-06softmmu/globals: Remove unused 'hw/i386/*' headersPhilippe Mathieu-Daudé
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé
2022-03-06softmmu/cpus: Code movementPhilippe Mathieu-Daudé
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé
2022-03-06accel/kvm: Simplify user-mode #ifdef'ryPhilippe Mathieu-Daudé
2022-03-06sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnosticPhilippe Mathieu-Daudé
2022-03-06sysemu/memory_mapping: Become target-agnosticPhilippe Mathieu-Daudé
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé
2022-03-06exec: Declare vaddr as a generic target-agnostic typePhilippe Mathieu-Daudé
2022-03-06accel/meson: Only build hw virtualization with system emulationPhilippe Mathieu-Daudé
2022-03-06accel: Restrict sysemu stubs to system emulationPhilippe Mathieu-Daudé
2022-03-05Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220305' into s...Peter Maydell
2022-03-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220304' into...Peter Maydell
2022-03-05Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell
2022-03-05target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16Víctor Colombo
2022-03-05target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINCVíctor Colombo
2022-03-05target/ppc: split XXGENPCV macros for readabilityMatheus Ferst
2022-03-05target/ppc: use andc in vrlqmiMatheus Ferst
2022-03-05target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst
2022-03-05target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst
2022-03-05target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)
2022-03-05tests/tcg/ppc64le: Use Altivec register names in clobber listMatheus Ferst
2022-03-05tests/tcg/ppc64le: emit bcdsub with .long when neededMatheus Ferst
2022-03-05tests/tcg/ppc64le: drop __int128 usage in bcdsubMatheus Ferst
2022-03-05target/ppc: change xs[n]madd[am]sp to use float64r32_muladdMatheus Ferst
2022-03-05tests/tcg/ppc64le: use inline asm instead of __builtin_mtfsfMatheus Ferst
2022-03-05Use long endian options for ppc64Miroslav Rezanina
2022-03-04Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220304-pull-reques...Peter Maydell
2022-03-04tcg/i386: Implement bitsel for avx512Richard Henderson
2022-03-04tcg/i386: Implement more logical operations for avx512Richard Henderson
2022-03-04tcg/i386: Implement avx512 multiplyRichard Henderson
2022-03-04tcg/i386: Implement avx512 min/max/absRichard Henderson
2022-03-04tcg/i386: Expand scalar rotate with avx512 insnsRichard Henderson
2022-03-04tcg/i386: Remove rotls_vec from tcg_target_op_defRichard Henderson
2022-03-04tcg/i386: Expand vector word rotate as avx512vbmi2 shift-doubleRichard Henderson
2022-03-04tcg/i386: Support avx512vbmi2 vector shift-double instructionsRichard Henderson
2022-03-04tcg/i386: Implement avx512 variable rotateRichard Henderson
2022-03-04tcg/i386: Implement avx512 immediate rotateRichard Henderson
2022-03-04tcg/i386: Implement avx512 immediate sari shiftRichard Henderson
2022-03-04tcg/i386: Implement avx512 scalar shiftRichard Henderson
2022-03-04tcg/i386: Implement avx512 variable shiftsRichard Henderson
2022-03-04tcg/i386: Use tcg_can_emit_vec_op in expand_vec_cmp_noinvRichard Henderson
2022-03-04tcg/i386: Add tcg_out_evex_opcRichard Henderson