Migrate to check_define
[qemu] / target-i386 /
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-13 aliguoriInitialize msr list size properly in KVM
2008-12-13 aliguoriCorrectly initialize msr list in KVM
2008-12-13 malcFix smsw for x86_64 guest and bigendian host case
2008-12-13 blueswir1x86 cleanup
2008-12-11 aliguoriFix crash in kvm.c (Stefan Weil)
2008-12-10 aurel32target-i386: Fix jmp im on x86_64 when executing 32...
2008-12-07 aurel32Remove FORCE_RET() and RETURN()
2008-12-07 aurel32target-i386: fix CVE-2007-1322
2008-12-02 aliguoriFix register name typo in dumping debug registers ...
2008-12-01 balrogFix pmovsx* / pmovzx* SSE instructions (original fix...
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-25 aliguorii386: remove unused function prototypes (Laurent Desnogues)
2008-11-18 aliguorix86: Dump debug registers (Jan Kiszka)
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-16 aurel32target-i386: fix helper_pmovmskb_mmx helper
2008-11-13 aliguorix86: fix warning without CONFIG_KVM (Mark McLoughlin)
2008-11-13 aliguoriFix CPUID ext2 features masking (Avi Kivity)
2008-11-13 aliguoriDefine kvm_ioctl in the same way as ioctl
2008-11-10 balrogx86 CPUID extended family/model (Andre Przywara).
2008-11-05 aliguoriAdd missing files to KVM commit.
2008-11-05 aliguoriAdd KVM support to QEMU
2008-11-05 aliguoriSplit CPUID from op_helper
2008-11-05 aliguoriAdd additional CPU flag definitions
2008-10-29 aliguoriFix restore of older snapshots for target-i386 on big...
2008-10-28 balrogFix cpuid ext_features value for Atom N270 (Blue Swirl).
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-17 aurel32i386/SVM: return amount of ASIDs
2008-10-14 aurel32target-i386: Add Core Duo Definition
2008-10-04 balrogFix crc32w decoding, fix a constant width in blendvpd.
2008-10-04 balrogx86 "popcnt" affects flags.
2008-10-04 balrogImplement SSE4.1, SSE4.2 (x86).
2008-10-02 malcDo not use load_seg_vm to load CS in real mode iret...
2008-10-02 blueswir1Resurrect the safe part of r5274
2008-10-01 balrogx86 pextrw destination operand can be r64.
2008-09-30 balrogHandle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf).
2008-09-29 aliguoriFix save/restore regression introduced by r5318
2008-09-29 pbrookMy core2duo patch introduced a vague statement of ...
2008-09-28 balrogRename -cpu atom to -cpu n270.
2008-09-26 balrogFix definition of EMX bit in cpuid (Jens Axboe).
2008-09-25 blueswir1Revert r5274 which breaks savevm/loadvm
2008-09-25 balrogAdd Atom (x86) cpu identification.
2008-09-25 balrogSYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).
2008-09-25 balrogCore 2 Duo specification (Alexander Graf).
2008-09-25 balrogClean up vendor identification (Alexander Graf).
2008-09-25 balrogImplement x86 SSSE3 instructions.
2008-09-25 balrogUse qemu_free() on env instead of free.
2008-09-20 blueswir1Add signed versions of save/load functions
2008-09-09 aliguoriFix up pxe boot (Glauber Costa)
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-18 aliguorii386: Catch all non-present ptes in cpu_get_phys_page_d...
2008-07-23 aliguoriFix task register type after reset (Avi Kivity)
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-07 bellardfix cvtsq2s[sd] (Juergen Lock)
2008-07-05 pbrookRe-add static qualifier. Fix annother occurance of...
2008-07-03 thsFix constant truncation, spotted by Jindrich Makovicka.
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 pbrookFix rdtsc instruction counting.
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-29 pbrookAdd instruction counter.
2008-06-20 bellardadded model_id and vendor cpu model options (initial...
2008-06-20 bellardcmpxchg fixes
2008-06-18 bellardHLT, MWAIT and MONITOR insn fixes (initial patch by...
2008-06-09 bellardSVM: Fix segment attribute clobbering (Alexander Graf)
2008-06-06 bellardundocumented 0x82 opcode is invalid in 64 bit code
2008-06-06 bellardFix i386 segment descriptor types on reset (Avi Kivity)
2008-06-04 bellardsave more CPU state
2008-06-04 bellardSVM: added tsc_offset
2008-06-04 bellardfixed exceptions for cpuid and invlpg
2008-06-04 bellardGIF flag handling fix (Alexander Graf)
2008-06-04 bellardreworked SVM interrupt handling logic - fixed vmrun...
2008-06-04 bellard32 bit SVM fixes - INVLPG and INVLPGA updates
2008-06-04 bellardEFER loading fixes, including SVME bit
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-05-30 bellardkqemu API change - allow use of kqemu with 32 bit QEMU...
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-28 bellardforce bit 1 in eflags load
2008-05-28 bellardSVM rework
2008-05-28 bellardconsistent naming for i386 TCG helper file
2008-05-28 bellardvariable dynamic translation buffer size
2008-05-25 bellardfixed x86_64 regression
2008-05-25 bellardtransformed TN into temporaries - add local temporaries...
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-24 pbrookFix A20 debug dumps.
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-22 bellarduse debug_insn_start to have nicer debug traces
2008-05-22 bellardproper helper definition registering (all targets must...
2008-05-22 bellardoptimization of shifts by a constant
2008-05-22 bellardlahf/sahf cpuid test
2008-05-22 bellardcmpxchg8b fix - added cmpxchg16b
next