aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2007-06-03Fix typo.ths1-1/+1
2007-06-03Move target-specific defines to the target directories.ths1-0/+7
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths2-8/+13
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2007-05-27Spelling fix (Mark Glines)blueswir12-8/+8
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths1-47/+3
2007-04-27Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil.ths1-0/+1
2007-04-18Revert, this is already fixed in a better way.ths1-5/+0
2007-04-17Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor.ths1-0/+5
2007-04-17Ptable calculation broken for 32bit code under x86_64, by Bernhard Kauer.ths1-4/+4
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer1-2/+2
2007-04-03i386 return APIC ID with cpuid, by Bernhard Kauer.ths2-1/+2
2007-04-02Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward.ths1-27/+70
2007-04-02ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer.ths1-1/+4
2007-03-31Generate double and triple faults, by Bernhard Kauer.ths2-0/+40
2007-02-05darwin fixbellard1-1/+1
2007-02-0164 bit syscall fixes - more logical mwait/monitor ECX testbellard1-4/+6
2007-02-01cwde and cdq fix in 64 bit modebellard1-2/+2
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths1-2/+1
2007-01-16fixed movd mmx/sse insnbellard2-8/+59
2006-12-23Check ELF binaries for machine type and endianness.ths1-0/+6
2006-09-2932 bit RSP update fix (aka Open Solaris x86_64 bug)bellard1-9/+24
2006-09-27fixed user mode emulationbellard1-0/+15
2006-09-27SMM fix for x86_64bellard2-6/+13
2006-09-27enabled PSE36 for x86_64 (fix for OpenSolaris as guest)bellard1-0/+2
2006-09-24added SMM supportbellard6-3/+291
2006-09-03multi byte nop supportbellard1-2/+57
2006-07-10monitor/mwait supportbellard4-14/+97
2006-06-25C99 64 bit printfbellard2-16/+16
2006-06-24fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian Seward and malc)bellard1-8/+8
2006-06-19fxam fix (Julian Seward)bellard1-0/+5
2006-06-19switch_tss eflags restore fix (malc)bellard1-0/+2
2006-06-14x86_64 mmx/sse fixbellard1-1/+11
2006-06-14use glibc syscall (David Woodhouse)bellard1-1/+4
2006-05-03bswapq fixbellard3-1/+6
2006-04-25enable APIC by defaultbellard1-1/+1
2006-04-24rol/ror cc fixbellard1-4/+4
2006-04-24movddup fixbellard1-1/+1
2006-04-23SSE3 support (Joachim Henke)bellard5-16/+102
2006-04-02btx decode fix on x86_64bellard1-1/+1
2006-03-11Add missing FORCE_RET()pbrook1-0/+4
2006-03-03x86_64 stack alignment fixes - x86_64 32 bit syscall fixbellard1-4/+14
2006-02-09always compile 'int' tracesbellard1-4/+2
2006-02-08added last_io_time fieldbellard1-0/+10
2006-02-04fxsave/fxrstor fixbellard1-2/+12
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