aboutsummaryrefslogtreecommitdiff
path: root/target-i386/op_helper.c
AgeCommit message (Expand)Author
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-09-02x86: fix daa opcode for al register values higher than 0xf9Boris Figovsky
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-06-03target-i386: use floatx80 constants in helper_fld*_ST0()Aurelien Jarno
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_fprem() and helper_fprem1() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix logarithmic and trigonometric helpers wrt softfloatAurelien Jarno
2011-04-25target-i386: add CPU86_LDouble <-> double conversion functionsAurelien Jarno
2011-04-25target-i386: replace approx_rsqrt and approx_rcp by softfloat opsAurelien 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_fxtract() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fbld_ST0() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fscale() wrt softfloatAurelien Jarno
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-17target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno
2010-10-13i386: avoid a write only variableBlue Swirl
2010-08-22target-i386: svm: Fix MSRPM checkAdam Lackorzynski
2010-07-03remove unused stuff from */exec.hPaolo Bonzini
2010-06-30x86: svm: Always clear event_inj on vmexitJan Kiszka
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl
2010-04-08target-i386: Fix variable in (disabled) debugging codeAdam Lackorzynski
2010-03-01Move ioport.h out of cpu-all.hPaul Brook
2010-02-28target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel
2009-10-23target-i386: implement lzcnt emulationAndre Przywara
2009-10-04target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf
2009-10-04target-i386: add RDTSCP supportAndre Przywara
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying
2009-05-22x86: Add support for resume flagJan Kiszka
2009-04-23Fix i386-linux-user build (Laurent Desnogues)aliguori
2009-04-22put valid data into exit_int_info if needed (Gleb Natapov)aliguori
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir1
2009-03-20x86: Add NULL check to lsl (Jan Kiszka)aliguori
2009-02-27x86: use qemu_log_mask on triple faults (Chris Wright)aliguori
2009-02-09KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori
2009-02-02Implement FFXSR (Alexander Graf)aliguori
2009-02-01Replace noreturn with QEMU_NORETURNmalc
2009-01-29Use new logging API in reset handling (Jan Kiszka)aliguori
2009-01-29MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori
2009-01-26x86: Issue reset on triple faults (Jan Kiszka)aliguori