aboutsummaryrefslogtreecommitdiff
path: root/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé1-8/+7
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé1-0/+1
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé1-6/+6
2021-05-26cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé1-0/+2
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana1-2/+3
2021-05-10accel: introduce new accessor functionsClaudio Fontana1-5/+1
2021-05-10cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefnClaudio Fontana1-0/+6
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana1-37/+33
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+5
2021-01-02remove TCG includes from common codePaolo Bonzini1-1/+1
2020-12-15cpu: Move cpu_common_props to hw/core/cpu.cEduardo Habkost1-15/+0
2020-10-12exec: split out non-softmmu-specific partsPaolo Bonzini1-0/+452