aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-09-06target/riscv: Add MAX_INSN_LEN and insn_lenRichard Henderson
2022-09-06target/i386: Make translator stop before the end of a pageIlya Leoshkevich
2022-09-06target/s390x: Make translator stop before the end of a pageIlya Leoshkevich
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-09-06accel/tcg: Remove translator_ldswRichard Henderson
2022-09-04target/openrisc: Interrupt handling fixesStafford Horne
2022-09-04target/openrisc: Enable MTTCGStafford Horne
2022-09-04target/openrisc: Add interrupted CPU to logStafford Horne
2022-09-04target/openrisc: Fix memory reading in debuggerStafford Horne
2022-09-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-09-01Merge tag 'pull-avr-20220901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-09-01target/i386: AVX+AES helpers prepPaul Brook
2022-09-01target/i386: AVX pclmulqdq prepPaul Brook
2022-09-01target/i386: Rewrite blendv helpersPaul Brook
2022-09-01target/i386: Misc AVX helper prepPaul Brook
2022-09-01target/i386: Destructive FP helpers for AVXPaul Brook
2022-09-01target/i386: Dot product AVX helper prepPaul Brook
2022-09-01target/i386: reimplement AVX comparison helpersPaul Brook
2022-09-01target/i386: Floating point arithmetic helper AVX prepPaul Brook
2022-09-01target/i386: Destructive vector helpers for AVXPaul Brook
2022-09-01target/i386: Misc integer AVX helper prepPaul Brook
2022-09-01target/i386: Rewrite simple integer vector helpersPaul Brook
2022-09-01target/i386: Rewrite vector shift helperPaul Brook
2022-09-01target/i386: rewrite destructive 3DNow operationsPaolo Bonzini
2022-09-01target/i386: Add CHECK_NO_VEXPaul Brook
2022-09-01target/i386: do not cast gen_helper_* function pointersPaolo Bonzini
2022-09-01target/i386: Add size suffix to vector FP helpersPaolo Bonzini
2022-09-01target/i386: isolate MMX code morePaolo Bonzini
2022-09-01target/i386: check SSE table flags instead of hardcoding opcodesPaolo Bonzini
2022-09-01target/i386: Move 3DNOW decoderPaul Brook
2022-09-01target/i386: Rework sse_op_table6/7Paul Brook
2022-09-01target/i386: Rework sse_op_table1Paul Brook
2022-09-01target/i386: Add ZMM_OFFSET macroPaul Brook
2022-09-01target/i386: formatting fixesPaolo Bonzini
2022-09-01target/i386: do not use MOVL to move data between SSE registersPaolo Bonzini
2022-09-01Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi
2022-09-01target/i386: DPPS rounding fixPaolo Bonzini
2022-09-01target/i386: fix PHSUB* instructions with dest=srcPaolo Bonzini
2022-09-01meson: remove dead codePaolo Bonzini
2022-09-01i386: do kvm_put_msr_feature_control() first thing when vCPU is resetVitaly Kuznetsov
2022-09-01i386: reset KVM nested state upon CPU resetVitaly Kuznetsov
2022-09-01target/avr: Disable interrupts when env->skip setRichard Henderson
2022-09-01target/avr: Only execute one interrupt at a timeRichard Henderson
2022-09-01target/avr: Call avr_cpu_do_interrupt directlyRichard Henderson
2022-09-01target/avr: Support probe argument to tlb_fillRichard Henderson
2022-08-31target/ppc: Bugfix FP when OE/UE are setLucas Mateus Castro (alqotel)
2022-08-30target/ppc: Fix host PVR matching for KVMNicholas Piggin
2022-08-25target/s390x: Fix CLFIT and CLGIT immediate sizeIlya Leoshkevich
2022-08-25s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1Christian Borntraeger
2022-08-19target/hppa: Fix proberi instruction emulation for linux-userHelge Deller