summaryrefslogtreecommitdiff
path: root/target/i386/helper.c
AgeCommit message (Expand)Author
2021-05-10i386: make cpu_load_efer sysemu-onlyClaudio Fontana
2021-05-04Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk
2021-02-08target/i86: implement PKSPaolo Bonzini
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana
2020-12-16i386: move cpu dump out of helper.c into cpu-dump.cClaudio Fontana
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana
2020-11-16target/i386: avoid theoretical leak on MCE injectionPaolo Bonzini
2020-11-15x86 tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-10-04target-i386: post memory failure event to QMPzhenwei pi
2020-10-04target-i386: seperate MCIP & MCE_MASK error reasonzhenwei pi
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers
2019-10-04Fix wrong behavior of cpu_memory_rw_debug() function in SMMDmitry Poletaev
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson
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