aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg
AgeCommit message (Expand)AuthorFilesLines
2024-01-19system/watchpoint: Move TCG specific code to accel/tcg/Philippe Mathieu-Daudé2-0/+144
2024-01-19util/async: Only call icount_notify_exit() if icount is enabledPhilippe Mathieu-Daudé1-1/+3
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé1-9/+7
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé1-7/+9
2024-01-19accel/tcg: Remove tb_invalidate_phys_page() from system emulationPhilippe Mathieu-Daudé1-23/+1
2024-01-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell7-43/+43
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2-3/+3
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi1-2/+2
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi7-38/+38
2024-01-08replay: stop us hanging in rr_wait_io_eventAlex Bennée1-1/+1
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-1/+1
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-1/+3
2023-11-14accel/tcg: Forward probe size on to notdirty_writeJessica Clarke1-4/+7
2023-11-14accel/tcg: Remove CF_LAST_IORichard Henderson4-20/+14
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé2-8/+8
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé1-0/+4
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé2-0/+2
2023-11-06accel/tcg: Fix condition for store_atom_insert_al16Richard Henderson2-6/+6
2023-11-06accel/tcg: Remove redundant case in store_atom_16Richard Henderson1-4/+0
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson4-144/+154
2023-10-31plugins: Remove an extra parameterAkihiko Odaki1-6/+3
2023-10-11plugins: Set final instruction count in plugin_gen_tb_endMatt Borgerson2-2/+6
2023-10-11accel/tcg: Add plugin_enabled to DisasContextBaseRichard Henderson1-0/+1
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé1-1/+1
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-1/+1
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson3-3/+3
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson1-1/+1
2023-10-04accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé7-12/+18
2023-10-04accel/tcg: Make icount.o a target agnostic unitPhilippe Mathieu-Daudé2-0/+503
2023-10-04accel/tcg: Make monitor.c a target-agnostic unitPhilippe Mathieu-Daudé6-6/+23
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé10-12/+12
2023-10-04accel/tcg: Restrict dump_exec_info() declarationPhilippe Mathieu-Daudé1-0/+2
2023-10-04accel/tcg: move ld/st helpers to ldst_common.c.incAnton Johansson3-407/+225
2023-10-04accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()Anton Johansson2-82/+117
2023-10-04accel/tcg: Use CPUState in atomicity helpersAnton Johansson3-62/+62
2023-10-04accel/tcg: Modify atomic_mmu_lookup() to use CPUStateAnton Johansson3-25/+29
2023-10-04accel/tcg: Modify memory access functions to use CPUStateAnton Johansson1-177/+171
2023-10-04accel/tcg: Modify probe_access_internal() to use CPUStateAnton Johansson1-23/+23
2023-10-04accel/tcg: Modify tlb_*() to use CPUStateAnton Johansson1-116/+104
2023-10-04tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson1-2/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson4-17/+17
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson2-7/+7
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson4-14/+14
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson7-11/+13
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson2-6/+6
2023-10-03accel/tcg: Restrict tcg_exec_[un]realizefn() to TCGPhilippe Mathieu-Daudé2-0/+5
2023-10-03accel/tcg: Have tcg_exec_realizefn() return a booleanPhilippe Mathieu-Daudé1-1/+3
2023-10-02Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi1-2/+1
2023-09-29tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+1
2023-09-28accel/tcg: Always require can_do_ioRichard Henderson1-13/+7