aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2008-10-29Fix restore of older snapshots for target-i386 on big endian hostsaliguori
2008-10-28Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-17i386/SVM: return amount of ASIDsaurel32
2008-10-14target-i386: Add Core Duo Definitionaurel32
2008-10-04Fix crc32w decoding, fix a constant width in blendvpd.balrog
2008-10-04x86 "popcnt" affects flags.balrog
2008-10-04Implement SSE4.1, SSE4.2 (x86).balrog
2008-10-02Do not use load_seg_vm to load CS in real mode iret handlingmalc
2008-10-02Resurrect the safe part of r5274blueswir1
2008-10-01x86 pextrw destination operand can be r64.balrog
2008-09-30Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).balrog
2008-09-29Fix save/restore regression introduced by r5318aliguori
2008-09-29My core2duo patch introduced a vague statement of "missing features" in pbrook
2008-09-28Rename -cpu atom to -cpu n270.balrog
2008-09-26Fix definition of EMX bit in cpuid (Jens Axboe).balrog
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir1
2008-09-25Add Atom (x86) cpu identification.balrog
2008-09-25SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog
2008-09-25Core 2 Duo specification (Alexander Graf).balrog
2008-09-25Clean up vendor identification (Alexander Graf).balrog
2008-09-25Implement x86 SSSE3 instructions.balrog
2008-09-25Use qemu_free() on env instead of free.balrog
2008-09-20Add signed versions of save/load functionsblueswir1
2008-09-09Fix up pxe boot (Glauber Costa)aliguori
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-08-18i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)aliguori
2008-07-23Fix task register type after reset (Avi Kivity)aliguori
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths
2008-07-07fix cvtsq2s[sd] (Juergen Lock)bellard
2008-07-05Re-add static qualifier. Fix annother occurance of "const static".pbrook
2008-07-03Fix constant truncation, spotted by Jindrich Makovicka.ths
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Fix rdtsc instruction counting.pbrook
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-20added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...bellard
2008-06-20cmpxchg fixesbellard
2008-06-18HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)bellard
2008-06-09SVM: Fix segment attribute clobbering (Alexander Graf)bellard
2008-06-06undocumented 0x82 opcode is invalid in 64 bit codebellard
2008-06-06Fix i386 segment descriptor types on reset (Avi Kivity)bellard
2008-06-04save more CPU statebellard
2008-06-04SVM: added tsc_offsetbellard
2008-06-04fixed exceptions for cpuid and invlpgbellard
2008-06-04GIF flag handling fix (Alexander Graf)bellard
2008-06-04reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard
2008-06-0432 bit SVM fixes - INVLPG and INVLPGA updatesbellard
2008-06-04EFER loading fixes, including SVME bitbellard