aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/exec.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-30exec.h cleanupBlue Swirl1-142/+0
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl1-46/+0
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-1/+1
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl1-10/+0
2011-06-03target-i386: remove old code handling float64Aurelien Jarno1-128/+4
2011-04-25target-i386: fix constants wrt softfloatAurelien Jarno1-0/+8
2011-04-25target-i386: fix helper_fsqrt() wrt softfloatAurelien Jarno1-0/+4
2011-04-25target-i386: fix helper_fdiv() wrt softfloatAurelien Jarno1-0/+4
2011-04-25target-i386: fix helper_fscale() wrt softfloatAurelien Jarno1-0/+4
2011-04-17target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno1-0/+6
2011-04-17target-i386: use float unions from cpu-all.hAurelien Jarno1-25/+2
2011-03-15x86: Account for MCE in cpu_has_workJan Kiszka1-9/+6
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-12/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini1-0/+6
2010-02-28target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel1-0/+1
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2010-01-19remove dead code from target-i386/exec.hPaolo Bonzini1-48/+0
2009-09-12Work around OpenSolaris sys/regset.h namespace pollutionBlue Swirl1-0/+9
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov1-0/+2
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-3/+12
2009-02-01Replace noreturn with QEMU_NORETURNmalc1-2/+2
2009-01-14Add noreturn function attributeblueswir11-2/+3
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-13x86 cleanupblueswir11-18/+1
2008-11-30Common cpu_loop_exit prototypeaurel321-1/+0
2008-11-25i386: remove unused function prototypes (Laurent Desnogues)aliguori1-3/+0
2008-11-17TCG variable type checking.pbrook1-1/+1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-25/+1
2008-06-0432 bit SVM fixes - INVLPG and INVLPGA updatesbellard1-1/+0
2008-06-04EFER loading fixes, including SVME bitbellard1-0/+11
2008-05-28moved halted field to CPU_COMMONbellard1-2/+2
2008-05-28force bit 1 in eflags loadbellard1-1/+1
2008-05-25transformed TN into temporaries - add local temporaries usage when needed - o...bellard1-41/+1
2008-05-17converted condition code supprot to TCG - converted shift ops to TCGbellard1-7/+9
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard1-22/+4
2008-05-12converted more helpers to TCGbellard1-81/+1
2008-05-12converted x87 FPU ops to TCGbellard1-44/+12
2008-05-10no need to define global registers in cpu-exec.cbellard1-41/+4
2008-04-13x86: Introduce CPU_INTERRUPT_NMIaurel321-2/+3
2008-02-01use the TCG code generatorbellard1-2/+3
2007-12-09Add rdpmc SVM intercept, by Bernhard Kauer.balrog1-0/+1
2007-11-11removed warningbellard1-2/+2
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-2/+2
2007-09-23SVM Support, by Alexander Graf.ths1-0/+10
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-8/+8
2007-06-26DR6 single step exception status bit, by Juergen Keil.ths1-0/+1