modify pipe2
[qemu] / target-i386 /
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
2008-05-22 bellardcmpxchg 64 bit fix
2008-05-22 bellardfxsave/fxrstor 64 bit fix
2008-05-21 bellardconverted conditional jumps, SET and CMOVx to TCG
2008-05-21 bellardconverted env access to TCG
2008-05-21 bellardconvert eflags manipulation insns to TCG
2008-05-21 bellardconvert remaining segment handling to TCG
2008-05-21 bellardconverted LSL/LAR/VERW/VERR to TCG - force 16 bit memor...
2008-05-21 bellardsuppressed no longer used ops
2008-05-21 bellardconverted INTO/CMPXCHG8B to TCG
2008-05-21 bellardconverted BCD ops to TCG
2008-05-21 bellardconverted MUL/IMUL to TCG
2008-05-18 bellardconverted string OPs and LOOP insns to TCG
2008-05-18 bellardfixed INC/DEC condition codes
2008-05-17 bellardconverted sign extension ops to TCG
2008-05-17 bellardMONITOR insn address generation fix - converted XLAT...
2008-05-17 bellardBSR/BSF TCG conversion
2008-05-17 bellardconverted bit test operations to TCG
2008-05-17 bellardmoved eflags computation outside op.c
2008-05-17 bellardconverted adc, sbb, cmpxchg to TCG
2008-05-17 bellardconverted condition code supprot to TCG - converted...
2008-05-15 bellardconverted more helpers to TCG - fixed some SVM issues
2008-05-13 bellardi386 specific TODO
2008-05-12 bellardcompilation fix
2008-05-12 bellardconverted more helpers to TCG
2008-05-12 bellardremoved unused code
2008-05-12 bellardFPU fixes
2008-05-12 bellardconverted x87 FPU ops to TCG
2008-05-12 bellardconverted SSE/MMX ops to TCG
2008-05-12 bellarduse TCG for MMX/SSE memory accesses
2008-05-12 bellardchar is only for strings
2008-05-10 bellardno need to define global registers in cpu-exec.c
2008-05-04 aurel32Correctly save and restore env->a20_mask now that it...
2008-05-04 aurel32remove target ifdefs from vl.c
2008-04-28 aurel32Factorize code in translate.c
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-22 aurel32Fix PHYS_ADDR_MASK: upper bits of a PTE are reserved...
2008-04-22 aurel32x86/x86-64 MMU PAE fixes
2008-04-13 aurel32x86: Introduce CPU_INTERRUPT_NMI
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-04-11 aurel32Remove unused phys_ram_base definition from target...
2008-04-09 aurel32Check for 3DNow! CPUID at translation time
2008-04-08 aurel32Fix typo in x86 CPU definitions introduced in r4181
2008-04-08 aurel32Remove hardcoded values in x86 CPU definitions
2008-04-08 aurel323DNow! instruction set emulation
2008-03-28 aurel32x86-64: recompute DF after eflags has been modified...
2008-03-09 blueswir1 Fix some functions declared () rather than (void)...
2008-02-24 blueswir1 More helper types, rearrange generic definitions
2008-02-03 pbrookAdd TCG variable opaque type.
2008-02-03 balrogNMI and INTR events injection should not be handled...
2008-02-03 balrogMake SVM env->cr[8] a valid register (patch from TeLeMan).
2008-02-01 bellarduse the TCG code generator
2007-12-24 balrogCorrect the max cpuid level for each x86 cpu model...
2007-12-24 balrogSVM enabled processor should provide cpuid Fn8000_000A...
2007-12-24 balrogFix cmpxchg8b translation (Bernhard Kauer).
2007-12-09 balrogMake SVM IOIO intercept check all needed bits, by Bernh...
2007-12-09 balrogAdd rdpmc SVM intercept, by Bernhard Kauer.
2007-12-09 thsFix spelling typo, by Dan Kenigsberg.
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-21 bellardtypo fix
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-14 bellardx86_64 linux user emulation
next