summaryrefslogtreecommitdiffstats
path: root/target/m68k/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* target/m68k: add M68K_FEATURE_UNALIGNED_DATA featureMark Cave-Ayland2021-03-111-0/+1
* m68k: add MSP detection support for stack pointer swap helpersLucien Murray-Pitts2021-02-111-0/+1
* m68k: MOVEC insn. should generate exception if wrong CR is accessedLucien Murray-Pitts2021-02-111-0/+1
* m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readabilityLucien Murray-Pitts2021-02-111-34/+38
* m68k: improve cpu instantiation commentsLucien Murray-Pitts2021-02-111-0/+44
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-5/+14
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* target/m68k: Add vmstate definition for M68kCPULaurent Vivier2020-12-121-3/+190
* target/m68k: fix gdb for m68xxxKONRAD Frederic2020-05-061-15/+37
* cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-4/+4
* cpu: Use cpu_class_set_parent_reset()Greg Kurz2020-01-241-2/+1Star
* target/m68k: only change valid bits in CACRLaurent Vivier2020-01-071-6/+22
* m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts2019-06-261-2/+4
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-3/+1Star
* Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' ...Peter Maydell2019-05-171-1/+1
|\
| * target/m68k: Switch to transaction_failed hookPeter Maydell2019-05-161-1/+1
* | target/m68k: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-1/+1
|/
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-1/+1
* m68k: implement movep instructionPavel Dovgalyuk2018-02-141-0/+2
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-3/+2Star
* target/m68k: add MC68040 MMULaurent Vivier2018-01-251-2/+2
* target/m68k: add the Interrupt Stack PointerLaurent Vivier2018-01-041-4/+4
* target/m68k: add move16Laurent Vivier2018-01-041-1/+9
* target/m68k: add chk and chk2Laurent Vivier2018-01-041-0/+2
* m68k: cleanup cpu type name compositionIgor Mammedov2017-10-271-48/+27Star
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-6/+1Star
* qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé2017-10-101-4/+0Star
* m68k: replace cpu_m68k_init() with cpu_generic_init()Igor Mammedov2017-09-011-0/+2
* target-m68k: add FPCR and FPSRLaurent Vivier2017-06-211-1/+1
* target-m68k: use floatx80 internallyLaurent Vivier2017-06-211-2/+2
* target-m68k: initialize FPU registersLaurent Vivier2017-06-211-1/+8
* target/m68k: implement rtdLaurent Vivier2017-06-071-0/+2
* qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée2017-01-131-2/+1Star
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+324