Age | Commit message (Expand) | Author |
---|---|---|
2021-05-26 | cpu: Move CPUClass::vmsd to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Introduce SysemuCPUOps structure | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Rename CPUClass vmsd -> legacy_vmsd | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Assert DeviceClass::vmsd is NULL on user emulation | Philippe Mathieu-Daudé |
2021-05-10 | accel-cpu: make cpu_realizefn return a bool | Claudio Fontana |
2021-05-10 | accel: introduce new accessor functions | Claudio Fontana |
2021-05-10 | cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn | Claudio Fontana |
2021-02-05 | accel/tcg: split TCG-only code from cpu_exec_realizefn | Claudio Fontana |
2021-02-05 | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost |
2021-01-02 | remove TCG includes from common code | Paolo Bonzini |
2020-12-15 | cpu: Move cpu_common_props to hw/core/cpu.c | Eduardo Habkost |
2020-10-12 | exec: split out non-softmmu-specific parts | Paolo Bonzini |