aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg
AgeCommit message (Expand)Author
2023-12-29target/i386: remove unnecessary truncationsPaolo Bonzini
2023-12-29target/i386: remove unnecessary arguments from raise_interruptPaolo Bonzini
2023-12-29target/i386: speedup JO/SETO after MUL or IMULPaolo Bonzini
2023-12-29target/i386: optimize computation of JL and JLE from flagsPaolo Bonzini
2023-12-12target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson
2023-10-25target/i386: validate VEX.W for AVX instructionsPaolo Bonzini
2023-10-25target/i386: group common checks in the decoding phasePaolo Bonzini
2023-10-25target/i386: implement SHA instructionsPaolo Bonzini
2023-10-22target/i386: Use tcg_gen_ext_tlRichard Henderson
2023-10-22target/i386: Use i128 for 128 and 256-bit loads and storesRichard Henderson
2023-10-17target/i386: check intercept for XSETBVPaolo Bonzini
2023-10-12target/i386: fix shadowed variable pastoPaolo Bonzini
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()Philippe Mathieu-Daudé
2023-09-26target/i386/svm_helper: eliminate duplicate local variablePaolo Bonzini
2023-09-26target/i386/seg_helper: remove shadowed variablePaolo Bonzini
2023-09-26target/i386/seg_helper: introduce tss_set_busyPaolo Bonzini
2023-09-26target/i386/translate: avoid shadowed local variablesPaolo Bonzini
2023-09-20i386: spelling fixesMichael Tokarev
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-01target/i386: fix memory operand size for CVTPS2PDPaolo Bonzini
2023-09-01target/i386: generalize operand size "ph" for use in CVTPS2PDPaolo Bonzini
2023-09-01target/i386: raise FERR interrupt with iothread lockedPaolo Bonzini
2023-08-31target/translate: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-08-04target/i386: Check CR0.TS before enter_mmxMatt Borgerson
2023-06-29target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini
2023-06-26target/i386: implement RDPID in TCGPaolo Bonzini
2023-06-26target/i386: sysret and sysexit are privilegedPaolo Bonzini
2023-06-26target/i386: AMD only supports SYSENTER/SYSEXIT in 32-bit modePaolo Bonzini
2023-06-26target/i386: Intel only supports SYSCALL/SYSRET in long modePaolo Bonzini
2023-06-26target/i386: TCG supports WBNOINVDPaolo Bonzini
2023-06-26target/i386: do not accept RDSEED if CPUID bit absentPaolo Bonzini
2023-06-26target/i386: fix INVD vmexitPaolo Bonzini
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé
2023-06-20target/i386: Simplify i386_tr_init_disas_context()Philippe Mathieu-Daudé
2023-06-13target/i386: Rename helper template headers as '.h.inc'Philippe Mathieu-Daudé
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-05-18target/i386: Fix exception classes for MOVNTPS/MOVNTPD.Ricky Zhou
2023-05-18target/i386: Fix exception classes for SSE/AVX instructions.Ricky Zhou
2023-05-18target/i386: Fix and add some comments next to SSE/AVX instructions.Ricky Zhou
2023-05-18target/i386: fix avx2 instructions vzeroall and vpermdqXinyu Li
2023-05-18target/i386: fix operand size for VCOMI/VUCOMI instructionsPaolo Bonzini
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson
2023-04-20target/i386: Avoid unreachable variable declaration in mmu_translate()Peter Maydell
2023-03-13target/i386: Avoid use of tcg_const_* throughoutRichard Henderson