aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2004-01-04added raw/user/kernel memory accesses for shifts/adc/sbb/cmpxchg/push/pop (fa...bellard1-319/+295
2004-01-04added raw/user/kernel memory accesses (faster emulation)bellard1-23/+51
2004-01-04fixed dx based protected in/outs (win98 install) - changed JUMP_TB2 branch nu...bellard1-5/+13
2004-01-04added stx_T1_A0 micro opsbellard1-0/+17
2004-01-04fixed word bit operations with memory offset - suppressed push/pop micro oper...bellard1-80/+14
2004-01-04correct value for ADDSEG is real mode (fixes GRUB boot) - update static prote...bellard1-77/+14
2004-01-04debug updates - page_unprotect() is no longer needed in softmmu casebellard1-12/+28
2004-01-04added PE to static CPU state (avoids flushing translated code when swiching b...bellard1-3/+6
2004-01-04invd and wbinvd support - fixed code gen logic for invlpg - simpler exception...bellard2-4/+19
2004-01-04debug fixes - use more generic TLB mappingsbellard1-18/+8
2004-01-04correct zero segment values when coming from VM86 mode - cache infos in CPUID...bellard2-55/+107
2003-12-02P4 style multiplication eflagsbellard4-24/+49
2003-12-02dump irq inhibit flag as it is a part of the cpu statebellard1-2/+3
2003-11-23a20 fixbellard1-0/+4
2003-11-23fixed eflags IF/IOPL updatebellard4-59/+70
2003-11-22FTST instruction fixbellard1-1/+1
2003-11-19added fcmovxx supportbellard1-0/+8
2003-11-19added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ir...bellard1-12/+38
2003-11-19always completely redefine the TLB in case of MMU faultbellard1-0/+3
2003-11-16more precise stack operations in call/int gates (16 bit wrapping is handled i...bellard1-200/+188
2003-11-13call gate fix - verr and verw fixbellard1-5/+43
2003-11-13fixed pop %sp bugbellard1-5/+15
2003-11-13fixed lmsw instructionbellard1-0/+2
2003-11-13iret and int fix for vm86 - added undefined instructions for real and vm86 mo...bellard1-88/+142
2003-11-13added verr, verw, arpl - more precise segment rights checksbellard3-11/+190
2003-11-13io map checksbellard2-0/+17
2003-11-12dump more registersbellard1-10/+31
2003-11-12full TSS support - IO map check support - conforming segment check fixes - ir...bellard1-60/+465
2003-11-12added comments and TSS bitbellard1-5/+7
2003-11-04a20 supportbellard2-5/+33
2003-10-30cmov fix (bug on PowerPC)bellard1-0/+2
2003-10-30soft MMU performance fix (oops)bellard1-1/+1
2003-10-28fixed long double accesses when using soft MMUbellard3-137/+150
2003-10-27full softmmu supportbellard5-217/+324
2003-10-05log activation from gdb - gdb single step support for x86 - stop timer when c...bellard1-2/+6
2003-09-30new directory structurebellard10-0/+10797