| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "cpu: Move cpu_common_props to hw/core/cpu.c" | Richard Henderson | 2021-10-16 | 1 | -0/+21 |
* | accel/tcg: Record singlestep_enabled in tb->cflags | Richard Henderson | 2021-07-21 | 1 | -4/+0 |
* | accel/tcg: Move breakpoint recognition outside translation | Richard Henderson | 2021-07-21 | 1 | -20/+0 |
* | hw/core: Introduce CPUClass.gdb_adjust_breakpoint | Richard Henderson | 2021-07-21 | 1 | -0/+10 |
* | cpu: Add breakpoint tracepoints | Richard Henderson | 2021-07-10 | 1 | -4/+9 |
* | cpu: Move CPUClass::vmsd to SysemuCPUOps | Philippe Mathieu-Daudé | 2021-05-27 | 1 | -8/+7 |
* | cpu: Introduce SysemuCPUOps structure | Philippe Mathieu-Daudé | 2021-05-27 | 1 | -0/+1 |
* | cpu: Rename CPUClass vmsd -> legacy_vmsd | Philippe Mathieu-Daudé | 2021-05-27 | 1 | -6/+6 |
* | cpu: Assert DeviceClass::vmsd is NULL on user emulation | Philippe Mathieu-Daudé | 2021-05-27 | 1 | -0/+2 |
* | accel-cpu: make cpu_realizefn return a bool | Claudio Fontana | 2021-05-10 | 1 | -2/+3 |
* | accel: introduce new accessor functions | Claudio Fontana | 2021-05-10 | 1 | -5/+1 |
* | cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn | Claudio Fontana | 2021-05-10 | 1 | -0/+6 |
* | accel/tcg: split TCG-only code from cpu_exec_realizefn | Claudio Fontana | 2021-02-05 | 1 | -37/+33 |
* | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost | 2021-02-05 | 1 | -1/+5 |
* | remove TCG includes from common code | Paolo Bonzini | 2021-01-02 | 1 | -1/+1 |
* | cpu: Move cpu_common_props to hw/core/cpu.c | Eduardo Habkost | 2020-12-15 | 1 | -15/+0 |
* | exec: split out non-softmmu-specific parts | Paolo Bonzini | 2020-10-12 | 1 | -0/+452 |