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-07-29
target/i386: Remove dead assignment to ss in do_interrupt64()
Peter Maydell
2024-07-16
target/i386/tcg: save current task state before loading new one
Paolo Bonzini
2024-07-16
target/i386/tcg: use X86Access for TSS access
Paolo Bonzini
2024-07-16
target/i386/tcg: check for correct busy state before switching to a new task
Paolo Bonzini
2024-07-16
target/i386/tcg: Compute MMU index once
Paolo Bonzini
2024-07-16
target/i386/tcg: Reorg push/pop within seg_helper.c
Richard Henderson
2024-07-16
target/i386/tcg: use PUSHL/PUSHW for error code
Paolo Bonzini
2024-07-16
target/i386/tcg: Allow IRET from user mode to user mode with SMAP
Paolo Bonzini
2024-07-16
target/i386/tcg: Remove SEG_ADDL
Richard Henderson
2024-07-16
target/i386/tcg: fix POP to memory in long mode
Paolo Bonzini
2024-06-28
target/i386: remove unused enum
Paolo Bonzini
2024-06-28
target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL
Paolo Bonzini
2024-06-28
target/i386: use cpu_cc_dst for CC_OP_POPCNT
Paolo Bonzini
2024-06-17
target/i386: convert CMPXCHG to new decoder
Paolo Bonzini
2024-06-17
target/i386: convert XADD to new decoder
Paolo Bonzini
2024-06-17
target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT to new decoder
Paolo Bonzini
2024-06-17
target/i386: convert SHLD/SHRD to new decoder
Paolo Bonzini
2024-06-17
target/i386: adapt gen_shift_count for SHLD/SHRD
Paolo Bonzini
2024-06-17
target/i386: pull load/writeback out of gen_shiftd_rm_T1
Paolo Bonzini
2024-06-17
target/i386: convert non-grouped, helper-based 2-byte opcodes
Paolo Bonzini
2024-06-17
target/i386: split X86_CHECK_prot into PE and VM86 checks
Paolo Bonzini
2024-06-17
target/i386: finish converting 0F AE to the new decoder
Paolo Bonzini
2024-06-17
target/i386: fix bad sorting of entries in the 0F table
Paolo Bonzini
2024-06-17
target/i386: replace read_crN helper with read_cr8
Paolo Bonzini
2024-06-17
target/i386: convert MOV from/to CR and DR to new decoder
Paolo Bonzini
2024-06-11
target/i386: fix processing of intercept 0 (read CR0)
Paolo Bonzini
2024-06-11
target/i386: replace NoSeg special with NoLoadEA
Paolo Bonzini
2024-06-11
target/i386: change X86_ENTRYwr to use T0, use it for moves
Paolo Bonzini
2024-06-11
target/i386: change X86_ENTRYr to use T0
Paolo Bonzini
2024-06-11
target/i386: put BLS* input in T1, use generic flag writeback
Paolo Bonzini
2024-06-11
target/i386: rewrite flags writeback for ADCX/ADOX
Paolo Bonzini
2024-06-11
target/i386: remove CPUX86State argument from generator functions
Paolo Bonzini
2024-06-08
target/i386: fix size of EBP writeback in gen_enter()
Mark Cave-Ayland
2024-06-08
target/i386: fix SP when taking a memory fault during POP
Mark Cave-Ayland
2024-06-08
target/i386: use gen_writeback() within gen_POP()
Mark Cave-Ayland
2024-06-08
target/i386: use local X86DecodedOp in gen_POP()
Mark Cave-Ayland
2024-06-08
target/i386: document use of DISAS_NORETURN
Paolo Bonzini
2024-06-08
target/i386: document incorrect semantics of watchpoint following MOV/POP SS
Paolo Bonzini
2024-06-08
target/i386: fix TF/RF handling for HLT
Paolo Bonzini
2024-06-08
target/i386: fix INHIBIT_IRQ/TF/RF handling for PAUSE
Paolo Bonzini
2024-06-08
target/i386: fix INHIBIT_IRQ/TF/RF handling for VMRUN
Paolo Bonzini
2024-06-08
target/i386: disable/enable breakpoints on vmentry/vmexit
Paolo Bonzini
2024-06-08
target/i386: implement DR7.GD
Paolo Bonzini
2024-06-08
target/i386: cleanup PAUSE helpers
Paolo Bonzini
2024-06-08
target/i386: cleanup HLT helpers
Paolo Bonzini
2024-06-08
target/i386: fix implementation of ICEBP
Paolo Bonzini
2024-06-08
target/i386: fix pushed value of EFLAGS.RF
Paolo Bonzini
2024-06-05
target/i386: fix xsave.flat from kvm-unit-tests
Paolo Bonzini
2024-06-05
target/i386/tcg: Fix RDPID feature check
Zhao Liu
2024-06-05
target/i386: fix memory opsize for Mov to/from Seg
Xinyu Li
[next]