aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg
AgeCommit message (Expand)AuthorFilesLines
2021-02-25tcg/i386: rdpmc: fix the the condtionsZheng Zhan Liang1-1/+2
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-1/+1
2021-02-08target/i86: implement PKSPaolo Bonzini2-12/+34
2021-02-08target/i386: Fix decoding of certain BMI instructionsDavid Greenaway1-1/+1
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-10/+16
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-3/+3
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-12target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé2-7/+7
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson1-1/+2
2021-01-02target/i386: Check privilege level for protected mode 'int N' task gatePeter Maydell1-14/+21
2020-12-18target/i386: silence the compiler warnings in gen_shiftd_rm_T1Chen Qun1-2/+5
2020-12-16i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana2-13/+15
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana16-17/+227
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana15-0/+18666