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
/
exec.h
Age
Commit message (
Expand
)
Author
2003-09-30
new directory structure
bellard
2003-09-17
added JUMP_TB2 for a third basic block exit jump point
bellard
2003-08-20
pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...
bellard
2003-08-11
workaround for gcc 3.3 bug or overoptimisation if a label is not used
bellard
2003-08-10
removed warnings
bellard
2003-08-10
PowerPC fix (Jon Nall)
bellard
2003-08-10
m68k host port (Richard Zidlicky)
bellard
2003-08-10
soft mmu support - Memory I/O API - synthetize string instructions
bellard
2003-07-26
gdb stub breakpoints support
bellard
2003-07-11
changed basic block exit generation
bellard
2003-07-09
added return for ARM case (may be incorrect - need checking)
bellard
2003-07-07
dummy rdmsr and wrmsr support - xor reg, reg optimization
bellard
2003-06-30
dummy label to avoid gcc optimisations
bellard
2003-06-24
MMU support
bellard
2003-06-15
ARM emulation support
bellard
2003-06-09
arm support
bellard
2003-06-05
use 32 bit pointer for tb_next even on 64 bit archs
bellard
2003-06-02
Alpha update (Falk Hueffner)
bellard
2003-05-27
precise exceptions
bellard
2003-05-25
more efficient locking
bellard
2003-05-25
direct chaining for PowerPC and i386
bellard