aboutsummaryrefslogtreecommitdiff
path: root/target/i386/helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-08i386: Fix MCE support for AMD hostsJohn Allen1-0/+4
2024-05-22target/i386: add control bits support for LAMBinbin Wu1-0/+4
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-1/+1
2024-03-20target/i386: Revert monitor_puts() in do_inject_x86_mce()Tao Su1-1/+1
2023-09-07target/i386/helper: Restrict KVM declarations to system emulationPhilippe Mathieu-Daudé1-1/+1
2023-06-13target/i386/helper: Shuffle do_cpu_init()Philippe Mathieu-Daudé1-8/+4
2023-06-13target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulationPhilippe Mathieu-Daudé1-3/+0
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson1-1/+1
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson1-0/+3
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-1/+1
2022-11-01target/i386: Use cpu_unwind_state_data for tpr accessRichard Henderson1-2/+23
2022-10-18target/i386: add AVX_EN hflagPaul Brook1-0/+12
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée1-1/+1
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell1-0/+1
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-02-16target/i386: add TCG support for UMIPGareth Webb1-1/+7
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