summaryrefslogtreecommitdiffstats
path: root/target-m68k/helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-m68k: Use cpu_exec_enter/exit qom hooksRichard Henderson2014-09-251-0/+20
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-2/+1
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-2/+5
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-7/+10
* Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori2013-10-111-1/+1
|\
| * target-m68k: Rename helpers.h to helper.hRichard Henderson2013-10-101-1/+1
* | cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-1/+0
|/
* gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber2013-07-231-1/+2
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-1/+1
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-1/+1
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-3/+5
* target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber2013-02-161-1/+3
* target-m68k: Return M68kCPU from cpu_m68k_init()Andreas Färber2013-02-161-2/+2
* target-m68k: Move TCG initialization to M68kCPU initfnAndreas Färber2013-02-161-7/+0
* target-m68k: Introduce QOM realizefn for M68kCPUAndreas Färber2013-02-161-4/+10
* target-m68k: Rename CPU subtypesAndreas Färber2013-02-011-3/+8
* target-m68k: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber2013-01-271-2/+4
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-231-1/+1
|\
| * exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* | cpu: Introduce CPUListState structAndreas Färber2012-12-191-7/+2
|/
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* Kill off cpu_state_reset()Andreas Färber2012-06-041-5/+0
* target-m68k: Add QOM CPU subclassesAndreas Färber2012-04-301-89/+49
* target-m68k: Start QOM'ifying CPU initAndreas Färber2012-04-301-1/+1
* target-m68k: QOM'ify CPU resetAndreas Färber2012-04-301-16/+2
* target-m68k: QOM'ify CPUAndreas Färber2012-04-301-7/+4
* target-m68k: Don't overuse CPUStateAndreas Färber2012-03-141-39/+39
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* target-m68k: Clean includesStefan Weil2012-02-281-5/+0
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-2/+2
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* Fix typos in comments and code (occured -> occurred and related)Stefan Weil2011-05-081-1/+1
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-3/+3
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-1/+1
* m68k: fix if statement with empty body, spotted by clangBlue Swirl2010-04-231-2/+3
* Large page TLB flushPaul Brook2010-03-171-2/+3
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-8/+8
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-5/+5
* Get rid of _t suffixmalc2009-10-011-5/+5
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Add m68k_cpu_list()Laurent Vivier2009-05-091-0/+9
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* clean build: Fix remaining m68k warningsaurel322009-03-071-5/+0
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Allocate cleared memory for cpu state.pbrook2008-12-011-1/+1
OpenPOWER on IntegriCloud