summary refs log tree commit diff stats
path: root/include/hw/core/tcg-cpu-ops.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handlerPhilippe Mathieu-Daudé2024-01-291-0/+2
* accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handlerPhilippe Mathieu-Daudé2024-01-291-0/+5
* include/hw/core: Remove i386 conditional on fake_user_interruptAnton Johansson2024-01-291-3/+2
* include/hw/core: Move do_interrupt in TCGCPUOpsAnton Johansson2024-01-291-5/+2
* accel/tcg: spelling fixesMichael Tokarev2023-08-311-1/+1
* hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé2023-06-201-51/+51
* softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé2023-03-281-0/+43
* accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson2022-10-261-0/+11
* hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()Bin Meng2022-04-221-0/+1
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-3/+3
* hw/core: Add TCGCPUOps.record_sigbusRichard Henderson2021-11-021-0/+23
* accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson2021-11-021-12/+10
* hw/core: Add TCGCPUOps.record_sigsegvRichard Henderson2021-11-021-0/+26
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-211-1/+2
* accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemuPhilippe Mathieu-Daudé2021-09-141-2/+2
* accel/tcg: Rename user-mode do_interrupt hack as fake_user_interruptPhilippe Mathieu-Daudé2021-09-141-8/+14
* hw/core: Introduce TCGCPUOps.debug_check_breakpointRichard Henderson2021-07-211-0/+6
* accel/tcg: Create io_recompile_replay_branch hookRichard Henderson2021-02-181-0/+10
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-181-2/+1
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-0/+97