aboutsummaryrefslogtreecommitdiff
path: root/target/m68k/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-26m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts1-2/+4
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-3/+1
2019-05-17Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' ...Peter Maydell1-1/+1
2019-05-16target/m68k: Switch to transaction_failed hookPeter Maydell1-1/+1
2019-05-10target/m68k: Convert to CPUClass::tlb_fillRichard Henderson1-1/+1
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-1/+1
2018-02-14m68k: implement movep instructionPavel Dovgalyuk1-0/+2
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-3/+2
2018-01-25target/m68k: add MC68040 MMULaurent Vivier1-2/+2
2018-01-04target/m68k: add the Interrupt Stack PointerLaurent Vivier1-4/+4
2018-01-04target/m68k: add move16Laurent Vivier1-1/+9
2018-01-04target/m68k: add chk and chk2Laurent Vivier1-0/+2
2017-10-27m68k: cleanup cpu type name compositionIgor Mammedov1-48/+27
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-6/+1
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé1-4/+0
2017-09-01m68k: replace cpu_m68k_init() with cpu_generic_init()Igor Mammedov1-0/+2
2017-06-21target-m68k: add FPCR and FPSRLaurent Vivier1-1/+1
2017-06-21target-m68k: use floatx80 internallyLaurent Vivier1-2/+2
2017-06-21target-m68k: initialize FPU registersLaurent Vivier1-1/+8
2017-06-07target/m68k: implement rtdLaurent Vivier1-0/+2
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée1-2/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+324