index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-m68k
Age
Commit message (
Expand
)
Author
2016-10-25
target-m68k: Optimize gen_flush_flags
Richard Henderson
2016-10-25
target-m68k: Optimize some comparisons
Richard Henderson
2016-10-25
target-m68k: Use setcond for scc
Richard Henderson
2016-10-25
target-m68k: Introduce DisasCompare
Richard Henderson
2016-10-25
target-m68k: Reorg flags handling
Richard Henderson
2016-10-25
target-m68k: Remove incorrect clearing of cc_x
Richard Henderson
2016-10-25
target-m68k: Some fixes to SR and flags management
Richard Henderson
2016-10-25
target-m68k: Print flags properly
Richard Henderson
2016-10-25
target-m68k: update CPU flags management
Laurent Vivier
2016-10-25
target-m68k: don't update cc_dest in helpers
Laurent Vivier
2016-10-25
target-m68k: update move to/from ccr/sr
Laurent Vivier
2016-10-25
target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit()
Laurent Vivier
2016-10-25
target-m68k: Replace helper_xflag_lt with setcond
Richard Henderson
2016-10-25
target-m68k: allow to update flags with operation on words and bytes
Laurent Vivier
2016-10-25
target-m68k: REG() macro cleanup
Laurent Vivier
2016-10-25
target-m68k: set PAGE_BITS to 12 for m68k
Laurent Vivier
2016-10-25
target-m68k: define operand sizes
Laurent Vivier
2016-10-25
target-m68k: set disassembler mode to 680x0 or coldfire
Laurent Vivier
2016-10-25
target-m68k: introduce read_imXX() functions
Laurent Vivier
2016-10-25
target-m68k: manage scaled index
Laurent Vivier
2016-10-25
target-m68k: define m680x0 CPUs and features
Laurent Vivier
2016-10-25
target-m68k: Build the opcode table only once to avoid multithreading issues
John Paul Adrian Glaubitz
2016-10-25
target-m68k: fix DEBUG_DISPATCH
Laurent Vivier
2016-10-24
exec: move cpu_exec_init() calls to realize functions
Laurent Vivier
2016-10-07
qemu-tech: document lazy condition code evaluation in cpu.h
Paolo Bonzini
2016-09-15
Remove unused function declarations
Ladi Prosek
2016-09-13
target-m68k: fix get_mac_extf helper
Paolo Bonzini
2016-07-12
target-*: Clean up cpu.h header guards
Markus Armbruster
2016-07-12
Fix confusing argument names in some common functions
Sergey Sorokin
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-06-29
target-*: Don't redefine cpu_exec()
Peter Crosthwaite
2016-06-24
softfloat: Implement run-time-configurable meaning of signaling NaN bit
Aleksandar Markovic
2016-06-20
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
2016-06-05
target-*: dfilter support for in_asm
Richard Henderson
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
target-m68k: make cpu-qom.h not target specific
Paolo Bonzini
2016-05-12
tcg: Allow goto_tb to any target PC in user mode
Sergey Fedorov
2016-05-12
tcg: Clean up direct block chaining safety checks
Sergey Fedorov
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-01
tcg: Add type for vCPU pointers
Lluís Vilanova
2016-02-23
all: Clean up includes
Peter Maydell
2016-02-09
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
Richard Henderson
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2016-01-29
m68k: Clean up includes
Peter Maydell
2015-10-28
target-*: Advance pc after recognizing a breakpoint
Richard Henderson
2015-10-22
disas: QOMify m68k specific disas setup
Peter Crosthwaite
2015-10-09
qdev: Protect device-list-properties against broken devices
Markus Armbruster
2015-10-07
tcg: Remove gen_intermediate_code_pc
Richard Henderson
[next]