summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2008-10-04Fix crc32w decoding, fix a constant width in blendvpd.balrog2-5/+4
2008-10-04x86 "popcnt" affects flags.balrog1-0/+2
2008-10-04Implement SSE4.1, SSE4.2 (x86).balrog3-33/+973
2008-10-02Do not use load_seg_vm to load CS in real mode iret handlingmalc1-1/+2
2008-10-02Resurrect the safe part of r5274blueswir11-2/+2
2008-10-01x86 pextrw destination operand can be r64.balrog1-1/+2
2008-09-30Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).balrog1-6/+6
2008-09-29Fix save/restore regression introduced by r5318aliguori1-1/+1
2008-09-29My core2duo patch introduced a vague statement of "missing features" in pbrook3-9/+41
2008-09-28Rename -cpu atom to -cpu n270.balrog1-1/+1
2008-09-26Fix definition of EMX bit in cpuid (Jens Axboe).balrog1-1/+1
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir11-2/+2
2008-09-25Add Atom (x86) cpu identification.balrog1-3/+24
2008-09-25SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog5-29/+64
2008-09-25Core 2 Duo specification (Alexander Graf).balrog3-0/+66
2008-09-25Clean up vendor identification (Alexander Graf).balrog2-6/+14
2008-09-25Implement x86 SSSE3 instructions.balrog3-4/+272
2008-09-25Use qemu_free() on env instead of free.balrog1-1/+1
2008-09-20Add signed versions of save/load functionsblueswir11-2/+2
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-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12-26/+1
2008-08-18i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)aliguori1-0/+2
2008-07-23Fix task register type after reset (Avi Kivity)aliguori1-1/+1
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-8/+7
2008-07-07fix cvtsq2s[sd] (Juergen Lock)bellard1-2/+6
2008-07-05Re-add static qualifier. Fix annother occurance of "const static".pbrook1-1/+1
2008-07-03Fix constant truncation, spotted by Jindrich Makovicka.ths1-3/+3
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook2-6/+5
2008-06-30Fix rdtsc instruction counting.pbrook1-0/+6
2008-06-30Move CPU save/load registration to common code.pbrook1-0/+2
2008-06-29Add instruction counter.pbrook2-4/+63
2008-06-20added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...bellard1-11/+29
2008-06-20cmpxchg fixesbellard1-0/+7
2008-06-18HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)bellard3-11/+21
2008-06-09SVM: Fix segment attribute clobbering (Alexander Graf)bellard1-1/+1
2008-06-06undocumented 0x82 opcode is invalid in 64 bit codebellard1-1/+3
2008-06-06Fix i386 segment descriptor types on reset (Avi Kivity)bellard1-9/+15
2008-06-04save more CPU statebellard2-6/+38
2008-06-04SVM: added tsc_offsetbellard2-4/+8
2008-06-04fixed exceptions for cpuid and invlpgbellard1-0/+6
2008-06-04GIF flag handling fix (Alexander Graf)bellard1-2/+2
2008-06-04reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard6-65/+65
2008-06-0432 bit SVM fixes - INVLPG and INVLPGA updatesbellard4-25/+47
2008-06-04EFER loading fixes, including SVME bitbellard3-27/+24
2008-06-03Spelling fixes, by Stefan Weil.ths2-5/+5
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard1-11/+21
2008-05-30Fix typo.pbrook1-1/+1
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook1-0/+9
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard1-2/+0