summaryrefslogtreecommitdiff
path: root/target-i386/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-04GIF flag handling fix (Alexander Graf)bellard1-2/+2
2008-06-04reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard1-43/+38
2008-06-0432 bit SVM fixes - INVLPG and INVLPGA updatesbellard1-16/+35
2008-06-04EFER loading fixes, including SVME bitbellard1-26/+12
2008-06-03Spelling fixes, by Stefan Weil.ths1-4/+4
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard1-11/+21
2008-05-28moved halted field to CPU_COMMONbellard1-1/+1
2008-05-28SVM reworkbellard1-119/+182
2008-05-28consistent naming for i386 TCG helper filebellard1-0/+5385