aboutsummaryrefslogtreecommitdiff
path: root/target-i386/exec.h
AgeCommit message (Expand)Author
2011-07-30exec.h cleanupBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl
2011-06-03target-i386: remove old code handling float64Aurelien Jarno
2011-04-25target-i386: fix constants wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fsqrt() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fdiv() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fscale() wrt softfloatAurelien Jarno
2011-04-17target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno
2011-04-17target-i386: use float unions from cpu-all.hAurelien Jarno
2011-03-15x86: Account for MCE in cpu_has_workJan Kiszka
2011-03-13inline cpu_halted into sole callerPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-02-28target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini
2010-01-19remove dead code from target-i386/exec.hPaolo Bonzini
2009-09-12Work around OpenSolaris sys/regset.h namespace pollutionBlue Swirl
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori
2009-02-01Replace noreturn with QEMU_NORETURNmalc
2009-01-14Add noreturn function attributeblueswir1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-13x86 cleanupblueswir1
2008-11-30Common cpu_loop_exit prototypeaurel32
2008-11-25i386: remove unused function prototypes (Laurent Desnogues)aliguori
2008-11-17TCG variable type checking.pbrook
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-06-0432 bit SVM fixes - INVLPG and INVLPGA updatesbellard
2008-06-04EFER loading fixes, including SVME bitbellard
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-28force bit 1 in eflags loadbellard
2008-05-25transformed TN into temporaries - add local temporaries usage when needed - o...bellard
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-10no need to define global registers in cpu-exec.cbellard
2008-04-13x86: Introduce CPU_INTERRUPT_NMIaurel32
2008-02-01use the TCG code generatorbellard
2007-12-09Add rdpmc SVM intercept, by Bernhard Kauer.balrog
2007-11-11removed warningbellard
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
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-06-26DR6 single step exception status bit, by Juergen Keil.ths