aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Expand)AuthorFilesLines
2022-03-22m68k/nios2-semi: fix gettimeofday() result checkMarc-André Lureau1-1/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2-4/+1
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-2/+1
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson1-0/+1
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-01-09target/m68k: don't word align SP in stack frame if M68K_FEATURE_UNALIGNED_DAT...Mark Cave-Ayland1-1/+4
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-1/+1
2021-11-02target/m68k: Make m68k_cpu_tlb_fill sysemu onlyRichard Henderson2-6/+2
2021-10-15target/m68k: Drop checks for singlestep_enabledRichard Henderson1-35/+9
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson1-1/+0
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-1/+1
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-8/+0
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell1-1/+1
2021-09-14target/m68k: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé3-14/+6
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-1/+1
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell1-1/+1
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-18/+0
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson1-14/+5
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell1-12/+1
2021-07-09target/m68k: Use translator_use_goto_tbRichard Henderson1-11/+1
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé1-0/+2
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson1-1/+0
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson2-61/+79
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell1-2/+10
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé1-0/+8
2021-05-26target/m68k: implement m68k "any instruction" trace modeMark Cave-Ayland2-7/+28
2021-05-26target/m68k: introduce gen_singlestep_exception() functionMark Cave-Ayland1-4/+13
2021-05-26target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm...Mark Cave-Ayland1-1/+3
2021-05-26target/m68k: introduce is_singlestepping() functionMark Cave-Ayland1-4/+15
2021-03-12Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell4-24/+82
2021-03-11target/m68k: add M68K_FEATURE_UNALIGNED_DATA featureMark Cave-Ayland3-1/+7
2021-03-11target/m68k: reformat m68k_features enumMark Cave-Ayland1-22/+44
2021-03-11target/m68k: don't set SSW ATC bit for physical bus errorsMark Cave-Ayland1-1/+11
2021-03-11target/m68k: implement rtr instructionLaurent Vivier1-0/+20
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-1/+1
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-1/+1
2021-03-09Various spelling fixesMichael Tokarev1-1/+1
2021-02-15target/m68k: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell1-3/+2
2021-02-11m68k: add MSP detection support for stack pointer swap helpersLucien Murray-Pitts3-2/+11
2021-02-11m68k: MOVEC insn. should generate exception if wrong CR is accessedLucien Murray-Pitts4-46/+146
2021-02-11m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to...Lucien Murray-Pitts2-0/+14
2021-02-11m68k: improve comments on m68k_move_to/from helpersLucien Murray-Pitts1-9/+30
2021-02-11m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readabilityLucien Murray-Pitts2-34/+39
2021-02-11m68k: improve cpu instantiation commentsLucien Murray-Pitts2-20/+73
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