Age | Commit message (Expand) | Author |
2022-12-14 | qapi: Use returned bool to check for failure (again) | Markus Armbruster |
2022-11-09 | accel/tcg: Split out setjmp_gen_code | Richard Henderson |
2022-11-09 | tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code | Richard Henderson |
2022-11-06 | accel: abort if we fail to load the accelerator plugin | Claudio Fontana |
2022-11-01 | accel/tcg: Complete cpu initialization before registration | Richard Henderson |
2022-11-01 | accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb | Richard Henderson |
2022-11-01 | accel/tcg: Remove will_exit argument from cpu_restore_state | Richard Henderson |
2022-11-01 | accel/tcg: Introduce cpu_unwind_state_data | Richard Henderson |
2022-10-28 | accel/qtest: Support qtest accelerator for Windows | Xuzhou Cheng |
2022-10-26 | Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into staging | Stefan Hajnoczi |
2022-10-26 | accel/tcg: Remove restore_state_to_opc function | Richard Henderson |
2022-10-26 | accel/tcg: Add restore_state_to_opc to TCGCPUOps | Richard Henderson |
2022-10-26 | accel/tcg: Simplify page_get/alloc_target_data | Richard Henderson |
2022-10-26 | accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c | Richard Henderson |
2022-10-26 | accel/tcg: Use tb_invalidate_phys_range in page_set_flags | Richard Henderson |
2022-10-26 | accel/tcg: Use page_reset_target_data in page_set_flags | Richard Henderson |
2022-10-26 | accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET | Richard Henderson |
2022-10-26 | accel/tcg: Use tb_invalidate_phys_page in page_set_flags | Richard Henderson |
2022-10-26 | accel/tcg: Unify declarations of tb_invalidate_phys_range | Richard Henderson |
2022-10-26 | accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter | Richard Henderson |
2022-10-26 | accel/tcg: Rename tb_invalidate_phys_page | Richard Henderson |
2022-10-26 | accel/tcg: Introduce tb_{set_}page_addr{0,1} | Richard Henderson |
2022-10-26 | accel/tcg: Remove duplicate store to tb->page_addr[] | Richard Henderson |
2022-10-26 | accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMC | Richard Henderson |
2022-10-26 | accel/tcg: Move assert_no_pages_locked to internal.h | Richard Henderson |
2022-10-26 | accel/tcg: Split out tb-maint.c | Richard Henderson |
2022-10-26 | accel/tcg: Split out PageDesc to internal.h | Richard Henderson |
2022-10-26 | accel/tcg: Remove disabled debug in translate-all.c | Richard Henderson |
2022-10-26 | accel/tcg: Make page_alloc_target_data allocation constant | Richard Henderson |
2022-10-26 | accel/tcg: Add a quicker check for breakpoints | Leandro Lupori |
2022-10-25 | Revert "accel/tcg: Init TCG cflags in vCPU thread handler" | Peter Maydell |
2022-10-24 | accel/tcg/tcg-accel-ops-rr: fix trivial typo | Matheus Tavares Bernardino |
2022-10-11 | i386: add notify VM exit support | Chenyi Qiang |
2022-10-11 | kvm: expose struct KVMState | Chenyi Qiang |
2022-10-10 | kvm: allow target-specific accelerator properties | Paolo Bonzini |
2022-10-06 | accel/kvm: move kvm_update_guest_debug to inline stub | Alex Bennée |
2022-10-06 | gdbstub: move guest debug support check to ops | Alex Bennée |
2022-10-06 | gdbstub: move breakpoint logic to accel ops | Alex Bennée |
2022-10-06 | gdbstub: move sstep flags probing into AccelClass | Alex Bennée |
2022-10-04 | accel/tcg: Introduce TARGET_TB_PCREL | Richard Henderson |
2022-10-04 | accel/tcg: Introduce tb_pc and log_pc | Richard Henderson |
2022-10-04 | include/hw/core: Create struct CPUJumpCache | Richard Henderson |
2022-10-04 | accel/tcg: Inline tb_flush_jmp_cache | Richard Henderson |
2022-10-04 | accel/tcg: Do not align tb->page_addr[0] | Richard Henderson |
2022-10-03 | accel/tcg: Use DisasContextBase in plugin_gen_tb_start | Richard Henderson |
2022-10-03 | accel/tcg: Use bool for page_find_alloc | Richard Henderson |
2022-10-03 | accel/tcg: Remove PageDesc code_bitmap | Richard Henderson |
2022-10-03 | accel/tcg: Introduce tlb_set_page_full | Richard Henderson |
2022-10-03 | accel/tcg: Introduce probe_access_full | Richard Henderson |
2022-10-03 | accel/tcg: Suppress auto-invalidate in probe_access_internal | Richard Henderson |