summaryrefslogtreecommitdiff
path: root/target/i386/helper.c
AgeCommit message (Expand)Author
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18target/i386: Simplify how x86_cpu_dump_local_apic_state() printsMarkus Armbruster
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2018-02-07Add the WHPX acceleration enlightenmentsJustin Terry (VM)
2017-07-05target/i386: add the tcg_enabled() in target/i386/Yang Zhong
2017-07-05target/i386: move TLB refill function out of helper.cPaolo Bonzini
2017-07-05target/i386: move cpu_sync_bndcs_hflags() functionYang Zhong
2017-06-07target/i386: use multiple CPU AddressSpacesPaolo Bonzini
2017-06-07target/i386: enable A20 automatically in system management modePaolo Bonzini
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-04-02target-i386: fix "info lapic" segfault on isapcTejaswini Poluri
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée
2016-12-22x86: implement la57 paging modeKirill A. Shutemov
2016-12-20Move target-* CPU file into a target/ folderThomas Huth