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-04-09
target/i386: Preserve DisasContextBase.insn_start across rewind
Richard Henderson
2024-03-26
target/i386/tcg: Enable page walking from MMIO memory
Gregory Price
2024-02-28
target/i386: leave the A20 bit set in the final NPT walk
Paolo Bonzini
2024-02-28
target/i386: remove unnecessary/wrong application of the A20 mask
Paolo Bonzini
2024-02-28
target/i386: Fix physical address truncation
Paolo Bonzini
2024-02-28
target/i386: use separate MMU indexes for 32-bit accesses
Paolo Bonzini
2024-02-28
target/i386: introduce function to query MMU indices
Paolo Bonzini
2024-02-28
target/i386: check validity of VMCB addresses
Paolo Bonzini
2024-02-28
target/i386: mask high bits of CR3 in 32-bit mode
Paolo Bonzini
2024-02-16
target/i386: Generate an illegal opcode exception on cmp instructions with lo...
Ziqiao Kong
2024-02-14
apic, i386/tcg: add x2apic transitions
Bui Quang Minh
2024-02-14
i386/tcg: implement x2APIC registers MSR access
Bui Quang Minh
2024-02-03
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2024-01-29
target/i386: Extract x86_cpu_exec_halt() from accel/tcg/
Philippe Mathieu-Daudé
2024-01-29
target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
Philippe Mathieu-Daudé
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
2024-01-19
Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-01-19
target/i386: Rename tcg_cpu_FOO() to include 'x86'
Philippe Mathieu-Daudé
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
[next]