aboutsummaryrefslogtreecommitdiffstats
path: root/target-m68k/helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-2/+2
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil1-1/+1
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 Weil1-1/+1
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
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-5/+5
2009-10-01Get rid of _t suffixmalc1-5/+5
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-09Add m68k_cpu_list()Laurent Vivier1-0/+9
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-03-07clean build: Fix remaining m68k warningsaurel321-5/+0
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-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-01Allocate cleared memory for cpu state.pbrook1-1/+1
2008-10-11Add GDB XML register description support.pbrook1-0/+33
2008-05-24Convert m68k target to TCG.pbrook1-48/+552
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths1-1/+3
2007-11-18Add strict checking mode for softfp code.pbrook1-1/+1
2007-11-12added missing returnbellard1-0/+1
2007-11-10added cpu_model parameter to cpu_init()bellard1-3/+40
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-3/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-5/+5
2007-06-03Improve ColdFire CPU selection.pbrook1-2/+7
2007-06-03MCF5208 emulation.pbrook1-1/+25
2007-05-29ColdFire EMAC support.pbrook1-2/+36
2007-05-26Rework m68k cpu feature flags.pbrook1-0/+63
2007-05-23m68k/ColdFire system emulation.pbrook1-1/+63
2006-10-22ColdFire target.pbrook1-0/+149