summaryrefslogtreecommitdiff
path: root/target/i386/seg_helper.c
AgeCommit message (Expand)Author
2020-09-30helper_syscall x86_64: clear exception_is_intDouglas Crosher
2020-01-15target/i386: Use cpu_*_mmuidx_ra instead of templatesRichard Henderson
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson
2018-11-06target/i386: Clear RF on SYSCALL instructionRudolf Marek
2018-10-02target/i386: rename HF_SVMI_MASK to HF_GUEST_MASKPaolo Bonzini
2018-10-02target/i386: unify masking of interruptsPaolo Bonzini
2018-08-23target-i386: fix segment limit check in ljmpAndrew Oates
2018-08-23target-i386: Fix lcall/ljmp to call gate in IA-32e modeAndrew Oates
2018-06-28target-i386: Add NMI interception to SVMJan Kiszka
2017-07-04target/i386: simplify handling of conforming code segments on interruptPaolo Bonzini
2017-07-04target/i386: fix interrupt CPL error when using ist in x86-64Wu Xiang
2017-03-09target-i386: defer VMEXIT to do_interruptPaolo Bonzini
2017-02-16target-i386: correctly propagate retaddr into SVM helpersPaolo Bonzini
2017-01-27replay: improve interrupt handlingPavel Dovgalyuk
2016-12-20Move target-* CPU file into a target/ folderThomas Huth