aboutsummaryrefslogtreecommitdiff
path: root/target/i386/seg_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-15target/i386: Use cpu_*_mmuidx_ra instead of templatesRichard Henderson1-31/+31
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson1-7/+7
2018-11-06target/i386: Clear RF on SYSCALL instructionRudolf Marek1-2/+2
2018-10-02target/i386: rename HF_SVMI_MASK to HF_GUEST_MASKPaolo Bonzini1-3/+3
2018-10-02target/i386: unify masking of interruptsPaolo Bonzini1-57/+49
2018-08-23target-i386: fix segment limit check in ljmpAndrew Oates1-2/+2
2018-08-23target-i386: Fix lcall/ljmp to call gate in IA-32e modeAndrew Oates1-40/+152
2018-06-28target-i386: Add NMI interception to SVMJan Kiszka1-0/+1
2017-07-04target/i386: simplify handling of conforming code segments on interruptPaolo Bonzini1-18/+10
2017-07-04target/i386: fix interrupt CPL error when using ist in x86-64Wu Xiang1-2/+4
2017-03-09target-i386: defer VMEXIT to do_interruptPaolo Bonzini1-9/+11
2017-02-16target-i386: correctly propagate retaddr into SVM helpersPaolo Bonzini1-3/+3
2017-01-27replay: improve interrupt handlingPavel Dovgalyuk1-0/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+2568