aboutsummaryrefslogtreecommitdiff
path: root/target/i386/helper.c
AgeCommit message (Expand)Author
2024-03-21target/i386: Revert monitor_puts() in do_inject_x86_mce()Tao Su
2023-09-07target/i386/helper: Restrict KVM declarations to system emulationPhilippe Mathieu-Daudé
2023-06-13target/i386/helper: Shuffle do_cpu_init()Philippe Mathieu-Daudé
2023-06-13target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulationPhilippe Mathieu-Daudé
2023-06-05tcg: Add insn_start_words to TCGContextRichard Henderson
2023-06-05*: Add missing includes of tcg/tcg.hRichard Henderson
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2022-11-01target/i386: Use cpu_unwind_state_data for tpr accessRichard Henderson
2022-10-18target/i386: add AVX_EN hflagPaul Brook
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-16target/i386: add TCG support for UMIPGareth Webb
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