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
/
helper-i386.c
Age
Commit message (
Expand
)
Author
2003-09-30
new directory structure
bellard
2003-08-21
faster and more accurate segment handling
bellard
2003-08-20
pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...
bellard
2003-08-20
no error code if hardware interrupt
bellard
2003-08-10
fixed invalid ESP usage (Jon Nall)
bellard
2003-08-10
soft mmu support - Memory I/O API - synthetize string instructions
bellard
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
real mode support (now boots from BOCHS BIOS and LGPL'ed VGA BIOS)
bellard
2003-07-07
dummy rdmsr and wrmsr support - xor reg, reg optimization
bellard
2003-07-01
more accurate bcd convert - fixed FPU exceptions
bellard
2003-06-25
fixed VM86 support in Virtual Linux - fixed compilation issues with gcc 2.96 ...
bellard
2003-06-24
more ring 0 operations
bellard
2003-06-21
ring 0 ops
bellard
2003-06-15
fixed float to int overflow bug - added ARM host correct roundings for float ...
bellard
2003-06-09
more code moved to helpers - sipmplified x86 float constants definitions
bellard
2003-06-05
separated helpers from micro operations
bellard