summaryrefslogtreecommitdiff
path: root/target-i386/helper.c
AgeCommit message (Expand)Author
2008-03-09 Fix some functions declared () rather than (void) (Ian Jackson)blueswir1
2008-02-03NMI and INTR events injection should not be handled as software interrupts (B...balrog
2008-02-03Make SVM env->cr[8] a valid register (patch from TeLeMan).balrog
2008-02-01use the TCG code generatorbellard
2007-12-24SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer).balrog
2007-12-09Make SVM IOIO intercept check all needed bits, by Bernhard Kauer.balrog
2007-12-09Add rdpmc SVM intercept, by Bernhard Kauer.balrog
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-14x86_64 linux user emulationbellard
2007-11-04For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths
2007-10-26The other half of the mul64 rework. Sorry for the breakage, I committedths
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-27SVM VINTR fix, by Alexander Graf.ths
2007-09-23SVM Support, by Alexander Graf.ths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-13Intel cache info, by Filip Navara.ths
2007-06-26DR6 single step exception status bit, by Juergen Keil.ths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2007-05-27Spelling fix (Mark Glines)blueswir1
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths
2007-04-18Revert, this is already fixed in a better way.ths
2007-04-17Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor.ths
2007-04-03i386 return APIC ID with cpuid, by Bernhard Kauer.ths
2007-04-02Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward.ths
2007-04-02ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer.ths
2007-03-31Generate double and triple faults, by Bernhard Kauer.ths
2007-02-0164 bit syscall fixes - more logical mwait/monitor ECX testbellard
2006-09-2932 bit RSP update fix (aka Open Solaris x86_64 bug)bellard
2006-09-27fixed user mode emulationbellard
2006-09-27SMM fix for x86_64bellard
2006-09-24added SMM supportbellard
2006-07-10monitor/mwait supportbellard
2006-06-25C99 64 bit printfbellard
2006-06-19fxam fix (Julian Seward)bellard
2006-06-19switch_tss eflags restore fix (malc)bellard
2006-05-03bswapq fixbellard
2006-03-03x86_64 stack alignment fixes - x86_64 32 bit syscall fixbellard
2006-02-09always compile 'int' tracesbellard
2005-12-17fixed null segment validation (aka x86_64 regression bug)bellard
2005-12-17switch_tss fix (aka spoon OS bug)bellard
2005-12-04segment validation fix in lret/iretbellard
2005-12-04generate GPF if non canonical addressesbellard
2005-11-28x86_64 lcall fixbellard
2005-09-08div64 fix (aka ssh bug)bellard
2005-08-21TSS error code push fix (malc)bellard
2005-08-21CR4.TSD flag support (Matt Schulkind)bellard
2005-08-21RSP update fix for x86_64 in iretbellard
2005-08-15CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64)bellard