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
Age
Commit message (
Expand
)
Author
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-11
i386/sev: Return when sev_common is null
Pankaj Gupta
2024-06-11
i386/sev: Move SEV_COMMON null check before dereferencing
Pankaj Gupta
2024-06-11
i386/sev: fix unreachable code coverity issue
Pankaj Gupta
2024-06-11
i386/cpu: fixup number of addressable IDs for processor cores in the physical...
Chuang Xu
2024-06-08
i386: Add support for overflow recovery
John Allen
2024-06-08
i386: Add support for SUCCOR feature
John Allen
2024-06-08
i386: Fix MCE support for AMD hosts
John Allen
2024-06-08
target/i386: Add get/set/migrate support for FRED MSRs
Xin Li
2024-06-08
target/i386: enumerate VMX nested-exception support
Xin Li
2024-06-08
target/i386: mark CR4.FRED not reserved
Xin Li
2024-06-08
target/i386: add support for FRED in CPUID enumeration
Xin Li
2024-06-08
i386/hvf: Updates API usage to use modern vCPU run function
Phil Dennis-Jordan
2024-06-08
i386/hvf: In kick_vcpu use hv_vcpu_interrupt to force exit
Phil Dennis-Jordan
2024-06-08
i386/hvf: Fixes dirty memory tracking by page granularity RX->RWX change
Phil Dennis-Jordan
2024-06-08
i386/hvf: Fixes some compilation warnings
Phil Dennis-Jordan
2024-06-08
i386/hvf: Adds support for INVTSC cpuid bit
Phil Dennis-Jordan
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
[prev]
[next]