summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* target-i386: Fix jmp im on x86_64 when executing 32-bit codeaurel322008-12-101-0/+2
* Remove FORCE_RET() and RETURN()aurel322008-12-072-25/+0
* target-i386: fix CVE-2007-1322aurel322008-12-071-0/+2
* Fix register name typo in dumping debug registers (Jan Kiszka)aliguori2008-12-021-2/+2
* Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).balrog2008-12-011-6/+6
* Common cpu_loop_exit prototypeaurel322008-11-301-1/+0
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-252-3/+3
* i386: remove unused function prototypes (Laurent Desnogues)aliguori2008-11-251-3/+0
* x86: Dump debug registers (Jan Kiszka)aliguori2008-11-181-0/+7
* x86: Debug register emulation (Jan Kiszka)aliguori2008-11-184-40/+215
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-3/+4
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+8
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-2/+6
* TCG variable type checking.pbrook2008-11-178-974/+1038
* target-i386: fix helper_pmovmskb_mmx helperaurel322008-11-161-16/+16
* x86: fix warning without CONFIG_KVM (Mark McLoughlin)aliguori2008-11-131-2/+2
* Fix CPUID ext2 features masking (Avi Kivity)aliguori2008-11-131-1/+1
* Define kvm_ioctl in the same way as ioctlaliguori2008-11-131-2/+2
* x86 CPUID extended family/model (Andre Przywara).balrog2008-11-101-2/+7
* Add missing files to KVM commit.aliguori2008-11-051-0/+638
* Add KVM support to QEMUaliguori2008-11-052-0/+79
* Split CPUID from op_helperaliguori2008-11-053-162/+176
* Add additional CPU flag definitionsaliguori2008-11-051-1/+8
* Fix restore of older snapshots for target-i386 on big endian hostsaliguori2008-10-291-2/+2
* Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog2008-10-281-1/+1
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* i386/SVM: return amount of ASIDsaurel322008-10-171-3/+3
* target-i386: Add Core Duo Definitionaurel322008-10-142-2/+24
* Fix crc32w decoding, fix a constant width in blendvpd.balrog2008-10-042-5/+4
* x86 "popcnt" affects flags.balrog2008-10-041-0/+2
* Implement SSE4.1, SSE4.2 (x86).balrog2008-10-043-33/+973
* Do not use load_seg_vm to load CS in real mode iret handlingmalc2008-10-021-1/+2
* Resurrect the safe part of r5274blueswir12008-10-021-2/+2
* x86 pextrw destination operand can be r64.balrog2008-10-011-1/+2
* Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).balrog2008-09-301-6/+6
* Fix save/restore regression introduced by r5318aliguori2008-09-291-1/+1
* My core2duo patch introduced a vague statement of "missing features" in pbrook2008-09-293-9/+41
* Rename -cpu atom to -cpu n270.balrog2008-09-281-1/+1
* Fix definition of EMX bit in cpuid (Jens Axboe).balrog2008-09-261-1/+1
* Revert r5274 which breaks savevm/loadvmblueswir12008-09-251-2/+2
* Add Atom (x86) cpu identification.balrog2008-09-251-3/+24
* SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog2008-09-255-29/+64
* Core 2 Duo specification (Alexander Graf).balrog2008-09-253-0/+66
* Clean up vendor identification (Alexander Graf).balrog2008-09-252-6/+14
* Implement x86 SSSE3 instructions.balrog2008-09-253-4/+272
* Use qemu_free() on env instead of free.balrog2008-09-251-1/+1
* Add signed versions of save/load functionsblueswir12008-09-201-2/+2
* Fix up pxe boot (Glauber Costa)aliguori2008-09-091-2/+6
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-1/+1
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-302-26/+1
OpenPOWER on IntegriCloud