aboutsummaryrefslogtreecommitdiff
path: root/target-i386/exec.h
AgeCommit message (Expand)Author
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
2007-06-03Fix typo.ths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2006-09-24added SMM supportbellard
2006-07-10monitor/mwait supportbellard
2006-05-03bswapq fixbellard
2006-04-23SSE3 support (Joachim Henke)bellard
2005-10-30moved common softmmu code to common header (Paul Brook)bellard
2005-07-24fscale fix (bug noticed by Kuwanger, fix by malc)bellard
2005-07-23x86_64 fixes (initial patch by Filip Navara)bellard
2005-03-20NaN support in FPU comparisonsbellard
2005-03-13soft float supportbellard
2005-03-01x86_64 supportbellard
2005-01-23more fpu functionsbellard
2005-01-08MMX/SSE supportbellard