summaryrefslogtreecommitdiff
path: root/target-i386/helper.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-04For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer1-0/+1
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-26The other half of the mul64 rework. Sorry for the breakage, I committedths1-3/+3
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-2/+2
2007-09-27SVM VINTR fix, by Alexander Graf.ths1-1/+9
2007-09-23SVM Support, by Alexander Graf.ths1-2/+521
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-56/+56
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-144/+144
2007-09-13Intel cache info, by Filip Navara.ths1-2/+2
2007-06-26DR6 single step exception status bit, by Juergen Keil.ths1-0/+6
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-8/+0
2007-05-27Spelling fix (Mark Glines)blueswir11-7/+7
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths1-47/+3
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-03i386 return APIC ID with cpuid, by Bernhard Kauer.ths1-1/+1
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.ths1-0/+39
2007-02-0164 bit syscall fixes - more logical mwait/monitor ECX testbellard1-4/+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_64bellard1-5/+10
2006-09-24added SMM supportbellard1-0/+263
2006-07-10monitor/mwait supportbellard1-0/+28
2006-06-25C99 64 bit printfbellard1-2/+2
2006-06-19fxam fix (Julian Seward)bellard1-0/+5
2006-06-19switch_tss eflags restore fix (malc)bellard1-0/+2
2006-05-03bswapq fixbellard1-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
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 addressesbellard1-2/+2
2005-11-28x86_64 lcall fixbellard1-3/+3
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)bellard1-1/+4
2005-08-21RSP update fix for x86_64 in iretbellard1-2/+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)bellard1-5/+1
2005-07-23added overflow exceptions in divisionsbellard1-13/+31
2005-07-23x86_64 fixes (initial patch by Filip Navara)bellard1-1/+53
2005-04-24fixed zero ss selector case in x86_64 emulationbellard1-9/+16
2005-04-23sysret fix - better cpuid support - lcall support for x86_64 - efer access in...bellard1-39/+110
2005-04-17make lsl, lar verr and verw exception safebellard1-33/+45
2005-04-07helper_lret_protected fix for kqemu (Paul Brook)bellard1-1/+0
2005-03-20NaN support in FPU comparisonsbellard1-6/+0
2005-03-13soft float supportbellard1-42/+36