aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg
AgeCommit message (Expand)Author
2021-02-08target/i86: implement PKSPaolo Bonzini
2021-02-08target/i386: Fix decoding of certain BMI instructionsDavid Greenaway
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2021-01-12target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson
2021-01-02target/i386: Check privilege level for protected mode 'int N' task gatePeter Maydell
2020-12-18target/i386: silence the compiler warnings in gen_shiftd_rm_T1Chen Qun
2020-12-16i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana