summaryrefslogtreecommitdiff
path: root/target-m68k/helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber1-2/+1
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-2/+5
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-7/+10
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori1-1/+1
2013-10-10target-m68k: Rename helpers.h to helper.hRichard Henderson1-1/+1
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber1-1/+0
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ärber1-1/+1
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-02-16target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber1-1/+3
2013-02-16target-m68k: Return M68kCPU from cpu_m68k_init()Andreas Färber1-2/+2
2013-02-16target-m68k: Move TCG initialization to M68kCPU initfnAndreas Färber1-7/+0
2013-02-16target-m68k: Introduce QOM realizefn for M68kCPUAndreas Färber1-4/+10
2013-02-01target-m68k: Rename CPU subtypesAndreas Färber1-3/+8
2013-01-27target-m68k: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber1-2/+4
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber1-1/+1
2012-12-19cpu: Introduce CPUListState structAndreas Färber1-7/+2
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-1/+1
2012-06-04Kill off cpu_state_reset()Andreas Färber1-5/+0
2012-04-30target-m68k: Add QOM CPU subclassesAndreas Färber1-89/+49
2012-04-30target-m68k: Start QOM'ifying CPU initAndreas Färber1-1/+1
2012-04-30target-m68k: QOM'ify CPU resetAndreas Färber1-16/+2
2012-04-30target-m68k: QOM'ify CPUAndreas Färber1-7/+4
2012-03-14target-m68k: Don't overuse CPUStateAndreas Färber1-39/+39
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-02-28target-m68k: Clean includesStefan Weil1-5/+0
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