summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-13Initialize msr list size properly in KVMaliguori
2008-12-13Correctly initialize msr list in KVMaliguori
2008-12-13Fix smsw for x86_64 guest and bigendian host casemalc
2008-12-13x86 cleanupblueswir1
2008-12-11Fix crash in kvm.c (Stefan Weil)aliguori
2008-12-10target-i386: Fix jmp im on x86_64 when executing 32-bit codeaurel32
2008-12-07Remove FORCE_RET() and RETURN()aurel32
2008-12-07target-i386: fix CVE-2007-1322aurel32
2008-12-02Fix register name typo in dumping debug registers (Jan Kiszka)aliguori
2008-12-01Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).balrog
2008-11-30Common cpu_loop_exit prototypeaurel32
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-25i386: remove unused function prototypes (Laurent Desnogues)aliguori
2008-11-18x86: Dump debug registers (Jan Kiszka)aliguori
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori
2008-11-17TCG variable type checking.pbrook
2008-11-16target-i386: fix helper_pmovmskb_mmx helperaurel32
2008-11-13x86: fix warning without CONFIG_KVM (Mark McLoughlin)aliguori
2008-11-13Fix CPUID ext2 features masking (Avi Kivity)aliguori
2008-11-13Define kvm_ioctl in the same way as ioctlaliguori
2008-11-10x86 CPUID extended family/model (Andre Przywara).balrog
2008-11-05Add missing files to KVM commit.aliguori
2008-11-05Add KVM support to QEMUaliguori
2008-11-05Split CPUID from op_helperaliguori
2008-11-05Add additional CPU flag definitionsaliguori
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