aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-08target-i386: Fix variable in (disabled) debugging codeAdam Lackorzynski1-1/+1
2010-03-01Move ioport.h out of cpu-all.hPaul Brook1-0/+1
2010-02-28target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel1-0/+5
2009-10-23target-i386: implement lzcnt emulationAndre Przywara1-2/+12
2009-10-04target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf1-0/+10
2009-10-04target-i386: add RDTSCP supportAndre Przywara1-0/+12
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl1-6/+6
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-42/+0
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying1-0/+34
2009-05-22x86: Add support for resume flagJan Kiszka1-0/+5
2009-04-23Fix i386-linux-user build (Laurent Desnogues)aliguori1-0/+8
2009-04-22put valid data into exit_int_info if needed (Gleb Natapov)aliguori1-27/+52
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-6/+6
2009-03-20x86: Add NULL check to lsl (Jan Kiszka)aliguori1-0/+2
2009-02-27x86: use qemu_log_mask on triple faults (Chris Wright)aliguori1-2/+1
2009-02-09KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori1-1/+1
2009-02-02Implement FFXSR (Alexander Graf)aliguori1-8/+20
2009-02-01Replace noreturn with QEMU_NORETURNmalc1-2/+2
2009-01-29Use new logging API in reset handling (Jan Kiszka)aliguori1-1/+1
2009-01-29MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori1-0/+7
2009-01-26x86: Issue reset on triple faults (Jan Kiszka)aliguori1-2/+15
2009-01-26MTRR support on x86 (Carl-Daniel Hailfinger)aliguori1-0/+80
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-49/+28
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-32/+25
2009-01-14Suppress i386 warningsblueswir11-2/+2
2009-01-14Add noreturn function attributeblueswir11-2/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-13x86 cleanupblueswir11-17/+17
2008-12-07Remove FORCE_RET() and RETURN()aurel321-11/+0
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori1-8/+38
2008-11-17TCG variable type checking.pbrook1-60/+133
2008-11-05Split CPUID from op_helperaliguori1-162/+6
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-17i386/SVM: return amount of ASIDsaurel321-3/+3
2008-10-14target-i386: Add Core Duo Definitionaurel321-1/+4
2008-10-02Do not use load_seg_vm to load CS in real mode iret handlingmalc1-1/+2
2008-09-30Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).balrog1-6/+6
2008-09-29My core2duo patch introduced a vague statement of "missing features" in pbrook1-0/+21
2008-09-25SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog1-16/+44
2008-09-25Core 2 Duo specification (Alexander Graf).balrog1-0/+43
2008-09-09Fix up pxe boot (Glauber Costa)aliguori1-2/+6
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-1/+1
2008-06-20cmpxchg fixesbellard1-0/+7
2008-06-18HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)bellard1-5/+13
2008-06-09SVM: Fix segment attribute clobbering (Alexander Graf)bellard1-1/+1
2008-06-04SVM: added tsc_offsetbellard1-1/+4