aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
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-11i386/sev: Return when sev_common is nullPankaj Gupta
2024-06-11i386/sev: Move SEV_COMMON null check before dereferencingPankaj Gupta
2024-06-11i386/sev: fix unreachable code coverity issuePankaj Gupta
2024-06-11i386/cpu: fixup number of addressable IDs for processor cores in the physical...Chuang Xu
2024-06-08i386: Add support for overflow recoveryJohn Allen
2024-06-08i386: Add support for SUCCOR featureJohn Allen
2024-06-08i386: Fix MCE support for AMD hostsJohn Allen
2024-06-08target/i386: Add get/set/migrate support for FRED MSRsXin Li
2024-06-08target/i386: enumerate VMX nested-exception supportXin Li
2024-06-08target/i386: mark CR4.FRED not reservedXin Li
2024-06-08target/i386: add support for FRED in CPUID enumerationXin Li
2024-06-08i386/hvf: Updates API usage to use modern vCPU run functionPhil Dennis-Jordan
2024-06-08i386/hvf: In kick_vcpu use hv_vcpu_interrupt to force exitPhil Dennis-Jordan
2024-06-08i386/hvf: Fixes dirty memory tracking by page granularity RX->RWX changePhil Dennis-Jordan
2024-06-08i386/hvf: Fixes some compilation warningsPhil Dennis-Jordan
2024-06-08i386/hvf: Adds support for INVTSC cpuid bitPhil Dennis-Jordan
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