aboutsummaryrefslogtreecommitdiff
path: root/target-m68k/helper.c
AgeCommit message (Expand)Author
2012-03-14target-m68k: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-28target-m68k: Clean includesStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-04-23m68k: fix if statement with empty body, spotted by clangBlue Swirl
2010-03-17Large page TLB flushPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-09Add m68k_cpu_list()Laurent Vivier
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori
2009-03-07clean build: Fix remaining m68k warningsaurel32
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-26Log reset events (Jan Kiszka)aliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-01Allocate cleared memory for cpu state.pbrook
2008-10-11Add GDB XML register description support.pbrook
2008-05-24Convert m68k target to TCG.pbrook
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths
2007-11-18Add strict checking mode for softfp code.pbrook
2007-11-12added missing returnbellard
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-03Improve ColdFire CPU selection.pbrook
2007-06-03MCF5208 emulation.pbrook
2007-05-29ColdFire EMAC support.pbrook
2007-05-26Rework m68k cpu feature flags.pbrook
2007-05-23m68k/ColdFire system emulation.pbrook
2006-10-22ColdFire target.pbrook