aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/internal.h
AgeCommit message (Expand)Author
2023-05-11accel/tcg: Add cpu_in_serial_contextRichard Henderson
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-02-27accel/tcg: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2022-12-20accel/tcg: Restrict page_collection structure to system TB maintainancePhilippe Mathieu-Daudé
2022-12-20accel/tcg: Factor tb_invalidate_phys_range_fast() outPhilippe Mathieu-Daudé
2022-12-20accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()Philippe Mathieu-Daudé
2022-12-20accel/tcg: Restrict cpu_io_recompile() to system emulationPhilippe Mathieu-Daudé
2022-12-20accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson
2022-12-20accel/tcg: Move PageDesc tree into tb-maint.c for systemRichard Henderson
2022-12-20accel/tcg: Use interval tree for user-only page trackingRichard Henderson
2022-12-20accel/tcg: Move page_{get,set}_flags to user-exec.cRichard Henderson
2022-12-20accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZERichard Henderson
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson
2022-11-01accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tbRichard Henderson
2022-11-01accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson
2022-10-26accel/tcg: Rename tb_invalidate_phys_pageRichard Henderson
2022-10-26accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson
2022-10-26accel/tcg: Split out tb-maint.cRichard Henderson
2022-10-26accel/tcg: Split out PageDesc to internal.hRichard Henderson
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson
2021-01-23accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé
2021-01-23accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé