aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Expand)Author
2024-11-05target/m68k: Initialize float_status fields in gdb set/get functionsPeter Maydell
2024-11-05target/m68k: Explicitly set 2-NaN propagation rulePeter Maydell
2024-10-08target/m68k: Always return a temporary from gen_lea_modeRichard Henderson
2024-10-07target/m68k: Use explicit big-endian LD/ST APIPhilippe Mathieu-Daudé
2024-09-20license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-07-29target/m68k: avoid shift into sign bit in dump_address_map()Peter Maydell
2024-07-22target/m68k: Restrict semihosting to TCGPhilippe Mathieu-Daudé
2024-07-22target/m68k: Add semihosting stubPhilippe Mathieu-Daudé
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-24target/m68k: Support semihosting on non-ColdFire targetsKeith Packard
2024-04-24target/m68k: Perform the semihosting test during translateRichard Henderson
2024-04-24target/m68k: Pass semihosting arg to exitKeith Packard
2024-04-09target/m68k: Map FPU exceptions to FPSR registerKeith Packard
2024-03-12target/m68k: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki
2024-02-23target/m68k: Fix exception frame format for 68010Daniel Palmer
2024-02-21m68k: correct typosManos Pitsidianakis
2024-02-09kconfig: use "select" to enable semihostingPaolo Bonzini
2024-02-03target/m68k: Use TCG_COND_TST{EQ,NE} in gen_fcc_condRichard Henderson
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/m68k: Populate CPUClass.mmu_indexRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2024-01-29include/exec: Use vaddr in DisasContextBase for virtual addressesAnton Johansson
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
2024-01-05target/m68k: Use generic cpu_list()Gavin Shan
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé
2023-12-29target/m68k: Constify VMState in machine.cRichard Henderson
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-10-22target/m68k: Use tcg_gen_ext_i32Richard Henderson
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé
2023-10-07semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson
2023-09-29target/m68k: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-21target/m68k: Add URL to semihosting specPeter Maydell
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé