summaryrefslogtreecommitdiff
path: root/target-i386/helper.c
AgeCommit message (Expand)Author
2008-05-28SVM reworkbellard
2008-05-28consistent naming for i386 TCG helper filebellard
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-22cmpxchg8b fix - added cmpxchg16bbellard
2008-05-22fxsave/fxrstor 64 bit fixbellard
2008-05-21convert eflags manipulation insns to TCGbellard
2008-05-21converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LARbellard
2008-05-21converted INTO/CMPXCHG8B to TCGbellard
2008-05-21converted MUL/IMUL to TCGbellard
2008-05-17BSR/BSF TCG conversionbellard
2008-05-17moved eflags computation outside op.cbellard
2008-05-17converted condition code supprot to TCG - converted shift ops to TCGbellard
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard
2008-05-12converted more helpers to TCGbellard
2008-05-12converted x87 FPU ops to TCGbellard
2008-05-12converted SSE/MMX ops to TCGbellard
2008-05-12char is only for stringsbellard
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-13x86: Introduce CPU_INTERRUPT_NMIaurel32
2008-04-11Remove unused phys_ram_base definition from target-i386/helper.c.aurel32
2008-03-28x86-64: recompute DF after eflags has been modified when emulating SYSCALLaurel32
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