aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2-3/+3
2008-11-25i386: remove unused function prototypes (Laurent Desnogues)aliguori1-3/+0
2008-11-18x86: Dump debug registers (Jan Kiszka)aliguori1-0/+7
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori4-40/+215
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+8
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-2/+6
2008-11-17TCG variable type checking.pbrook8-974/+1038
2008-11-16target-i386: fix helper_pmovmskb_mmx helperaurel321-16/+16
2008-11-13x86: fix warning without CONFIG_KVM (Mark McLoughlin)aliguori1-2/+2
2008-11-13Fix CPUID ext2 features masking (Avi Kivity)aliguori1-1/+1
2008-11-13Define kvm_ioctl in the same way as ioctlaliguori1-2/+2
2008-11-10x86 CPUID extended family/model (Andre Przywara).balrog1-2/+7
2008-11-05Add missing files to KVM commit.aliguori1-0/+638
2008-11-05Add KVM support to QEMUaliguori2-0/+79
2008-11-05Split CPUID from op_helperaliguori3-162/+176
2008-11-05Add additional CPU flag definitionsaliguori1-1/+8
2008-10-29Fix restore of older snapshots for target-i386 on big endian hostsaliguori1-2/+2
2008-10-28Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog1-1/+1
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-17i386/SVM: return amount of ASIDsaurel321-3/+3
2008-10-14target-i386: Add Core Duo Definitionaurel322-2/+24
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