summaryrefslogtreecommitdiffstats
path: root/target/i386/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg/i386: rdpmc: fix the the condtionsZheng Zhan Liang2021-02-251-1/+2
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-1/+1
* target/i86: implement PKSPaolo Bonzini2021-02-082-12/+34
* target/i386: Fix decoding of certain BMI instructionsDavid Greenaway2021-02-081-1/+1
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-10/+16
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move debug_excp_handler to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-3/+3
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé2021-01-122-7/+7
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* target/i386: Check privilege level for protected mode 'int N' task gatePeter Maydell2021-01-021-14/+21
* target/i386: silence the compiler warnings in gen_shiftd_rm_T1Chen Qun2020-12-181-2/+5
* i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana2020-12-162-13/+15
* i386: move TCG cpu class initialization to tcg/Claudio Fontana2020-12-1616-17/+227
* i386: move TCG accel files into tcg/Claudio Fontana2020-12-1615-0/+18666