aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg
AgeCommit message (Expand)Author
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé
2024-03-06plugins: cleanup codepath for previous inline operationPierrick Bouvier
2024-03-06plugins: add inline operation per vcpuPierrick Bouvier
2024-03-06plugins: implement inline operation relative to cpu_indexPierrick Bouvier
2024-03-05accel/tcg: Add TLB_CHECK_ALIGNEDRichard Henderson
2024-03-05accel/tcg: Add tlb_fill_flags to CPUTLBEntryFullRichard Henderson
2024-02-29accel/tcg: Disconnect TargetPageDataNode from page sizeRichard Henderson
2024-02-29cpu: Remove page_size_initRichard Henderson
2024-02-29accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotectRichard Henderson
2024-02-29tcg: Avoid double lock if page tables happen to be in mmio memory.Jonathan Cameron
2024-02-29accel/tcg: Set can_do_io at at start of lookup_tb_ptr helperPeter Maydell
2024-02-28plugins: create CPUPluginState and migrate plugin_maskAlex Bennée
2024-02-28plugins: Use different helpers when reading registersAkihiko Odaki
2024-02-20accel/tcg: correct typosManos Pitsidianakis
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson
2024-01-29target/i386: Extract x86_cpu_exec_halt() from accel/tcg/Philippe Mathieu-Daudé
2024-01-29accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handlerPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Inline need_replay_interruptRichard Henderson
2024-01-29target/i386: Extract x86_need_replay_interrupt() from accel/tcg/Philippe Mathieu-Daudé
2024-01-29accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handlerPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.cRichard Henderson
2024-01-29accel/tcg: Un-inline icount_exit_request() for clarityPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()Philippe Mathieu-Daudé
2024-01-29accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()Philippe Mathieu-Daudé
2024-01-29accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in mesonPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich
2024-01-29accel/tcg: Remove #ifdef TARGET_I386 from perf.cIlya Leoshkevich
2024-01-29accel/tcg: Make use of qemu_target_page_mask() in perf.cIlya Leoshkevich
2024-01-29accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARDPhilippe Mathieu-Daudé
2024-01-29cpu-exec: simplify jump cache managementPaolo Bonzini
2024-01-19system/watchpoint: Move TCG specific code to accel/tcg/Philippe Mathieu-Daudé
2024-01-19util/async: Only call icount_notify_exit() if icount is enabledPhilippe Mathieu-Daudé
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé
2024-01-19accel/tcg: Remove tb_invalidate_phys_page() from system emulationPhilippe Mathieu-Daudé
2024-01-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-08replay: stop us hanging in rr_wait_io_eventAlex Bennée
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-11-14accel/tcg: Forward probe size on to notdirty_writeJessica Clarke
2023-11-14accel/tcg: Remove CF_LAST_IORichard Henderson
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé
2023-11-06accel/tcg: Fix condition for store_atom_insert_al16Richard Henderson
2023-11-06accel/tcg: Remove redundant case in store_atom_16Richard Henderson
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson