aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/seg_helper.c
AgeCommit message (Expand)Author
2023-01-11i386: Emit correct error code for 64-bit IDT entryJoe Richey
2022-10-11target/i386: Truncate values for lcall_real to i32Richard Henderson
2022-03-15target/i386: Throw a #SS when loading a non-canonical ISTGareth Webb
2021-09-14target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folderPhilippe Mathieu-Daudé
2021-09-14target/i386: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-09-14target/i386: Simplify TARGET_X86_64 #ifdef'ryPhilippe Mathieu-Daudé
2021-09-13target/i386: Moved int_ctl into CPUX86State structureLara Lazier
2021-06-04target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versaPaolo Bonzini
2021-06-04target/i386: tcg: fix loading of registers from 16-bit TSSPaolo Bonzini
2021-06-04target/i386: tcg: fix segment register offsets for 16-bit TSSPaolo Bonzini
2021-05-19target/i386: Move helper_check_io to sysemuRichard Henderson
2021-05-19target/i386: Create helper_check_ioRichard Henderson
2021-05-10i386: split seg_helper into user-only and sysemu partsClaudio Fontana
2021-05-10i386: split smm helper (sysemu)Claudio Fontana
2021-03-19target/i386: svm: do not discard high 32 bits of EXITINFO1Paolo Bonzini
2021-01-12target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé
2021-01-02target/i386: Check privilege level for protected mode 'int N' task gatePeter Maydell
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana