index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
m68k
/
op_helper.c
Age
Commit message (
Expand
)
Author
2020-01-15
target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX
Richard Henderson
2019-06-26
m68k comments break patch submission due to being incorrectly formatted
Lucien Murray-Pitts
2019-06-10
target/m68k: Use env_cpu
Richard Henderson
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-05-28
semihosting: move semihosting configuration into its own directory
Alex Bennée
2019-05-17
Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' ...
Peter Maydell
2019-05-16
target/m68k: Switch to transaction_failed hook
Peter Maydell
2019-05-10
target/m68k: Convert to CPUClass::tlb_fill
Richard Henderson
2019-01-30
target/m68k: Fix LGPL information in the file headers
Thomas Huth
2018-04-15
m68k: fix exception stack frame for 68000
Pavel Dovgalyuk
2018-04-11
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-01-25
target/m68k: add pflush/ptest
Laurent Vivier
2018-01-25
target/m68k: add moves
Laurent Vivier
2018-01-25
target/m68k: add MC68040 MMU
Laurent Vivier
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-08
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...
Peter Maydell
2018-01-04
target/m68k: add chk and chk2
Laurent Vivier
2018-01-04
target/m68k: manage 680x0 stack frames
Laurent Vivier
2018-01-04
target/m68k: add CPU_LOG_INT trace
Laurent Vivier
2017-12-27
target/*helper: don't check retaddr before calling cpu_restore_state
Alex Bennée
2017-10-24
target/m68k: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-01-14
target-m68k: Implement bfffo
Richard Henderson
2017-01-14
target-m68k: Implement bitfield ops for memory
Richard Henderson
2016-12-27
target-m68k: add cas/cas2 ops
Laurent Vivier
2016-12-27
target-m68k: add 680x0 divu/divs variants
Laurent Vivier
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth