Age | Commit message (Expand) | Author |
2023-02-02 | cpu: free cpu->tb_jmp_cache with RCU | Emilio Cota |
2022-11-01 | accel/tcg: Complete cpu initialization before registration | Richard Henderson |
2022-10-26 | accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter | Richard Henderson |
2022-10-03 | cpu: cache CPUClass in CPUState for hot code paths | Alex Bennée |
2022-04-20 | util/log: Remove qemu_log_close | Richard Henderson |
2022-04-20 | util/log: Remove qemu_log_flush | Richard Henderson |
2022-04-20 | *: Use fprintf between qemu_log_trylock/unlock | Richard Henderson |
2022-04-20 | util/log: Rename qemu_log_lock to qemu_log_trylock | Richard Henderson |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau |
2022-03-16 | softmmu: List CPU types again | Philippe Mathieu-Daudé |
2022-03-06 | cpu: Add missing 'exec/exec-all.h' and 'qemu/accel.h' headers | Philippe Mathieu-Daudé |
2022-03-06 | exec: Make cpu_memory_rw_debug() target agnostic | Philippe Mathieu-Daudé |
2022-02-08 | cpu.c: Make start-powered-off settable after realize | Peter Maydell |
2022-01-06 | linux-user: Add code for PR_GET/SET_UNALIGN | Richard Henderson |
2021-12-18 | cpu: remove unnecessary #ifdef CONFIG_TCG | Paolo Bonzini |
2021-10-15 | Revert "cpu: Move cpu_common_props to hw/core/cpu.c" | Richard Henderson |
2021-07-21 | accel/tcg: Record singlestep_enabled in tb->cflags | Richard Henderson |
2021-07-21 | accel/tcg: Move breakpoint recognition outside translation | Richard Henderson |
2021-07-21 | hw/core: Introduce CPUClass.gdb_adjust_breakpoint | Richard Henderson |
2021-07-09 | cpu: Add breakpoint tracepoints | Richard Henderson |
2021-05-26 | cpu: Move CPUClass::vmsd to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Introduce SysemuCPUOps structure | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Rename CPUClass vmsd -> legacy_vmsd | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Assert DeviceClass::vmsd is NULL on user emulation | Philippe Mathieu-Daudé |
2021-05-10 | accel-cpu: make cpu_realizefn return a bool | Claudio Fontana |
2021-05-10 | accel: introduce new accessor functions | Claudio Fontana |
2021-05-10 | cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn | Claudio Fontana |
2021-02-05 | accel/tcg: split TCG-only code from cpu_exec_realizefn | Claudio Fontana |
2021-02-05 | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost |
2021-01-02 | remove TCG includes from common code | Paolo Bonzini |
2020-12-15 | cpu: Move cpu_common_props to hw/core/cpu.c | Eduardo Habkost |
2020-10-12 | exec: split out non-softmmu-specific parts | Paolo Bonzini |