aboutsummaryrefslogtreecommitdiff
path: root/target-m68k/helper.c
AgeCommit message (Expand)Author
2016-10-25target-m68k: Some fixes to SR and flags managementRichard Henderson
2016-10-25target-m68k: Print flags properlyRichard Henderson
2016-10-25target-m68k: don't update cc_dest in helpersLaurent Vivier
2016-10-25target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit()Laurent Vivier
2016-10-25target-m68k: Replace helper_xflag_lt with setcondRichard Henderson
2016-10-25target-m68k: allow to update flags with operation on words and bytesLaurent Vivier
2016-09-13target-m68k: fix get_mac_extf helperPaolo Bonzini
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-01-29m68k: Clean up includesPeter Maydell
2014-09-25target-m68k: Use cpu_exec_enter/exit qom hooksRichard Henderson
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori
2013-10-10target-m68k: Rename helpers.h to helper.hRichard Henderson
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-02-16target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber
2013-02-16target-m68k: Return M68kCPU from cpu_m68k_init()Andreas Färber
2013-02-16target-m68k: Move TCG initialization to M68kCPU initfnAndreas Färber
2013-02-16target-m68k: Introduce QOM realizefn for M68kCPUAndreas Färber
2013-02-01target-m68k: Rename CPU subtypesAndreas Färber
2013-01-27target-m68k: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19cpu: Introduce CPUListState structAndreas Färber
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-04-30target-m68k: Add QOM CPU subclassesAndreas Färber
2012-04-30target-m68k: Start QOM'ifying CPU initAndreas Färber
2012-04-30target-m68k: QOM'ify CPU resetAndreas Färber
2012-04-30target-m68k: QOM'ify CPUAndreas Färber
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