aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)aliguori2008-08-181-0/+2
* Fix task register type after reset (Avi Kivity)aliguori2008-07-231-1/+1
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-8/+7
* fix cvtsq2s[sd] (Juergen Lock)bellard2008-07-071-2/+6
* Re-add static qualifier. Fix annother occurance of "const static".pbrook2008-07-051-1/+1
* Fix constant truncation, spotted by Jindrich Makovicka.ths2008-07-031-3/+3
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-012-6/+5
* Fix rdtsc instruction counting.pbrook2008-06-301-0/+6