Age | Commit message (Expand) | Author |
2021-07-12 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into... | Peter Maydell |
2021-07-09 | accel/tcg: Log tb->cflags with -d exec | Richard Henderson |
2021-07-09 | accel/tcg: Split out log_cpu_exec | Richard Henderson |
2021-07-09 | accel/tcg: Move tb_lookup to cpu-exec.c | Richard Henderson |
2021-07-09 | accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c | Richard Henderson |
2021-07-09 | accel/tcg: Introduce translator_use_goto_tb | Richard Henderson |
2021-07-09 | tcg: Move tb_phys_invalidate_count to tb_ctx | Richard Henderson |
2021-07-09 | tcg: Bake tb_destroy() into tcg_region_tree | Liren Wei |
2021-07-09 | accel/tcg: Hoist tcg_tb_insert() up above tb_link_page() | Liren Wei |
2021-07-09 | monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamically | Gerd Hoffmann |
2021-07-09 | accel: build tcg modular | Gerd Hoffmann |
2021-07-09 | accel: add tcg module annotations | Gerd Hoffmann |
2021-07-09 | accel: build qtest modular | Gerd Hoffmann |
2021-07-09 | accel: add qtest module annotations | Gerd Hoffmann |
2021-07-09 | accel: autoload modules | Gerd Hoffmann |
2021-06-29 | tcg: Use correct trap number for page faults on *BSD systems | Warner Losh |
2021-06-25 | KVM: Fix dirty ring mmap incorrect size due to renaming accident | Peter Xu |
2021-06-19 | accel/tcg: Probe the proper permissions for atomic ops | Richard Henderson |
2021-06-19 | accel/tcg: Add tcg call flags to plugins helpers | Richard Henderson |
2021-06-19 | plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb | Richard Henderson |
2021-06-19 | accel/tcg/plugin-gen: Drop inline markers | Richard Henderson |
2021-06-13 | tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/ | Richard Henderson |
2021-06-11 | accel/tcg: Pass down max_cpus to tcg_init | Richard Henderson |
2021-06-11 | accel/tcg: Use MiB in tcg_init_machine | Richard Henderson |
2021-06-11 | accel/tcg: Merge tcg_exec_init into tcg_init_machine | Richard Henderson |
2021-06-11 | tcg: Create tcg_init | Richard Henderson |
2021-06-11 | accel/tcg: Rename tcg_init to tcg_init_machine | Richard Henderson |
2021-06-11 | accel/tcg: Move alloc_code_gen_buffer to tcg/region.c | Richard Henderson |
2021-06-11 | accel/tcg: Inline cpu_gen_init | Richard Henderson |
2021-06-11 | tcg: Re-order tcg_region_init vs tcg_prologue_init | Richard Henderson |
2021-06-03 | hvf: Simplify post reset/init/loadvm hooks | Alexander Graf |
2021-06-03 | hvf: Introduce hvf vcpu struct | Alexander Graf |
2021-06-03 | hvf: Remove hvf-accel-ops.h | Alexander Graf |
2021-06-03 | hvf: Make synchronize functions static | Alexander Graf |
2021-06-03 | hvf: Use cpu_synchronize_state() | Alexander Graf |
2021-06-03 | hvf: Split out common code on vcpu init and destroy | Alexander Graf |
2021-06-03 | hvf: Remove use of hv_uvaddr_t and hv_gpaddr_t | Alexander Graf |
2021-06-03 | hvf: Make hvf_set_phys_mem() static | Alexander Graf |
2021-06-03 | hvf: Move cpu functions into common directory | Alexander Graf |
2021-06-03 | hvf: Move vcpu thread functions into common directory | Alexander Graf |
2021-06-03 | hvf: Move assert_hvf_ok() into common directory | Alexander Graf |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-28 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into... | Peter Maydell |
2021-05-26 | accel/tcg: Keep TranslationBlock headers local to TCG | Philippe Mathieu-Daudé |
2021-05-26 | accel/tcg: Reduce 'exec/tb-context.h' inclusion | Philippe Mathieu-Daudé |
2021-05-26 | KVM: Dirty ring support | Peter Xu |
2021-05-26 | KVM: Disable manual dirty log when dirty ring enabled | Peter Xu |
2021-05-26 | KVM: Add dirty-ring-size property | Peter Xu |
2021-05-26 | KVM: Cache kvm slot dirty bitmap size | Peter Xu |
2021-05-26 | KVM: Simplify dirty log sync in kvm_set_phys_mem | Peter Xu |