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-tilegx
/
cpu.h
Age
Commit message (
Expand
)
Author
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
2016-07-12
target-*: Clean up cpu.h header guards
Markus Armbruster
2016-06-29
target-*: Don't redefine cpu_exec()
Peter Crosthwaite
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-02-23
all: Clean up includes
Peter Maydell
2015-10-08
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151007' into staging
Peter Maydell
2015-10-07
target-*: Drop cpu_gen_code define
Richard Henderson
2015-10-07
target-tilegx: Support iret instruction and related special registers
Chen Gang
2015-10-07
target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGV
Richard Henderson
2015-10-07
target-tilegx: Decode ill pseudo-instructions
Chen Gang
2015-09-15
target-tilegx: Handle atomic instructions
Richard Henderson
2015-09-15
target-tilegx: Generate SEGV properly
Richard Henderson
2015-09-15
target-tilegx: Add cpu basic features for linux-user
Chen Gang