summaryrefslogtreecommitdiffstats
path: root/target-i386/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Add support for resume flagJan Kiszka2009-05-221-0/+5
* Fix i386-linux-user build (Laurent Desnogues)aliguori2009-04-231-0/+8
* put valid data into exit_int_info if needed (Gleb Natapov)aliguori2009-04-221-27/+52
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-6/+6
* x86: Add NULL check to lsl (Jan Kiszka)aliguori2009-03-201-0/+2
* x86: use qemu_log_mask on triple faults (Chris Wright)aliguori2009-02-271-2/+1Star
* KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori2009-02-091-1/+1
* Implement FFXSR (Alexander Graf)aliguori2009-02-021-8/+20
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-2/+2
* Use new logging API in reset handling (Jan Kiszka)aliguori2009-01-291-1/+1
* MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori2009-01-291-0/+7
* x86: Issue reset on triple faults (Jan Kiszka)aliguori2009-01-261-2/+15
* MTRR support on x86 (Carl-Daniel Hailfinger)aliguori2009-01-261-0/+80
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-49/+28Star
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-32/+25Star
* Suppress i386 warningsblueswir12009-01-141-2/+2
* Add noreturn function attributeblueswir12009-01-141-2/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* x86 cleanupblueswir12008-12-131-17/+17
* Remove FORCE_RET() and RETURN()aurel322008-12-071-11/+0Star
* x86: Debug register emulation (Jan Kiszka)aliguori2008-11-181-8/+38
* TCG variable type checking.pbrook2008-11-171-60/+133
* Split CPUID from op_helperaliguori2008-11-051-162/+6Star
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* i386/SVM: return amount of ASIDsaurel322008-10-171-3/+3
* target-i386: Add Core Duo Definitionaurel322008-10-141-1/+4
* Do not use load_seg_vm to load CS in real mode iret handlingmalc2008-10-021-1/+2
* Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).balrog2008-10-011-6/+6
* My core2duo patch introduced a vague statement of "missing features" in pbrook2008-09-291-0/+21
* SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog2008-09-251-16/+44
* Core 2 Duo specification (Alexander Graf).balrog2008-09-251-0/+43
* Fix up pxe boot (Glauber Costa)aliguori2008-09-091-2/+6
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-1/+1
* cmpxchg fixesbellard2008-06-201-0/+7
* HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)bellard2008-06-181-5/+13
* SVM: Fix segment attribute clobbering (Alexander Graf)bellard2008-06-091-1/+1
* SVM: added tsc_offsetbellard2008-06-041-1/+4
* GIF flag handling fix (Alexander Graf)bellard2008-06-041-2/+2
* reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard2008-06-041-43/+38Star
* 32 bit SVM fixes - INVLPG and INVLPGA updatesbellard2008-06-041-16/+35
* EFER loading fixes, including SVME bitbellard2008-06-041-26/+12Star
* Spelling fixes, by Stefan Weil.ths2008-06-031-4/+4
* kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard2008-05-301-11/+21
* moved halted field to CPU_COMMONbellard2008-05-281-1/+1
* SVM reworkbellard2008-05-281-119/+182
* consistent naming for i386 TCG helper filebellard2008-05-281-0/+5385