aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Expand)Author
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21meson: targetPaolo Bonzini
2020-07-06target/m68k: consolidate physical translation offset into get_physical_address()Mark Cave-Ayland
2020-07-06target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()Mark Cave-Ayland
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers
2020-06-02target/m68k: implement opcode fetoxm1Laurent Vivier
2020-06-02target/m68k: implement fmove.l #<data>,FPCRLaurent Vivier
2020-05-19softfloat: Name rounding mode enumRichard Henderson
2020-05-19softfloat: Replace flag with boolRichard Henderson
2020-05-06target/m68k: fix gdb for m68xxxKONRAD Frederic
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé
2020-04-15target/m68k/helper: Fix m68k_fpu_gdb_get_reg() use of GByteArrayPhilippe Mathieu-Daudé
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-03-17target/m68k: use gdb_get_reg helpersAlex Bennée
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2020-01-21m68k: Fix regression causing Single-Step via GDB/RSP to not single stepLaurent Vivier
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIXRichard Henderson
2020-01-07target/m68k: only change valid bits in CACRLaurent Vivier
2019-10-28target/m68k: fetch code with translator_ldEmilio G. Cota
2019-09-19target/m68k/fpu_helper.c: rename the access argumentsKONRAD Frederic
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-19target/m68k: replace LIT64 with UINT64_C macrosAlex Bennée
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-06-26m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts
2019-06-26The m68k gdbstub SR reg request doesnt include Condition-CodesLucien Murray-Pitts
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10cpu: Remove CPU_COMMONRichard Henderson
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson
2019-06-10target/m68k: Use env_cpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-10cpu: Define ArchCPURichard Henderson
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-17Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' ...Peter Maydell
2019-05-17target/m68k: Optimize rotate_x() using extract_i32()Philippe Mathieu-Daudé
2019-05-17target/m68k: Fix a tcg_temp leakPhilippe Mathieu-Daudé
2019-05-17target/m68k: Reduce the l1 TCGLabel scopePhilippe Mathieu-Daudé
2019-05-16target/m68k: Switch to transaction_failed hookPeter Maydell
2019-05-16target/m68k: In get_physical_address() check for memory access failuresPeter Maydell
2019-05-16target/m68k: In dump_address_map() check for memory access failuresPeter Maydell