aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/helper.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-13x86: Introduce CPU_INTERRUPT_NMIaurel321-0/+2
2008-04-11Remove unused phys_ram_base definition from target-i386/helper.c.aurel321-1/+0
2008-03-28x86-64: recompute DF after eflags has been modified when emulating SYSCALLaurel321-0/+1
2008-03-09 Fix some functions declared () rather than (void) (Ian Jackson)blueswir11-1/+1
2008-02-03NMI and INTR events injection should not be handled as software interrupts (B...balrog1-2/+2
2008-02-03Make SVM env->cr[8] a valid register (patch from TeLeMan).balrog1-1/+5
2008-02-01use the TCG code generatorbellard1-4/+4
2007-12-24SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer).balrog1-0/+6
2007-12-09Make SVM IOIO intercept check all needed bits, by Bernhard Kauer.balrog1-1/+2
2007-12-09Add rdpmc SVM intercept, by Bernhard Kauer.balrog1-0/+12
2007-11-18Add statics and missing #includes for prototypes.pbrook1-2/+2
2007-11-14x86_64 linux user emulationbellard1-3/+17
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