aboutsummaryrefslogtreecommitdiff
path: root/target/i386/helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-10i386: make cpu_load_efer sysemu-onlyClaudio Fontana1-0/+13
2021-05-04Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk1-1/+1
2021-02-08target/i86: implement PKSPaolo Bonzini1-0/+3
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana1-23/+0
2020-12-16i386: move cpu dump out of helper.c into cpu-dump.cClaudio Fontana1-514/+0
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana1-1/+1
2020-11-16target/i386: avoid theoretical leak on MCE injectionPaolo Bonzini1-6/+4
2020-11-15x86 tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-04target-i386: post memory failure event to QMPzhenwei pi1-4/+20
2020-10-04target-i386: seperate MCIP & MCE_MASK error reasonzhenwei pi1-7/+18
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka1-2/+3
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers1-0/+1
2019-10-04Fix wrong behavior of cpu_memory_rw_debug() function in SMMDmitry Poletaev1-1/+4
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+1
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson1-10/+6
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-139/+138
2019-04-18target/i386: Simplify how x86_cpu_dump_local_apic_state() printsMarkus Armbruster1-43/+38
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk1-1/+1
2018-02-07Add the WHPX acceleration enlightenmentsJustin Terry (VM)1-1/+1
2017-07-05target/i386: add the tcg_enabled() in target/i386/Yang Zhong1-1/+1
2017-07-05target/i386: move TLB refill function out of helper.cPaolo Bonzini1-343/+1
2017-07-05target/i386: move cpu_sync_bndcs_hflags() functionYang Zhong1-0/+30
2017-06-07target/i386: use multiple CPU AddressSpacesPaolo Bonzini1-27/+27
2017-06-07target/i386: enable A20 automatically in system management modePaolo Bonzini1-19/+23
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-04-02target-i386: fix "info lapic" segfault on isapcTejaswini Poluri1-0/+4
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-0/+1
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-4/+4
2016-12-22x86: implement la57 paging modeKirill A. Shutemov1-9/+45
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1446