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
/
translate-i386.c
Age
Commit message (
Expand
)
Author
2003-07-29
correct CPL support (should fix flat real mode support)
bellard
2003-07-27
more generic ljmp and lcall - fixed REPNZ usage for non compare string ops (F...
bellard
2003-07-26
fixed ss segment load - added ICEBP instruction
bellard
2003-07-26
real mode support (now boots from BOCHS BIOS and LGPL'ed VGA BIOS)
bellard
2003-07-26
gdb stub breakpoints support
bellard
2003-07-11
changed basic block exit generation
bellard
2003-07-11
fixed EIP exception bug in case of nop operations (kernel 2.5.74 copy_from_us...
bellard
2003-07-07
dummy rdmsr and wrmsr support - xor reg, reg optimization
bellard
2003-07-01
make FPU load exception safe
bellard
2003-06-30
correct eflags evaluation order for all operations - fixed important CPU stat...
bellard
2003-06-30
reduced irq latency
bellard
2003-06-30
first step to fix precise eflags update in case of exception
bellard
2003-06-25
added invlpg emulation
bellard
2003-06-24
more ring 0 instructions - full x86 MMU emulation based on mmap() syscall - f...
bellard
2003-06-21
ring 0 ops
bellard
2003-06-15
extracted generic code
bellard
2003-06-09
arm support
bellard
2003-05-29
added fsave/frstor/fstenv/fldenv/fcomi - fixed cpuid - make lret/iret restart...
bellard
2003-05-27
precise exception support
bellard
2003-05-25
fwait fix (aka DOS Navigator fix)
bellard
2003-05-25
direct chaining for PowerPC and i386
bellard
2003-05-16
fixed popf TF flag bug (should never hapen in user code except in test-i386!)
bellard
2003-05-14
return code size
bellard
2003-05-13
mmap emulation
bellard
2003-05-11
warning fix
bellard
2003-05-10
added LAR/LSL - fixed INT3 and INTO EIP computation
bellard
2003-05-10
TF flag support - fixed eflags computation before exception
bellard
2003-05-10
fixed GPF generation - fixed 'lret im' instruction (main fix for dosemu) - fi...
bellard
2003-05-08
added CPL/IOPL support - fixed subtle inc/dec flag optimisation bug - added H...
bellard
2003-04-29
sparc support
bellard
2003-04-29
ia64 support - alpha support
bellard
2003-04-29
PowerPC disas code
bellard
2003-03-30
better vm86 support - added iret - fixed push/pop fs/gs
bellard
2003-03-29
s390 support
bellard
2003-03-29
added cmpxchg8b, cpuid, bound, eflags support, vm86 mode, 16bit/override stri...
bellard
2003-03-26
xchg lock, xlat instr
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 cmov instruction
bellard
2003-03-16
added loop/xadd/cmpxchg support
bellard
2003-03-16
added minimal segment support
bellard
2003-03-16
added pusha/popa/rdtsc/bcd ops
bellard
2003-03-06
added translation cache
bellard
2003-03-05
convert several x86 instructions at the same time
bellard
2003-03-05
float fixes - added bsr/bsf support
bellard
2003-03-04
added shiftd support - improved auto test
bellard
[next]