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
2024-01-18
target/i386: pcrel: store low bits of physical address in data[0]
Paolo Bonzini
2024-01-18
target/i386: fix incorrect EIP in PC-relative translation blocks
guoguangyao
2024-01-18
target/i386: Do not re-compute new pc with CF_PCREL
Richard Henderson
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-12-29
target/i386: implement CMPccXADD
Paolo Bonzini
2023-12-29
target/i386: introduce flags writeback mechanism
Paolo Bonzini
2023-12-29
target/i386: adjust decoding of J operand
Paolo Bonzini
2023-12-29
target/i386: move operand load and writeback out of gen_cmovcc1
Paolo Bonzini
2023-12-29
target/i386: prepare for implementation of STOS/SCAS in new decoder
Paolo Bonzini
2023-12-29
target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0
Paolo Bonzini
2023-12-29
target/i386: do not use s->tmp4 for push
Paolo Bonzini
2023-12-29
target/i386: split eflags computation out of gen_compute_eflags
Paolo Bonzini
2023-12-29
target/i386: do not clobber T0 on string operations
Paolo Bonzini
2023-12-29
target/i386: do not clobber A0 in POP translation
Paolo Bonzini
2023-12-29
target/i386: do not decode string source/destination into decode->mem
Paolo Bonzini
2023-12-29
target/i386: add X86_SPECIALs for MOVSX and MOVZX
Paolo Bonzini
2023-12-29
target/i386: rename zext0/zext2 and make them closer to the manual
Paolo Bonzini
2023-12-29
target/i386: avoid trunc and ext for MULX and RORX
Paolo Bonzini
2023-12-29
target/i386: reimplement check for validity of LOCK prefix
Paolo Bonzini
2023-12-29
target/i386: document more deviations from the manual
Paolo Bonzini
2023-12-29
target/i386: clean up cpu_cc_compute_all
Paolo Bonzini
2023-12-29
target/i386: remove unnecessary truncations
Paolo Bonzini
2023-12-29
target/i386: remove unnecessary arguments from raise_interrupt
Paolo Bonzini
2023-12-29
target/i386: speedup JO/SETO after MUL or IMUL
Paolo Bonzini
2023-12-29
target/i386: optimize computation of JL and JLE from flags
Paolo Bonzini
2023-12-12
target/i386: Fix 32-bit wrapping of pc/eip computation
Richard Henderson
2023-10-25
target/i386: validate VEX.W for AVX instructions
Paolo Bonzini
2023-10-25
target/i386: group common checks in the decoding phase
Paolo Bonzini
2023-10-25
target/i386: implement SHA instructions
Paolo Bonzini
2023-10-22
target/i386: Use tcg_gen_ext_tl
Richard Henderson
2023-10-22
target/i386: Use i128 for 128 and 256-bit loads and stores
Richard Henderson
2023-10-17
target/i386: check intercept for XSETBV
Paolo Bonzini
2023-10-12
target/i386: fix shadowed variable pasto
Paolo Bonzini
2023-10-07
target/i386: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-10-03
accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()
Philippe Mathieu-Daudé
2023-09-26
target/i386/svm_helper: eliminate duplicate local variable
Paolo Bonzini
2023-09-26
target/i386/seg_helper: remove shadowed variable
Paolo Bonzini
2023-09-26
target/i386/seg_helper: introduce tss_set_busy
Paolo Bonzini
2023-09-26
target/i386/translate: avoid shadowed local variables
Paolo Bonzini
2023-09-20
i386: spelling fixes
Michael Tokarev
2023-09-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-09-01
target/i386: fix memory operand size for CVTPS2PD
Paolo Bonzini
2023-09-01
target/i386: generalize operand size "ph" for use in CVTPS2PD
Paolo Bonzini
2023-09-01
target/i386: raise FERR interrupt with iothread locked
Paolo Bonzini
2023-08-31
target/translate: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
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
[next]