- b14d064 license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later by Philippe Mathieu-Daudé · 6 months ago
- 7d01623 target/m68k: avoid shift into sign bit in dump_address_map() by Peter Maydell · 8 months ago
- 099505b target/m68k: Restrict semihosting to TCG by Philippe Mathieu-Daudé · 8 months ago
- bf9ab9d target/m68k: Add semihosting stub by Philippe Mathieu-Daudé · 8 months ago
- 4f7b1ec target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation by Peter Maydell · 8 months ago
- 962a145 accel/tcg: Provide default implementation of disas_log by Richard Henderson · 11 months ago
- 74781c0 exec/cpu: Extract page-protection definitions to page-protection.h by Philippe Mathieu-Daudé · 1 year, 3 months ago
- ad80e36 hw, target: Add ResetType argument to hold and exit phase methods by Peter Maydell · 11 months ago
- 0815c22 target/m68k: Support semihosting on non-ColdFire targets by Keith Packard · 1 year, 5 months ago
- f161e72 target/m68k: Perform the semihosting test during translate by Richard Henderson · 1 year, 5 months ago
- 5fae511 target/m68k: Pass semihosting arg to exit by Keith Packard · 1 year, 7 months ago
- 5888357 target/m68k: Map FPU exceptions to FPSR register by Keith Packard · 1 year, 7 months ago
- e22a456 target/m68k: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 348802b target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler by Philippe Mathieu-Daudé · 1 year, 1 month ago
- ee1004b bulk: Access existing variables initialized to &S->F when available by Philippe Mathieu-Daudé · 1 year, 1 month ago
- ecd6f6a gdbstub: Infer number of core registers from XML by Akihiko Odaki · 1 year ago
- 6626015 gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb by Akihiko Odaki · 1 year ago
- ac1e867 gdbstub: Use GDBFeature for gdb_register_coprocessor by Akihiko Odaki · 1 year ago
- f3c6376 target/m68k: Fix exception frame format for 68010 by Daniel Palmer · 1 year, 2 months ago
- c2ca6c9 m68k: correct typos by Manos Pitsidianakis · 1 year, 1 month ago
- 2df1eb2 kconfig: use "select" to enable semihosting by Paolo Bonzini · 1 year, 1 month ago
- 2358cf7 target/m68k: Use TCG_COND_TST{EQ,NE} in gen_fcc_cond by Richard Henderson · 1 year, 4 months ago
- 3b91614 include/exec: Change cpu_mmu_index argument to CPUState by Richard Henderson · 1 year, 1 month ago
- a120d32 include/exec: Implement cpu_mmu_index generically by Richard Henderson · 1 year, 1 month ago
- a5a2d7f target/m68k: Populate CPUClass.mmu_index by Richard Henderson · 1 year, 1 month ago
- 1764ad7 include/qemu: Add TCGCPUOps typedef to typedefs.h by Richard Henderson · 1 year, 1 month ago
- 85c19af include/exec: Use vaddr in DisasContextBase for virtual addresses by Anton Johansson · 1 year, 2 months ago
- 32f0c39 target: Use vaddr in gen_intermediate_code by Anton Johansson · 1 year, 2 months ago
- 261f406 target/m68k: Use generic cpu_list() by Gavin Shan · 1 year, 4 months ago
- d5be19f cpu: Call object_class_dynamic_cast() once in cpu_class_by_name() by Philippe Mathieu-Daudé · 1 year, 6 months ago
- f3fb948 target/m68k: Constify VMState in machine.c by Richard Henderson · 1 year, 3 months ago
- 3a9d0d7 hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name() by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 9348028 target: Move ArchCPUClass definition to 'cpu.h' by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 2d56be5 target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h' by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 6ee45fa target: Unify QOM style by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 443025e target/m68k: Use tcg_gen_ext_i32 by Richard Henderson · 1 year, 5 months ago
- 01c85e6 meson: Rename target_softmmu_arch -> target_system_arch by Philippe Mathieu-Daudé · 1 year, 5 months ago
- f14eced semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user() by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 8fa08d7 accel/tcg: Remove cpu_set_cpustate_pointers by Richard Henderson · 1 year, 6 months ago
- b77af26 accel/tcg: Replace CPUState.env_ptr with cpu_env() by Richard Henderson · 1 year, 6 months ago
- ad75a51 tcg: Rename cpu_env to tcg_env by Richard Henderson · 1 year, 6 months ago
- 3b3d7df accel/tcg: Move CPUNegativeOffsetState into CPUState by Richard Henderson · 1 year, 6 months ago
- f669c99 target/*: Add instance_align to all cpu base classes by Richard Henderson · 1 year, 6 months ago
- 574d572 target/m68k: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 1321d84 target/m68k: Add URL to semihosting spec by Peter Maydell · 1 year, 6 months ago
- 026ad97 target/translate: Remove unnecessary 'exec/cpu_ldst.h' header by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 27f9af7 target/m68k: Use tcg_gen_negsetcond_* by Richard Henderson · 1 year, 7 months ago
- 64919f7 target/m68k: Use tcg_gen_deposit_i32 in gen_partset_reg by Richard Henderson · 1 year, 7 months ago
- 8caaae7 target/m68k: Fix semihost lseek offset computation by Peter Maydell · 1 year, 7 months ago
- 8b81968 other architectures: spelling fixes by Michael Tokarev · 1 year, 8 months ago
- bb5de52 target: Widen pc/cs_base in cpu_get_tb_cpu_state by Anton Johansson · 1 year, 9 months ago
- de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
- 6a14058 target/m68k: Check for USER_ONLY definition instead of SOFTMMU one by Philippe Mathieu-Daudé · 1 year, 9 months ago
- d8ca971 target/m68k/fpu_helper: Use FloatRelation enum to hold comparison result by Philippe Mathieu-Daudé · 2 years ago
- dfd1b81 accel/tcg: Introduce translator_io_start by Richard Henderson · 1 year, 10 months ago
- d53106c tcg: Pass TCGHelperInfo to tcg_gen_callN by Richard Henderson · 2 years ago
- a0f06a6 target/m68k: Fix gen_load_fp for OS_LONG by Richard Henderson · 1 year, 10 months ago
- b7a94da target/m68k: Finish conversion to tcg_gen_qemu_{ld,st}_* by Richard Henderson · 1 year, 10 months ago
- 999b7c2 target/m68k: Use tcg_constant_i32 in gen_ea_mode by Richard Henderson · 2 years ago
- 1852ce5 target/m68k: Avoid tcg_const_* throughout by Richard Henderson · 2 years ago
- 7b346e4 target/m68k: Avoid tcg_const_i32 in bfop_reg by Richard Henderson · 2 years ago
- b32a07d target/m68k: Avoid tcg_const_i32 when modified by Richard Henderson · 2 years ago
- cbc1a16 target/m68k: Remove `NB_MMU_MODES` define by Anton Johansson · 2 years ago
- c566080 gdbstub: move syscall handling to new file by Alex Bennée · 2 years ago
- 4ea5fe9 gdbstub: move register helpers into standalone include by Alex Bennée · 2 years ago
- 446914b target/m68k: Drop tcg_temp_free by Richard Henderson · 2 years ago
- a2eb126 target/m68k: Drop free_cond by Richard Henderson · 2 years ago
- 54dc8d2 target/m68k: Drop mark_to_release by Richard Henderson · 2 years ago
- 597f9b2 accel/tcg: Pass max_insn to gen_intermediate_code by pointer by Richard Henderson · 2 years, 1 month ago
- d90ebc4 target/cpu: Restrict do_transaction_failed() handlers to sysemu by Philippe Mathieu-Daudé · 2 years, 3 months ago
- 6d2d454 target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu by Philippe Mathieu-Daudé · 2 years, 3 months ago
- c1fc91b m68k: fix 'bkpt' instruction in softmmu mode by Laurent Vivier · 2 years, 1 month ago
- 1a282f6 target/m68k: fix FPSR quotient byte for frem instruction by Mark Cave-Ayland · 2 years, 2 months ago
- ad6dae3 target/m68k: fix FPSR quotient byte for fmod instruction by Mark Cave-Ayland · 2 years, 2 months ago
- 60b598d target/m68k: pass sign directly into make_quotient() by Mark Cave-Ayland · 2 years, 2 months ago
- 3ec2143 target/m68k: pass quotient directly into make_quotient() by Mark Cave-Ayland · 2 years, 2 months ago
- bf90b34 target/m68k: Convert to 3-phase reset by Peter Maydell · 2 years, 4 months ago
- 0f208a9 target/m68k: Rename qregs.def -> qregs.h.inc by Philippe Mathieu-Daudé · 2 years, 4 months ago
- 3d419a4 accel/tcg: Remove will_exit argument from cpu_restore_state by Richard Henderson · 2 years, 5 months ago
- 584fd34 target/m68k: Convert to tcg_ops restore_state_to_opc by Richard Henderson · 2 years, 5 months ago
- e4fdf9d hw/core: Add CPUClass.get_pc by Richard Henderson · 2 years, 5 months ago
- b342e56 target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privilege check by Mark Cave-Ayland · 2 years, 6 months ago
- 2dc7bf6 target/m68k: increase size of m68k CPU features from uint32_t to uint64_t by Mark Cave-Ayland · 2 years, 6 months ago
- c7546ab target/m68k: always call gen_exit_tb() after writes to SR by Mark Cave-Ayland · 2 years, 6 months ago
- aece90d target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68K by Mark Cave-Ayland · 2 years, 6 months ago
- 214c600 target/m68k: Perform writback before modifying SR by Richard Henderson · 2 years, 6 months ago
- 24ec52f9 target/m68k: Fix MACSR to CCR by Richard Henderson · 2 years, 6 months ago
- 5934dae target/m68k: Implement atomic test-and-set by Richard Henderson · 2 years, 6 months ago
- a52417e target/m68k: Honour -semihosting-config userspace=on by Peter Maydell · 2 years, 7 months ago
- 5202861 semihosting: Allow optional use of semihosting from userspace by Peter Maydell · 2 years, 7 months ago
- 7327e60 target/m68k: Convert semihosting errno to gdb remote errno by Richard Henderson · 2 years, 9 months ago
- 9502725 target/m68k: Use semihosting/syscalls.h by Richard Henderson · 2 years, 10 months ago
- 306c872 accel/tcg: Add pc and host_pc params to gen_intermediate_code by Richard Henderson · 2 years, 7 months ago
- a638af0 target/m68k: Make semihosting system only by Richard Henderson · 2 years, 10 months ago
- ab294b6 target/m68k: Eliminate m68k_semi_is_fseek by Richard Henderson · 2 years, 10 months ago
- 64c8c6a gdbstub: Adjust gdb_syscall_complete_cb declaration by Richard Henderson · 2 years, 10 months ago
- 7c56c2d include/exec: Move gdb_stat and gdb_timeval to gdbstub.h by Richard Henderson · 2 years, 10 months ago
- 94b14fe include/exec: Move gdb open flags to gdbstub.h by Richard Henderson · 2 years, 11 months ago
- c89a14a semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h by Richard Henderson · 2 years, 11 months ago
- 36a0ab5 target/m68k: Mark helper_raise_exception as noreturn by Richard Henderson · 2 years, 9 months ago