aboutsummaryrefslogtreecommitdiffstats
path: root/target-m68k
AgeCommit message (Expand)AuthorFilesLines
2014-09-25target-m68k: Use cpu_exec_interrupt qom hookRichard Henderson4-3/+22
2014-09-25target-m68k: Use cpu_exec_enter/exit qom hooksRichard Henderson3-0/+26
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova1-0/+3
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini2-2/+2
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini1-14/+0
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson4-9/+4
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber1-2/+1
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber1-1/+1
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber3-7/+18
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-4/+1
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-3/+3
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-3/+5
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber3-3/+4
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber1-1/+2
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber4-14/+16
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber4-11/+16
2014-03-13target-m68k: Remove custom qemu_assert() functionPeter Maydell1-19/+9
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2-5/+6
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori4-7/+4
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-3/+0
2013-10-10target-m68k: Rename helpers.h to helper.hRichard Henderson4-5/+5
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber1-1/+0
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-1/+1
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber1-1/+3
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber1-0/+1
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber4-2/+15
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber1-4/+4
2013-07-26target-m68k: Move cpu_gdb_{read,write}_register()Andreas Färber1-0/+67
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber1-0/+1
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber1-1/+2
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber3-1/+5
2013-07-23gdbstub: Change syscall callback argument to CPUStateAndreas Färber1-1/+4
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-3/+4
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber1-5/+0
2013-07-23target-m68k: Implement CPUClass::set_pc()Andreas Färber1-0/+8
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber1-5/+0
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-1/+1
2013-07-09target-m68k: Change gen_intermediate_code_internal() argument to M68kCPUAndreas Färber1-4/+5
2013-07-09cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber1-1/+1
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell1-9/+0
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber1-1/+0
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber3-2/+7
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber4-3/+11
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-1/+1
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber1-3/+5
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber4-6/+11
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber1-0/+1
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+2
2013-02-16target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber2-2/+4
2013-02-16target-m68k: Return M68kCPU from cpu_m68k_init()Andreas Färber2-4/+12
2013-02-16target-m68k: Move TCG initialization to M68kCPU initfnAndreas Färber2-7/+6
2013-02-16target-m68k: Introduce QOM realizefn for M68kCPUAndreas Färber4-4/+29
2013-02-06target-m68k: Fix commentStefan Weil1-1/+1
2013-02-01target-m68k: Rename CPU subtypesAndreas Färber2-5/+14
2013-02-01target-m68k: Mark as unmigratableAndreas Färber3-1/+8
2013-01-28target-m68k: Use type_register() instead of type_register_static()Andreas Färber1-1/+1
2013-01-27target-m68k: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber1-1/+2
2013-01-27target-m68k: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber2-2/+21
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-1/+1
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber7-19/+19
2012-12-19cpu: Introduce CPUListState structAndreas Färber1-7/+2
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19qom: move include files to include/qom/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini6-14/+14
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-7/+1
2012-12-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-3/+0
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin1-3/+3
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin1-1/+1
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin1-2/+2
2012-12-07target-m68k: Remove t1 from CPUM68KStateRichard Henderson1-3/+0
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-3/+3
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-4/+4
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-11-03target-m68k/m68k-semi.c: Log when put_user for returning values failsPeter Maydell1-16/+31
2012-11-03target-m68k/m68k-semi: Handle get_user failurePeter Maydell1-51/+93
2012-11-03m68k: Return semihosting errno values correctlyMeador Inge1-1/+1
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-1/+1
2012-09-27target-m68k: Call tcg_gen_debug_insn_startRichard Henderson1-0/+4
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl1-3/+0
2012-09-15target-m68k: avoid using cpu_single_envBlue Swirl1-130/+140
2012-09-15target-m68k: switch to AREG0 free modeBlue Swirl4-81/+67
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini1-1/+2
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-0/+3
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2-0/+409
2012-06-04Kill off cpu_state_reset()Andreas Färber1-5/+0
2012-04-30target-m68k: Add QOM CPU subclassesAndreas Färber2-90/+137
2012-04-30target-m68k: Start QOM'ifying CPU initAndreas Färber2-1/+10
2012-04-30target-m68k: QOM'ify CPU resetAndreas Färber2-17/+17
2012-04-30target-m68k: QOM'ify CPUAndreas Färber4-8/+136
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-5/+3
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-m68k: Don't overuse CPUStateAndreas Färber4-65/+65
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-02-28target-m68k: Clean includesStefan Weil3-11/+1
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-4/+4
2011-07-30exec.h cleanupBlue Swirl2-29/+4
2011-06-26Remove exec-all.h include directivesBlue Swirl3-3/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-11/+12
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-2/+2
2011-06-26m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl2-4/+28
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-3/+3
2011-06-08m68k: Replace gen_im32() by tcg_const_i32()Laurent Vivier1-23/+20
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil1-1/+1
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-10/+0
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-3/+3
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil3-4/+4
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-5/+6
2010-04-25m68k: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+0
2010-04-23m68k: fix if statement with empty body, spotted by clangBlue Swirl1-2/+3
2010-03-17Large page TLB flushPaul Brook1-2/+3
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-8/+8
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+3
2010-02-18remove dead m68k definitionsPaolo Bonzini1-4/+0
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-5/+5
2009-10-01Get rid of _t suffixmalc1-5/+5
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl5-10/+5
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-9/+0
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-05-09Add m68k_cpu_list()Laurent Vivier2-0/+12
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-1/+6
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+1
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-1/+1
2009-03-07clean build: Fix remaining m68k warningsaurel323-8/+3
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-02-24Fix ColdFire fmovem. Free the temporary we just allocated rather than somepbrook1-1/+1
2009-02-23Really fix ColdFire fdmoved address decoding.pbrook1-0/+2
2009-02-23Fix ColdFire fdmoved address decoding.pbrook1-4/+4
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+5
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-5/+5
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel325-5/+5
2008-12-13Remove unnecessary trailing newlinesblueswir12-2/+0
2008-12-01Allocate cleared memory for cpu state.pbrook1-1/+1
2008-11-30Spelling and grammar fixesaurel321-1/+1
2008-11-30Common cpu_loop_exit prototypeaurel321-2/+0
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-18Remove premature memop TB terminations (Jan Kiszka)aliguori1-6/+0
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-4/+5
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+10
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-2/+6
2008-11-17TCG variable type checking.pbrook2-290/+255
2008-10-11Add GDB XML register description support.pbrook1-0/+33
2008-10-05Silence some warnings about no value returned from non-void functionblueswir11-0/+1
2008-09-05Fix swapped mvz/mvs instructions.pbrook1-1/+1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12-5/+1
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-6/+5
2008-07-10Fix coprocessor register types.pbrook1-13/+13
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2-3/+3
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook1-4/+0
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-1/+1
2008-06-29Add instruction counter.pbrook2-1/+22
2008-05-30Fix typo.pbrook1-1/+1
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook1-0/+9
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard1-2/+0
2008-05-28moved halted field to CPU_COMMONbellard1-1/+0
2008-05-25Fix off-by-one unwinding error.pbrook1-5/+0
2008-05-24Convert m68k target to TCG.pbrook10-2350/+1574
2008-05-04remove target ifdefs from vl.caurel321-0/+9
2008-04-28Factorize code in translate.caurel321-0/+5
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-03-26m68k compare fix.pbrook1-1/+1
2008-02-01use the TCG code generatorbellard2-47/+10
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths1-1/+3
2007-11-18Add strict checking mode for softfp code.pbrook2-2/+2
2007-11-12added missing returnbellard1-0/+1
2007-11-11fixed invalid typebellard1-2/+2
2007-11-10Fix m68k FP register debug dumps.pbrook1-2/+2
2007-11-10added cpu_model parameter to cpu_init()bellard3-42/+43
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer4-6/+17
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths3-6/+6
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths6-21/+21
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths1-1/+0
2007-06-09M68K watchpoint hacks.pbrook1-0/+11
2007-06-09Workaround dyngen problems with m68k conditional branch ops.pbrook2-14/+40
2007-06-09M68K status register fixes.pbrook3-8/+6
2007-06-03Move target-specific defines to the target directories.ths1-0/+7
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-0/+10
2007-06-03Improve ColdFire CPU selection.pbrook3-11/+35
2007-06-03MCF5208 emulation.pbrook5-13/+60
2007-06-02Clear SR_M on a hardware interrupt.pbrook1-0/+1
2007-05-29ColdFire EMAC support.pbrook5-2/+760
2007-05-28Implement ColdFire ff1.pbrook2-1/+14
2007-05-28Add diagnostic for bad opcode masks.pbrook1-1/+5