aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg
AgeCommit message (Expand)Author
2024-07-29target/i386: Remove dead assignment to ss in do_interrupt64()Peter Maydell
2024-07-16target/i386/tcg: save current task state before loading new onePaolo Bonzini
2024-07-16target/i386/tcg: use X86Access for TSS accessPaolo Bonzini
2024-07-16target/i386/tcg: check for correct busy state before switching to a new taskPaolo Bonzini
2024-07-16target/i386/tcg: Compute MMU index oncePaolo Bonzini
2024-07-16target/i386/tcg: Reorg push/pop within seg_helper.cRichard Henderson
2024-07-16target/i386/tcg: use PUSHL/PUSHW for error codePaolo Bonzini
2024-07-16target/i386/tcg: Allow IRET from user mode to user mode with SMAPPaolo Bonzini
2024-07-16target/i386/tcg: Remove SEG_ADDLRichard Henderson
2024-07-16target/i386/tcg: fix POP to memory in long modePaolo Bonzini
2024-06-28target/i386: remove unused enumPaolo Bonzini
2024-06-28target/i386: give CC_OP_POPCNT low bits corresponding to MO_TLPaolo Bonzini
2024-06-28target/i386: use cpu_cc_dst for CC_OP_POPCNTPaolo Bonzini
2024-06-17target/i386: convert CMPXCHG to new decoderPaolo Bonzini
2024-06-17target/i386: convert XADD to new decoderPaolo Bonzini
2024-06-17target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT to new decoderPaolo Bonzini
2024-06-17target/i386: convert SHLD/SHRD to new decoderPaolo Bonzini
2024-06-17target/i386: adapt gen_shift_count for SHLD/SHRDPaolo Bonzini
2024-06-17target/i386: pull load/writeback out of gen_shiftd_rm_T1Paolo Bonzini
2024-06-17target/i386: convert non-grouped, helper-based 2-byte opcodesPaolo Bonzini
2024-06-17target/i386: split X86_CHECK_prot into PE and VM86 checksPaolo Bonzini
2024-06-17target/i386: finish converting 0F AE to the new decoderPaolo Bonzini
2024-06-17target/i386: fix bad sorting of entries in the 0F tablePaolo Bonzini
2024-06-17target/i386: replace read_crN helper with read_cr8Paolo Bonzini
2024-06-17target/i386: convert MOV from/to CR and DR to new decoderPaolo Bonzini
2024-06-11target/i386: fix processing of intercept 0 (read CR0)Paolo Bonzini
2024-06-11target/i386: replace NoSeg special with NoLoadEAPaolo Bonzini
2024-06-11target/i386: change X86_ENTRYwr to use T0, use it for movesPaolo Bonzini
2024-06-11target/i386: change X86_ENTRYr to use T0Paolo Bonzini
2024-06-11target/i386: put BLS* input in T1, use generic flag writebackPaolo Bonzini
2024-06-11target/i386: rewrite flags writeback for ADCX/ADOXPaolo Bonzini
2024-06-11target/i386: remove CPUX86State argument from generator functionsPaolo Bonzini
2024-06-08target/i386: fix size of EBP writeback in gen_enter()Mark Cave-Ayland
2024-06-08target/i386: fix SP when taking a memory fault during POPMark Cave-Ayland
2024-06-08target/i386: use gen_writeback() within gen_POP()Mark Cave-Ayland
2024-06-08target/i386: use local X86DecodedOp in gen_POP()Mark Cave-Ayland
2024-06-08target/i386: document use of DISAS_NORETURNPaolo Bonzini
2024-06-08target/i386: document incorrect semantics of watchpoint following MOV/POP SSPaolo Bonzini
2024-06-08target/i386: fix TF/RF handling for HLTPaolo Bonzini
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for PAUSEPaolo Bonzini
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for VMRUNPaolo Bonzini
2024-06-08target/i386: disable/enable breakpoints on vmentry/vmexitPaolo Bonzini
2024-06-08target/i386: implement DR7.GDPaolo Bonzini
2024-06-08target/i386: cleanup PAUSE helpersPaolo Bonzini
2024-06-08target/i386: cleanup HLT helpersPaolo Bonzini
2024-06-08target/i386: fix implementation of ICEBPPaolo Bonzini
2024-06-08target/i386: fix pushed value of EFLAGS.RFPaolo Bonzini
2024-06-05target/i386: fix xsave.flat from kvm-unit-testsPaolo Bonzini
2024-06-05target/i386/tcg: Fix RDPID feature checkZhao Liu
2024-06-05target/i386: fix memory opsize for Mov to/from SegXinyu Li