aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2021-06-03hvf: Simplify post reset/init/loadvm hooksAlexander Graf
2021-06-03hvf: Introduce hvf vcpu structAlexander Graf
2021-06-03hvf: Remove hvf-accel-ops.hAlexander Graf
2021-06-03hvf: Make synchronize functions staticAlexander Graf
2021-06-03hvf: Use cpu_synchronize_state()Alexander Graf
2021-06-03hvf: Split out common code on vcpu init and destroyAlexander Graf
2021-06-03hvf: Remove use of hv_uvaddr_t and hv_gpaddr_tAlexander Graf
2021-06-03hvf: Make hvf_set_phys_mem() staticAlexander Graf
2021-06-03hvf: Move cpu functions into common directoryAlexander Graf
2021-06-03hvf: Move vcpu thread functions into common directoryAlexander Graf
2021-06-03hvf: Move assert_hvf_ok() into common directoryAlexander Graf
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé
2021-05-26KVM: Dirty ring supportPeter Xu
2021-05-26KVM: Disable manual dirty log when dirty ring enabledPeter Xu
2021-05-26KVM: Add dirty-ring-size propertyPeter Xu
2021-05-26KVM: Cache kvm slot dirty bitmap sizePeter Xu
2021-05-26KVM: Simplify dirty log sync in kvm_set_phys_memPeter Xu
2021-05-26KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu
2021-05-26KVM: Provide helper to get kvm dirty logPeter Xu
2021-05-26KVM: Create the KVMSlot dirty bitmap on flag changesPeter Xu
2021-05-26KVM: Use a big lock to replace per-kml slots_lockPeter Xu
2021-05-26KVM: do not allow setting properties at runtimePaolo Bonzini
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 instructionspull-target-arm-20210417Alex Bennée
2021-04-12accel/tcg: Preserve PAGE_ANON when changing page permissionsRichard Henderson