summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-126-105/+113
|\
| * accel/tcg: Log tb->cflags with -d execRichard Henderson2021-07-101-3/+3
| * accel/tcg: Split out log_cpu_execRichard Henderson2021-07-101-27/+34
| * accel/tcg: Move tb_lookup to cpu-exec.cRichard Henderson2021-07-102-50/+30Star
| * accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.cRichard Henderson2021-07-102-22/+30
| * accel/tcg: Introduce translator_use_goto_tbRichard Henderson2021-07-091-0/+11
| * tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson2021-07-092-4/+5
| * tcg: Bake tb_destroy() into tcg_region_treeLiren Wei2021-07-091-6/+0Star
| * accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()Liren Wei2021-07-091-1/+8
* | monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamicallyGerd Hoffmann2021-07-092-0/+30
* | accel: build tcg modularGerd Hoffmann2021-07-091-1/+4
* | accel: add tcg module annotationsGerd Hoffmann2021-07-092-0/+2
* | accel: build qtest modularGerd Hoffmann2021-07-091-6/+2Star
* | accel: add qtest module annotationsGerd Hoffmann2021-07-091-0/+2
* | accel: autoload modulesGerd Hoffmann2021-07-092-2/+2
|/
* tcg: Use correct trap number for page faults on *BSD systemsWarner Losh2021-06-291-2/+18
* KVM: Fix dirty ring mmap incorrect size due to renaming accidentPeter Xu2021-06-251-2/+2
* accel/tcg: Probe the proper permissions for atomic opsRichard Henderson2021-06-193-44/+83
* accel/tcg: Add tcg call flags to plugins helpersRichard Henderson2021-06-191-2/+2
* plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson2021-06-192-5/+4Star
* accel/tcg/plugin-gen: Drop inline markersRichard Henderson2021-06-191-7/+5Star
* tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson2021-06-141-3/+0Star
* accel/tcg: Pass down max_cpus to tcg_initRichard Henderson2021-06-111-1/+9
* accel/tcg: Use MiB in tcg_init_machineRichard Henderson2021-06-111-1/+2
* accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson2021-06-113-20/+19Star
* tcg: Create tcg_initRichard Henderson2021-06-111-2/+1Star
* accel/tcg: Rename tcg_init to tcg_init_machineRichard Henderson2021-06-111-2/+2
* accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson2021-06-111-413/+1Star
* accel/tcg: Inline cpu_gen_initRichard Henderson2021-06-111-6/+1Star
* tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson2021-06-112-11/+3Star
* hvf: Simplify post reset/init/loadvm hooksAlexander Graf2021-06-031-20/+7Star
* hvf: Introduce hvf vcpu structAlexander Graf2021-06-031-2/+6
* hvf: Remove hvf-accel-ops.hAlexander Graf2021-06-032-19/+0Star
* hvf: Make synchronize functions staticAlexander Graf2021-06-032-6/+3Star
* hvf: Use cpu_synchronize_state()Alexander Graf2021-06-032-2/+1Star
* hvf: Split out common code on vcpu init and destroyAlexander Graf2021-06-032-2/+30
* hvf: Remove use of hv_uvaddr_t and hv_gpaddr_tAlexander Graf2021-06-031-3/+3
* hvf: Make hvf_set_phys_mem() staticAlexander Graf2021-06-031-1/+1
* hvf: Move cpu functions into common directoryAlexander Graf2021-06-031-1/+307
* hvf: Move vcpu thread functions into common directoryAlexander Graf2021-06-033-0/+170
* hvf: Move assert_hvf_ok() into common directoryAlexander Graf2021-06-033-0/+54
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-022-2/+2
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-287-5/+166
|\
| * accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé2021-05-277-7/+166
| * accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé2021-05-272-0/+2
* | KVM: Dirty ring supportPeter Xu2021-05-262-3/+378
* | KVM: Disable manual dirty log when dirty ring enabledPeter Xu2021-05-261-14/+23
* | KVM: Add dirty-ring-size propertyPeter Xu2021-05-261-0/+46
* | KVM: Cache kvm slot dirty bitmap sizePeter Xu2021-05-261-0/+1
* | KVM: Simplify dirty log sync in kvm_set_phys_memPeter Xu2021-05-261-1/+2