aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2005-12-17fixed null segment validation (aka x86_64 regression bug)bellard1-1/+8
2005-12-17switch_tss fix (aka spoon OS bug)bellard1-1/+1
2005-12-04segment validation fix in lret/iretbellard1-5/+5
2005-12-04generate GPF if non canonical addressesbellard2-4/+7
2005-11-28NX supportbellard1-40/+120
2005-11-28nx definesbellard1-0/+3
2005-11-28x86_64 ldl fixbellard1-1/+1
2005-11-28x86_64 lcall fixbellard1-3/+3
2005-11-23added HF_HALTED bitbellard3-5/+10
2005-11-21cpu_exec_init() changebellard1-5/+3
2005-11-20added CPU_COMMON and CPUState.tb_jmp_cache[]bellard1-20/+1
2005-11-20use direct jump only for jumps in the same pagebellard1-19/+34
2005-10-30moved common softmmu code to common header (Paul Brook)bellard1-64/+1
2005-09-08div64 fix (aka ssh bug)bellard1-2/+3
2005-08-21TSS error code push fix (malc)bellard1-2/+3
2005-08-21CR4.TSD flag support (Matt Schulkind)bellard2-2/+6
2005-08-21RSP update fix for x86_64 in iretbellard1-2/+1
2005-08-1516/32 stack operations fix on x86_64 (aka win2000 startup bug)bellard1-1/+1
2005-08-15CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64)bellard1-1/+1
2005-07-24fscale fix (bug noticed by Kuwanger, fix by malc)bellard2-5/+2
2005-07-23added overflow exceptions in divisionsbellard2-18/+47
2005-07-23x86_64 fixes (initial patch by Filip Navara)bellard6-39/+171
2005-07-03better fpu state dumpbellard1-11/+49
2005-04-26removed switches in op.c (Paul Brook)bellard2-136/+36
2005-04-24fixed zero ss selector case in x86_64 emulationbellard1-9/+16
2005-04-23lcall and ljmp fixes in 64 bit mode - sysret fixbellard1-18/+31
2005-04-23return model id in cpuid for x86_64bellard1-0/+17
2005-04-23sysret fix - better cpuid support - lcall support for x86_64 - efer access in...bellard1-39/+110
2005-04-23enable EFER usage in i386 emulation - more cpuid bitsbellard1-3/+8
2005-04-17make lsl, lar verr and verw exception safebellard1-33/+45
2005-04-17verr and verw eflags opt fixbellard1-0/+2
2005-04-17gdb support for user mode (Paul Brook)bellard1-0/+2
2005-04-07helper_lret_protected fix for kqemu (Paul Brook)bellard1-1/+0
2005-03-20NaN support in FPU comparisonsbellard4-67/+141
2005-03-13soft float supportbellard5-211/+126
2005-03-13add missing FORCE_RET (Paul Brook)bellard2-0/+17
2005-03-03x86_64 fixesbellard4-18/+33
2005-03-01x86_64 supportbellard1-27/+24
2005-02-21loop insn fix for non x86 hostsbellard3-6/+9
2005-02-12fixed kqemu configbellard1-3/+0
2005-02-12disable USE_KQEMU if no sourcebellard1-1/+1
2005-02-10enabled MMX, PAE and SEPbellard1-3/+9
2005-02-10kqemu supportbellard2-11/+52
2005-02-01pusha, popa and enter fixbellard1-3/+3
2005-01-31x86_64 call Ev fixbellard2-1/+19
2005-01-28physical memory access functionsbellard1-54/+33
2005-01-25Support resolving addresses in PAE mode in cpu_get_phys_page_debugbellard1-19/+73
2005-01-23avoid empty opbellard2-2/+4
2005-01-23CR8 supportbellard2-11/+9
2005-01-23FORCE_RET() fixes - fpu fixesbellard1-21/+29