summaryrefslogtreecommitdiffstats
path: root/cpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson2021-10-151-0/+21
* accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson2021-07-211-4/+0
* accel/tcg: Move breakpoint recognition outside translationRichard Henderson2021-07-211-20/+0
* hw/core: Introduce CPUClass.gdb_adjust_breakpointRichard Henderson2021-07-211-0/+10
* cpu: Add breakpoint tracepointsRichard Henderson2021-07-091-4/+9
* cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-8/+7
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-261-0/+1
* cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé2021-05-261-6/+6
* cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé2021-05-261-0/+2
* accel-cpu: make cpu_realizefn return a boolClaudio Fontana2021-05-101-2/+3
* accel: introduce new accessor functionsClaudio Fontana2021-05-101-5/+1
* cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefnClaudio Fontana2021-05-101-0/+6
* accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana2021-02-051-37/+33
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+5
* remove TCG includes from common codePaolo Bonzini2021-01-021-1/+1
* cpu: Move cpu_common_props to hw/core/cpu.cEduardo Habkost2020-12-151-15/+0
* exec: split out non-softmmu-specific partsPaolo Bonzini2020-10-121-0/+452