summaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2021-05-25accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]Richard Henderson
2021-05-25accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0Richard Henderson
2021-05-25accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson
2021-05-25accel/tcg: Remove {encode,decode}_pbm_to_runonRichard Henderson
2021-05-25accel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFlushRangeDataRichard Henderson
2021-05-25accel/tcg: Pass length argument to tlb_flush_range_locked()Richard Henderson
2021-05-25accel/tcg: Replace g_new() + memcpy() by g_memdup()Richard Henderson
2021-05-20accel/tcg: Assert that tb->size != 0 after translationIlya Leoshkevich
2021-05-18Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...Peter Maydell
2021-05-16accel/tcg: Align data dumped at end of TBPhilippe Mathieu-Daudé
2021-05-16accel/tcg: Use add/sub overflow routines in tcg-runtime-gvec.cRichard Henderson
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana
2021-05-10accel: introduce new accessor functionsClaudio Fontana
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-04Add NVMM accelerator: configure and build logicReinoud Zandijk
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02accel: kvm: clarify that extra exit data is hexadecimalDavid Edmondson
2021-04-17accel/tcg: avoid re-translating one-shot instructionsAlex Bennée
2021-04-12accel/tcg: Preserve PAGE_ANON when changing page permissionsRichard Henderson
2021-03-16Revert "accel: kvm: Add aligment assert for kvm_log_clear_one_slot"Paolo Bonzini
2021-03-12accel: kvm: Fix kvm_type invocationAndrew Jones
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun
2021-03-08Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210306' into...Peter Maydell
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson
2021-03-06accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée
2021-03-06accel/tcg: rename tb_lookup__cpu_state and hoist state extractionAlex Bennée
2021-03-06accel: kvm: Add aligment assert for kvm_log_clear_one_slotKeqian Zhu
2021-03-06accel: kvm: Fix memory waste under mismatch page sizeKeqian Zhu
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée
2021-02-18accel/tcg: remove CF_NOCACHE and special casesAlex Bennée
2021-02-18accel/tcg: re-factor non-RAM execution codeAlex Bennée
2021-02-18accel/tcg: cache single instruction TB on pending replay exceptionAlex Bennée
2021-02-18accel/tcg: actually cache our partial icount TBAlex Bennée
2021-02-18target/sh4: Create superh_io_recompile_replay_branchRichard Henderson
2021-02-18target/mips: Create mips_io_recompile_replay_branchRichard Henderson
2021-02-18accel/tcg: Create io_recompile_replay_branch hookRichard Henderson
2021-02-18accel/tcg/plugin-gen: fix the call signature for inline callbacksAlex Bennée
2021-02-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini