aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Expand)AuthorFilesLines
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
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
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée1-1/+1
2020-12-12m68k: fix some comment spelling errorszhaolichang1-8/+8
2020-12-12target/m68k: Add vmstate definition for M68kCPULaurent Vivier3-6/+198
2020-12-12target/m68k: remove useless qregs arrayLaurent Vivier1-4/+0
2020-12-10m68k: do not use ram_size globalPaolo Bonzini1-2/+3
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf1-1/+1
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-3/+5
2020-08-21meson: targetPaolo Bonzini2-5/+17
2020-07-06target/m68k: consolidate physical translation offset into get_physical_address()Mark Cave-Ayland1-11/+6
2020-07-06target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()Mark Cave-Ayland1-0/+4
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers2-84/+0
2020-06-02target/m68k: implement opcode fetoxm1Laurent Vivier3-0/+9
2020-06-02target/m68k: implement fmove.l #<data>,FPCRLaurent Vivier1-0/+14
2020-05-19softfloat: Name rounding mode enumRichard Henderson1-3/+3
2020-05-19softfloat: Replace flag with boolRichard Henderson1-35/+35
2020-05-06target/m68k: fix gdb for m68xxxKONRAD Frederic1-15/+37
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé1-1/+2
2020-04-15target/m68k/helper: Fix m68k_fpu_gdb_get_reg() use of GByteArrayPhilippe Mathieu-Daudé1-2/+2
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-5/+5
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2-5/+5
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée3-4/+4
2020-03-17target/m68k: use gdb_get_reg helpersAlex Bennée1-18/+11
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2020-01-21m68k: Fix regression causing Single-Step via GDB/RSP to not single stepLaurent Vivier1-15/+27
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2020-01-15target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIXRichard Henderson2-32/+47