summaryrefslogtreecommitdiffstats
path: root/target-i386/exec.h
Commit message (Expand)AuthorAgeFilesLines
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-261-46/+0
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-1/+1
* x86: use caller supplied CPUState for interrupt related stuffBlue Swirl2011-06-261-10/+0
* target-i386: remove old code handling float64Aurelien Jarno2011-06-031-128/+4
* target-i386: fix constants wrt softfloatAurelien Jarno2011-04-251-0/+8
* target-i386: fix helper_fsqrt() wrt softfloatAurelien Jarno2011-04-251-0/+4
* target-i386: fix helper_fdiv() wrt softfloatAurelien Jarno2011-04-251-0/+4
* target-i386: fix helper_fscale() wrt softfloatAurelien Jarno2011-04-251-0/+4
* target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno2011-04-171-0/+6
* target-i386: use float unions from cpu-all.hAurelien Jarno2011-04-171-25/+2
* x86: Account for MCE in cpu_has_workJan Kiszka2011-03-151-9/+6
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-12/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-031-0/+6
* target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel2010-02-281-0/+1
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0
* remove dead code from target-i386/exec.hPaolo Bonzini2010-01-191-48/+0
* Work around OpenSolaris sys/regset.h namespace pollutionBlue Swirl2009-09-121-0/+9
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov2009-06-221-0/+2
* qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori2009-04-241-3/+12
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-2/+2
* Add noreturn function attributeblueswir12009-01-141-2/+3
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* x86 cleanupblueswir12008-12-131-18/+1
* Common cpu_loop_exit prototypeaurel322008-11-301-1/+0
* i386: remove unused function prototypes (Laurent Desnogues)aliguori2008-11-251-3/+0
* TCG variable type checking.pbrook2008-11-171-1/+1
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-25/+1
* 32 bit SVM fixes - INVLPG and INVLPGA updatesbellard2008-06-041-1/+0
* EFER loading fixes, including SVME bitbellard2008-06-041-0/+11
* moved halted field to CPU_COMMONbellard2008-05-281-2/+2
* force bit 1 in eflags loadbellard2008-05-281-1/+1
* transformed TN into temporaries - add local temporaries usage when needed - o...bellard2008-05-251-41/+1
* converted condition code supprot to TCG - converted shift ops to TCGbellard2008-05-171-7/+9
* converted more helpers to TCG - fixed some SVM issuesbellard2008-05-151-22/+4
* converted more helpers to TCGbellard2008-05-121-81/+1
* converted x87 FPU ops to TCGbellard2008-05-121-44/+12
* no need to define global registers in cpu-exec.cbellard2008-05-101-41/+4
* x86: Introduce CPU_INTERRUPT_NMIaurel322008-04-131-2/+3
* use the TCG code generatorbellard2008-02-011-2/+3
* Add rdpmc SVM intercept, by Bernhard Kauer.balrog2007-12-091-0/+1
* removed warningbellard2007-11-111-2/+2
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-2/+2
* SVM Support, by Alexander Graf.ths2007-09-231-0/+10
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-8/+8
* DR6 single step exception status bit, by Juergen Keil.ths2007-06-261-0/+1
* Fix typo.ths2007-06-031-1/+1
OpenPOWER on IntegriCloud