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-i386
Age
Commit message (
Expand
)
Author
2004-01-04
added raw/user/kernel memory accesses for shifts/adc/sbb/cmpxchg/push/pop (fa...
bellard
2004-01-04
added raw/user/kernel memory accesses (faster emulation)
bellard
2004-01-04
fixed dx based protected in/outs (win98 install) - changed JUMP_TB2 branch nu...
bellard
2004-01-04
added stx_T1_A0 micro ops
bellard
2004-01-04
fixed word bit operations with memory offset - suppressed push/pop micro oper...
bellard
2004-01-04
correct value for ADDSEG is real mode (fixes GRUB boot) - update static prote...
bellard
2004-01-04
debug updates - page_unprotect() is no longer needed in softmmu case
bellard
2004-01-04
added PE to static CPU state (avoids flushing translated code when swiching b...
bellard
2004-01-04
invd and wbinvd support - fixed code gen logic for invlpg - simpler exception...
bellard
2004-01-04
debug fixes - use more generic TLB mappings
bellard
2004-01-04
correct zero segment values when coming from VM86 mode - cache infos in CPUID...
bellard
2003-12-02
P4 style multiplication eflags
bellard
2003-12-02
dump irq inhibit flag as it is a part of the cpu state
bellard
2003-11-23
a20 fix
bellard
2003-11-23
fixed eflags IF/IOPL update
bellard
2003-11-22
FTST instruction fix
bellard
2003-11-19
added fcmovxx support
bellard
2003-11-19
added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ir...
bellard
2003-11-19
always completely redefine the TLB in case of MMU fault
bellard
2003-11-16
more precise stack operations in call/int gates (16 bit wrapping is handled i...
bellard
2003-11-13
call gate fix - verr and verw fix
bellard
2003-11-13
fixed pop %sp bug
bellard
2003-11-13
fixed lmsw instruction
bellard
2003-11-13
iret and int fix for vm86 - added undefined instructions for real and vm86 mo...
bellard
2003-11-13
added verr, verw, arpl - more precise segment rights checks
bellard
2003-11-13
io map checks
bellard
2003-11-12
dump more registers
bellard
2003-11-12
full TSS support - IO map check support - conforming segment check fixes - ir...
bellard
2003-11-12
added comments and TSS bit
bellard
2003-11-04
a20 support
bellard
2003-10-30
cmov fix (bug on PowerPC)
bellard
2003-10-30
soft MMU performance fix (oops)
bellard
2003-10-28
fixed long double accesses when using soft MMU
bellard
2003-10-27
full softmmu support
bellard
2003-10-05
log activation from gdb - gdb single step support for x86 - stop timer when c...
bellard
2003-09-30
new directory structure
bellard