aboutsummaryrefslogtreecommitdiff
path: root/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-08cpu.c: Make start-powered-off settable after realizePeter Maydell1-1/+21
2022-01-06linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson1-5/+15
2021-12-18cpu: remove unnecessary #ifdef CONFIG_TCGPaolo Bonzini1-5/+0
2021-10-15Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson1-0/+21
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson1-4/+0
2021-07-21accel/tcg: Move breakpoint recognition outside translationRichard Henderson1-20/+0
2021-07-21hw/core: Introduce CPUClass.gdb_adjust_breakpointRichard Henderson1-0/+10
2021-07-09cpu: Add breakpoint tracepointsRichard Henderson1-4/+9
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