index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
internal.h
Age
Commit message (
Expand
)
Author
2023-05-11
accel/tcg: Add cpu_in_serial_context
Richard Henderson
2023-05-02
accel/tcg: Use one_insn_per_tb global instead of old singlestep global
Peter Maydell
2023-03-01
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-02-27
accel/tcg: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2022-12-20
accel/tcg: Restrict page_collection structure to system TB maintainance
Philippe Mathieu-Daudé
2022-12-20
accel/tcg: Factor tb_invalidate_phys_range_fast() out
Philippe Mathieu-Daudé
2022-12-20
accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()
Philippe Mathieu-Daudé
2022-12-20
accel/tcg: Restrict cpu_io_recompile() to system emulation
Philippe Mathieu-Daudé
2022-12-20
accel/tcg: Move remainder of page locking to tb-maint.c
Richard Henderson
2022-12-20
accel/tcg: Move PageDesc tree into tb-maint.c for system
Richard Henderson
2022-12-20
accel/tcg: Use interval tree for user-only page tracking
Richard Henderson
2022-12-20
accel/tcg: Move page_{get,set}_flags to user-exec.c
Richard Henderson
2022-12-20
accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZE
Richard Henderson
2022-12-20
accel/tcg: Use interval tree for TBs in user-only mode
Richard Henderson
2022-11-01
accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb
Richard Henderson
2022-11-01
accel/tcg: Introduce cpu_unwind_state_data
Richard Henderson
2022-10-26
accel/tcg: Rename tb_invalidate_phys_page
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-04
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2021-06-11
accel/tcg: Merge tcg_exec_init into tcg_init_machine
Richard Henderson
2021-01-23
accel/tcg: Restrict cpu_io_recompile() from other accelerators
Philippe Mathieu-Daudé
2021-01-23
accel/tcg: Restrict tb_gen_code() from other accelerators
Philippe Mathieu-Daudé