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-i386.c
Age
Commit message (
Expand
)
Author
2003-06-15
main cpu loop is target independent
bellard
2003-06-09
arm support - modified sparc to work with direct chaining
bellard
2003-06-02
Alpha update (Falk Hueffner)
bellard
2003-05-29
added fsave/frstor/fstenv/fldenv/fcomi - fixed cpuid - make lret/iret restart...
bellard
2003-05-27
precise exceptions
bellard
2003-05-25
more efficient locking
bellard
2003-05-25
direct chaining for PowerPC and i386
bellard
2003-05-14
cosmetics
bellard
2003-05-14
fixed invalid signal masking
bellard
2003-05-14
better locking - added PowerPC signal handler (add it for the other archs too...
bellard
2003-05-14
self-modifying code support
bellard
2003-05-13
Sparc update (David S. Miller)
bellard
2003-05-10
TF flag support
bellard
2003-05-10
fixed invalid CPL logic in vm86 mode - use generic CPU dump state function
bellard
2003-05-08
added raise_exception_err() - added cr2 update
bellard
2003-04-29
sparc support
bellard
2003-04-29
alpha support
bellard
2003-04-29
log fix
bellard
2003-03-29
s390 support
bellard
2003-03-29
eflags update
bellard
2003-03-24
glibc2.2 fixes - more command line options - misc doc fixes
v0.1.1
bellard
2003-03-23
distribution patches
v0.1.0
bellard
2003-03-23
better signal/exception support
bellard
2003-03-22
basic clone() support
bellard
2003-03-22
better 16 bit code support
bellard
2003-03-20
ppc port
bellard
2003-03-19
added flags computation optimization
bellard
2003-03-16
added minimal segment support
bellard
2003-03-06
added translation cache
bellard