aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/seg_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-14target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folderPhilippe Mathieu-Daudé1-64/+0
2021-09-14target/i386: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-8/+2
2021-09-14target/i386: Simplify TARGET_X86_64 #ifdef'ryPhilippe Mathieu-Daudé1-3/+1
2021-09-13target/i386: Moved int_ctl into CPUX86State structureLara Lazier1-1/+1
2021-06-04target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versaPaolo Bonzini1-1/+1
2021-06-04target/i386: tcg: fix loading of registers from 16-bit TSSPaolo Bonzini1-14/+11
2021-06-04target/i386: tcg: fix segment register offsets for 16-bit TSSPaolo Bonzini1-2/+2
2021-05-19target/i386: Move helper_check_io to sysemuRichard Henderson1-28/+0
2021-05-19target/i386: Create helper_check_ioRichard Henderson1-18/+3
2021-05-10i386: split seg_helper into user-only and sysemu partsClaudio Fontana1-229/+4
2021-05-10i386: split smm helper (sysemu)Claudio Fontana1-0/+4
2021-03-19target/i386: svm: do not discard high 32 bits of EXITINFO1Paolo Bonzini1-2/+2
2021-01-12target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé1-4/+4
2021-01-02target/i386: Check privilege level for protected mode 'int N' task gatePeter Maydell1-14/+21
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana1-0/+1
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana1-0/+2674