summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-09-025-1329/+1465
|\
| * target/i386: AVX+AES helpers prepPaul Brook2022-09-011-19/+22
| * target/i386: AVX pclmulqdq prepPaul Brook2022-09-011-7/+22
| * target/i386: Rewrite blendv helpersPaul Brook2022-09-011-62/+24Star
| * target/i386: Misc AVX helper prepPaul Brook2022-09-011-49/+94
| * target/i386: Destructive FP helpers for AVXPaul Brook2022-09-011-58/+43Star
| * target/i386: Dot product AVX helper prepPaul Brook2022-09-011-35/+45
| * target/i386: reimplement AVX comparison helpersPaul Brook2022-09-013-69/+78
| * target/i386: Floating point arithmetic helper AVX prepPaul Brook2022-09-011-41/+87
| * target/i386: Destructive vector helpers for AVXPaul Brook2022-09-011-301/+269Star
| * target/i386: Misc integer AVX helper prepPaul Brook2022-09-011-86/+82Star
| * target/i386: Rewrite simple integer vector helpersPaul Brook2022-09-011-54/+27Star
| * target/i386: Rewrite vector shift helperPaul Brook2022-09-011-131/+108Star
| * target/i386: rewrite destructive 3DNow operationsPaolo Bonzini2022-09-011-16/+16
| * target/i386: Add CHECK_NO_VEXPaul Brook2022-09-011-0/+26
| * target/i386: do not cast gen_helper_* function pointersPaolo Bonzini2022-09-011-38/+37Star
| * target/i386: Add size suffix to vector FP helpersPaolo Bonzini2022-09-013-66/+67
| * target/i386: isolate MMX code morePaolo Bonzini2022-09-011-18/+32
| * target/i386: check SSE table flags instead of hardcoding opcodesPaolo Bonzini2022-09-011-44/+31Star
| * target/i386: Move 3DNOW decoderPaul Brook2022-09-011-13/+17
| * target/i386: Rework sse_op_table6/7Paul Brook2022-09-011-100/+132
| * target/i386: Rework sse_op_table1Paul Brook2022-09-011-130/+183
| * target/i386: Add ZMM_OFFSET macroPaul Brook2022-09-011-33/+27Star
| * target/i386: formatting fixesPaolo Bonzini2022-09-011-3/+4
| * target/i386: do not use MOVL to move data between SSE registersPaolo Bonzini2022-09-011-2/+4
| * target/i386: DPPS rounding fixPaolo Bonzini2022-09-011-32/+35
| * target/i386: fix PHSUB* instructions with dest=srcPaolo Bonzini2022-09-011-20/+29
| * meson: remove dead codePaolo Bonzini2022-09-011-2/+0Star
| * i386: do kvm_put_msr_feature_control() first thing when vCPU is resetVitaly Kuznetsov2022-09-011-5/+12
| * i386: reset KVM nested state upon CPU resetVitaly Kuznetsov2022-09-011-10/+27
* | Merge tag 'pull-avr-20220901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-09-012-30/+65
|\ \
| * | target/avr: Disable interrupts when env->skip setRichard Henderson2022-09-012-4/+31
| * | target/avr: Only execute one interrupt at a timeRichard Henderson2022-09-011-6/+3Star
| * | target/avr: Call avr_cpu_do_interrupt directlyRichard Henderson2022-09-011-3/+2Star
| * | target/avr: Support probe argument to tlb_fillRichard Henderson2022-09-011-17/+29
| |/
* | Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-09-015-25/+78
|\ \ | |/ |/|
| * target/ppc: Bugfix FP when OE/UE are setLucas Mateus Castro (alqotel)2022-08-312-2/+2
| * target/ppc: Fix host PVR matching for KVMNicholas Piggin2022-08-303-23/+76
* | target/s390x: Fix CLFIT and CLGIT immediate sizeIlya Leoshkevich2022-08-251-2/+2
* | s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1Christian Borntraeger2022-08-252-0/+3
|/
* target/hppa: Fix proberi instruction emulation for linux-userHelge Deller2022-08-191-1/+1
* docs/system/loongarch: Update the LoongArch documentXiaojuan Yang2022-08-131-48/+1Star
* target/arm: Don't report Statistical Profiling Extension in ID registersPeter Maydell2022-08-121-0/+11
* target/loongarch: Remove cpu_fcsr0Richard Henderson2022-08-094-22/+20Star
* target/mips: Handle lock_user() failure in UHI_plog semihosting callPeter Maydell2022-08-081-0/+3
* Merge tag 'pull-la-20220805' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-08-054-14/+58
|\
| * target/loongarch: Update gdb_set_fpu() and gdb_get_fpu()Song Gao2022-08-052-7/+30
| * target/loongarch: Update loongarch-fpu.xmlSong Gao2022-08-051-1/+1
| * target/loongarch: add gdb_arch_name()Song Gao2022-08-051-0/+6
| * target/loongarch: Fix GDB get the wrong pcSong Gao2022-08-052-3/+6