aboutsummaryrefslogtreecommitdiff
path: root/target/m68k/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-11target/m68k: add M68K_FEATURE_UNALIGNED_DATA featureMark Cave-Ayland1-0/+1
2021-02-11m68k: add MSP detection support for stack pointer swap helpersLucien Murray-Pitts1-0/+1
2021-02-11m68k: MOVEC insn. should generate exception if wrong CR is accessedLucien Murray-Pitts1-0/+1
2021-02-11m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readabilityLucien Murray-Pitts1-34/+38
2021-02-11m68k: improve cpu instantiation commentsLucien Murray-Pitts1-0/+44
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-5/+14
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2020-12-12target/m68k: Add vmstate definition for M68kCPULaurent Vivier1-3/+190
2020-05-06target/m68k: fix gdb for m68xxxKONRAD Frederic1-15/+37
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-4/+4
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2020-01-07target/m68k: only change valid bits in CACRLaurent Vivier1-6/+22
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