aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg
AgeCommit message (Expand)AuthorFilesLines
2023-01-04accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writexRichard Henderson1-17/+8
2022-12-20accel/tcg: Restrict page_collection structure to system TB maintainancePhilippe Mathieu-Daudé2-15/+7
2022-12-20accel/tcg: Factor tb_invalidate_phys_range_fast() outPhilippe Mathieu-Daudé3-8/+21
2022-12-20accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()Philippe Mathieu-Daudé3-7/+7
2022-12-20accel/tcg: Remove trace events from trace-root.hPhilippe Mathieu-Daudé2-1/+5
2022-12-20accel/tcg: Restrict cpu_io_recompile() to system emulationPhilippe Mathieu-Daudé1-1/+1
2022-12-20accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson3-428/+408
2022-12-20accel/tcg: Move PageDesc tree into tb-maint.c for systemRichard Henderson3-140/+124
2022-12-20accel/tcg: Use interval tree for user-only page trackingRichard Henderson3-209/+428
2022-12-20accel/tcg: Move page_{get,set}_flags to user-exec.cRichard Henderson3-350/+363
2022-12-20accel/tcg: Drop PAGE_RESERVED for CONFIG_BSDRichard Henderson1-65/+0
2022-12-20accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZERichard Henderson2-27/+75
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson3-168/+239
2022-12-20accel/tcg: Rename page_flush_tbRichard Henderson1-5/+5
2022-11-09accel/tcg: Split out setjmp_gen_codeRichard Henderson1-25/+33
2022-11-09tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_codeRichard Henderson1-10/+0
2022-11-01accel/tcg: Complete cpu initialization before registrationRichard Henderson2-12/+12
2022-11-01accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tbRichard Henderson3-11/+10
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2-11/+3
2022-11-01accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson2-27/+51
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi9-985/+915
2022-10-26accel/tcg: Remove restore_state_to_opc functionRichard Henderson1-14/+2
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson1-2/+22
2022-10-26accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson1-12/+4
2022-10-26accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson2-50/+50
2022-10-26accel/tcg: Use tb_invalidate_phys_range in page_set_flagsRichard Henderson1-2/+6
2022-10-26accel/tcg: Use page_reset_target_data in page_set_flagsRichard Henderson1-8/+5
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson1-8/+11
2022-10-26accel/tcg: Use tb_invalidate_phys_page in page_set_flagsRichard Henderson1-1/+1
2022-10-26accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson1-11/+2
2022-10-26accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson1-7/+8
2022-10-26accel/tcg: Rename tb_invalidate_phys_pageRichard Henderson3-4/+5
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson4-30/+33
2022-10-26accel/tcg: Remove duplicate store to tb->page_addr[]Richard Henderson1-3/+0
2022-10-26accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMCRichard Henderson1-23/+2
2022-10-26accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson1-0/+5
2022-10-26accel/tcg: Split out tb-maint.cRichard Henderson4-755/+802
2022-10-26accel/tcg: Split out PageDesc to internal.hRichard Henderson2-30/+32
2022-10-26accel/tcg: Remove disabled debug in translate-all.cRichard Henderson1-109/+0
2022-10-26accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson1-2/+6
2022-10-26accel/tcg: Add a quicker check for breakpointsLeandro Lupori1-6/+9
2022-10-25Revert "accel/tcg: Init TCG cflags in vCPU thread handler"Peter Maydell2-5/+7
2022-10-24accel/tcg/tcg-accel-ops-rr: fix trivial typoMatheus Tavares Bernardino1-1/+1
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée1-0/+6
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée1-0/+92
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée1-0/+17
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson4-27/+98
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson3-37/+52
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson5-10/+62
2022-10-04accel/tcg: Inline tb_flush_jmp_cacheRichard Henderson1-11/+14