more dummy regs & clean-up for twl4030
[qemu] / target-i386 / op_helper.c
2009-03-20 aliguorix86: Add NULL check to lsl (Jan Kiszka)
2009-02-27 aliguorix86: use qemu_log_mask on triple faults (Chris Wright)
2009-02-09 aliguoriKVM: CPUID takes ecx as input value for some functions...
2009-02-02 aliguoriImplement FFXSR (Alexander Graf)
2009-02-01 malcReplace noreturn with QEMU_NORETURN
2009-01-29 aliguoriUse new logging API in reset handling (Jan Kiszka)
2009-01-29 aliguoriMTRR support on x86, part 2 (Carl-Daniel Hailfinger)
2009-01-26 aliguorix86: Issue reset on triple faults (Jan Kiszka)
2009-01-26 aliguoriMTRR support on x86 (Carl-Daniel Hailfinger)
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-14 blueswir1Suppress i386 warnings
2009-01-14 blueswir1Add noreturn function attribute
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-13 blueswir1x86 cleanup
2008-12-07 aurel32Remove FORCE_RET() and RETURN()
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-05 aliguoriSplit CPUID from op_helper
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-17 aurel32i386/SVM: return amount of ASIDs
2008-10-14 aurel32target-i386: Add Core Duo Definition
2008-10-02 malcDo not use load_seg_vm to load CS in real mode iret...
2008-09-30 balrogHandle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).
2008-09-29 pbrookMy core2duo patch introduced a vague statement of ...
2008-09-25 balrogSYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).
2008-09-25 balrogCore 2 Duo specification (Alexander Graf).
2008-09-09 aliguoriFix up pxe boot (Glauber Costa)
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-06-20 bellardcmpxchg fixes
2008-06-18 bellardHLT, MWAIT and MONITOR insn fixes (initial patch by...
2008-06-09 bellardSVM: Fix segment attribute clobbering (Alexander Graf)
2008-06-04 bellardSVM: added tsc_offset
2008-06-04 bellardGIF flag handling fix (Alexander Graf)
2008-06-04 bellardreworked SVM interrupt handling logic - fixed vmrun...
2008-06-04 bellard32 bit SVM fixes - INVLPG and INVLPGA updates
2008-06-04 bellardEFER loading fixes, including SVME bit
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-05-30 bellardkqemu API change - allow use of kqemu with 32 bit QEMU...
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-28 bellardSVM rework
2008-05-28 bellardconsistent naming for i386 TCG helper file