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