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-unicore32
/
op_helper.c
Age
Commit message (
Expand
)
Author
2014-03-13
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2014-03-13
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
2014-03-13
exec: Change tlb_fill() argument to CPUState
Andreas Färber
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2013-09-02
target: Include softmmu_exec.h where forgotten
Richard Henderson
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-12-16
exec: refactor cpu_restore_state
Blue Swirl
2012-09-15
target-unicore32: switch to AREG0 free mode
Blue Swirl
2012-08-11
unicore32-softmmu: Implement softmmu specific functions
Guan Xuetao
2012-08-11
unicore32-softmmu: Add unicore32-softmmu build support
Guan Xuetao
2012-03-30
target-unicore32: Relicense to GPLv2+
Andreas Färber
2012-03-14
target-unicore32: Don't overuse CPUState
Andreas Färber
2011-07-30
exec.h cleanup
Blue Swirl
2011-06-26
cpu_loop_exit: avoid using AREG0
Blue Swirl
2011-04-12
unicore32: add target-unicore32 directory for unicore32-linux-user support
Guan Xuetao