index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
tcg
Age
Commit message (
Expand
)
Author
2023-12-14
target/i386: Fix 32-bit wrapping of pc/eip computation
Richard Henderson
2023-10-04
target/i386: fix memory operand size for CVTPS2PD
Paolo Bonzini
2023-10-04
target/i386: generalize operand size "ph" for use in CVTPS2PD
Paolo Bonzini
2023-09-21
target/i386: raise FERR interrupt with iothread locked
Paolo Bonzini
2023-08-04
target/i386: Check CR0.TS before enter_mmx
Matt Borgerson
2023-06-29
target/i386: emulate 64-bit ring 0 for linux-user if LM feature is set
Paolo Bonzini
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
2023-06-26
target/i386: implement RDPID in TCG
Paolo Bonzini
2023-06-26
target/i386: sysret and sysexit are privileged
Paolo Bonzini
2023-06-26
target/i386: AMD only supports SYSENTER/SYSEXIT in 32-bit mode
Paolo Bonzini
2023-06-26
target/i386: Intel only supports SYSCALL/SYSRET in long mode
Paolo Bonzini
2023-06-26
target/i386: TCG supports WBNOINVD
Paolo Bonzini
2023-06-26
target/i386: do not accept RDSEED if CPUID bit absent
Paolo Bonzini
2023-06-26
target/i386: fix INVD vmexit
Paolo Bonzini
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
2023-06-20
target/i386: Simplify i386_tr_init_disas_context()
Philippe Mathieu-Daudé
2023-06-13
target/i386: Rename helper template headers as '.h.inc'
Philippe Mathieu-Daudé
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-05-18
target/i386: Fix exception classes for MOVNTPS/MOVNTPD.
Ricky Zhou
2023-05-18
target/i386: Fix exception classes for SSE/AVX instructions.
Ricky Zhou
2023-05-18
target/i386: Fix and add some comments next to SSE/AVX instructions.
Ricky Zhou
2023-05-18
target/i386: fix avx2 instructions vzeroall and vpermdq
Xinyu Li
2023-05-18
target/i386: fix operand size for VCOMI/VUCOMI instructions
Paolo Bonzini
2023-04-23
tcg: Replace tcg_abort with g_assert_not_reached
Richard Henderson
2023-04-20
target/i386: Avoid unreachable variable declaration in mmu_translate()
Peter Maydell
2023-03-13
target/i386: Avoid use of tcg_const_* throughout
Richard Henderson
2023-03-05
target/i386: Simplify POPF
Richard Henderson
2023-03-05
target/i386: Drop tcg_temp_free
Richard Henderson
2023-03-01
target/i386: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
target/i386: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-02-28
accel/tcg: Add 'size' param to probe_access_full
Richard Henderson
2023-02-27
target/i386: Fix BZHI instruction
Richard Henderson
2023-02-16
target/i386: Fix 32-bit AD[CO]X insns in 64-bit mode
Richard Henderson
2023-02-11
target/i386: fix ADOX followed by ADCX
Paolo Bonzini
2023-02-11
target/i386: Fix C flag for BLSI, BLSMSK, BLSR
Richard Henderson
2023-02-11
target/i386: Fix BEXTR instruction
Richard Henderson
2023-02-04
target/i386: Inline cmpxchg16b
Richard Henderson
2023-02-04
target/i386: Inline cmpxchg8b
Richard Henderson
2023-02-04
target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
Richard Henderson
2023-01-11
target/i386: fix operand size of unary SSE operations
Paolo Bonzini
2023-01-11
i386: Emit correct error code for 64-bit IDT entry
Joe Richey
2022-12-01
target/i386: Always completely initialize TranslateFault
Richard Henderson
2022-12-01
target/i386: allow MMX instructions with CR4.OSFXSR=0
Paolo Bonzini
2022-11-15
target/i386: hardcode R_EAX as destination register for LAHF/SAHF
Paolo Bonzini
2022-11-15
target/i386: fix cmpxchg with 32-bit register destination
Paolo Bonzini
2022-11-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
[next]