aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-09accel/tcg: Log tb->cflags with -d execRichard Henderson
2021-07-09accel/tcg: Split out log_cpu_execRichard Henderson
2021-07-09accel/tcg: Move tb_lookup to cpu-exec.cRichard Henderson
2021-07-09accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.cRichard Henderson
2021-07-09accel/tcg: Introduce translator_use_goto_tbRichard Henderson
2021-07-09tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson
2021-07-09tcg: Bake tb_destroy() into tcg_region_treeLiren Wei
2021-07-09accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()Liren Wei
2021-07-09monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamicallyGerd Hoffmann
2021-07-09accel: build tcg modularGerd Hoffmann
2021-07-09accel: add tcg module annotationsGerd Hoffmann
2021-07-09accel: build qtest modularGerd Hoffmann
2021-07-09accel: add qtest module annotationsGerd Hoffmann
2021-07-09accel: autoload modulesGerd Hoffmann
2021-06-29tcg: Use correct trap number for page faults on *BSD systemsWarner Losh
2021-06-25KVM: Fix dirty ring mmap incorrect size due to renaming accidentPeter Xu
2021-06-19accel/tcg: Probe the proper permissions for atomic opsRichard Henderson
2021-06-19accel/tcg: Add tcg call flags to plugins helpersRichard Henderson
2021-06-19plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson
2021-06-19accel/tcg/plugin-gen: Drop inline markersRichard Henderson
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson
2021-06-11accel/tcg: Use MiB in tcg_init_machineRichard Henderson
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson
2021-06-11tcg: Create tcg_initRichard Henderson
2021-06-11accel/tcg: Rename tcg_init to tcg_init_machineRichard Henderson
2021-06-11accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson
2021-06-11accel/tcg: Inline cpu_gen_initRichard Henderson
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson
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