kvm: Fix cpuid initialization (Jan Kiszka)
[qemu] / target-i386 / cpu.h
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-02-09 aliguoriKVM: CPUID takes ecx as input value for some functions...
2009-01-29 aliguoriMTRR support on x86, part 2 (Carl-Daniel Hailfinger)
2009-01-26 aliguoriMTRR support on x86 (Carl-Daniel Hailfinger)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-13 blueswir1x86 cleanup
2008-11-18 aliguorix86: Debug register emulation (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-05 aliguoriAdd KVM support to QEMU
2008-11-05 aliguoriSplit CPUID from op_helper
2008-11-05 aliguoriAdd additional CPU flag definitions
2008-09-29 pbrookMy core2duo patch introduced a vague statement of ...
2008-09-26 balrogFix definition of EMX bit in cpuid (Jens Axboe).
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-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-29 pbrookAdd instruction counter.
2008-06-04 bellardsave more CPU state
2008-06-04 bellardSVM: added tsc_offset
2008-06-04 bellardreworked SVM interrupt handling logic - fixed vmrun...
2008-06-04 bellardEFER loading fixes, including SVME bit
2008-06-03 thsSpelling fixes, by Stefan Weil.
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 bellardSVM rework
2008-05-28 bellardvariable dynamic translation buffer size
2008-05-25 bellardtransformed TN into temporaries - add local temporaries...
2008-05-17 bellardconverted condition code supprot to TCG - converted...
2008-05-12 bellardremoved unused code
2008-04-22 aurel32x86/x86-64 MMU PAE fixes
2008-04-13 aurel32x86: Introduce CPU_INTERRUPT_NMI
2008-04-08 aurel323DNow! instruction set emulation
2008-02-03 balrogMake SVM env->cr[8] a valid register (patch from TeLeMan).
2007-11-14 bellardx86_64 linux user emulation
2007-11-11 bellardconsistent types for cpu_x86_fsave and cpu_x86_frstor
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-08 bellardremoved obsolete x86 code copy support
2007-11-08 bellardadded -cpu option for x86 (initial patch by Dan Kenigsberg)
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-23 thsSVM Support, by Alexander Graf.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-11 thsSpelling fixes, by Stefan Weil.
2007-06-03 thsMove target-specific defines to the target directories.
2007-04-03 thsi386 return APIC ID with cpuid, by Bernhard Kauer.
2007-03-31 thsGenerate double and triple faults, by Bernhard Kauer.
2007-02-05 bellarddarwin fix
2007-01-31 thssiginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-09-27 bellardSMM fix for x86_64
2006-09-24 bellardadded SMM support
2006-04-23 bellardSSE3 support (Joachim Henke)
2006-02-08 bellardadded last_io_time field
2005-11-28 bellardnx defines
2005-11-23 bellardadded HF_HALTED bit
2005-11-20 bellardadded CPU_COMMON and CPUState.tb_jmp_cache[]
2005-07-23 bellardx86_64 fixes (initial patch by Filip Navara)
2005-04-23 bellardenable EFER usage in i386 emulation - more cpuid bits
2005-04-17 bellardgdb support for user mode (Paul Brook)
2005-03-13 bellardsoft float support
2005-02-12 bellardfixed kqemu config
2005-02-12 bellarddisable USE_KQEMU if no source
2005-02-10 bellardkqemu support
2005-01-23 bellardCR8 support
2005-01-12 bellardfixed performance regression
2005-01-08 bellardMMX/SSE support
2005-01-06 bellardbig endian SSE fix
2005-01-03 bellardx86_64 target support
2004-10-09 bellardmonitor fixes
2004-07-12 bellardcomment
2004-06-20 bellardadded cpu_reset()
2004-06-13 bellardfixed 16 bit segment optimisations
2004-05-20 bellardadded cpu_get_tsc()
2004-05-12 bellardbsd port (Markus Niemisto)
2004-05-08 bellarddivision by zero FPU exception support
2004-04-25 bellardprecise self modifying code support
2004-03-31 bellardadded cpu_get_fp80() and cpu_set_fp80()
2004-03-17 bellardinitial x86-64 host support (Gwenole Beauchesne)
2004-02-25 bellardCR0.MP/EM/TS support
2004-02-16 bellardexperimental code copy support
2004-02-03 bellardcleanup
2004-01-24 bellardadded TARGET_LONG_BITS
2004-01-04 bellardadded PE to static CPU state (avoids flushing translate...
2003-12-02 bellardP4 style multiplication eflags
2003-11-12 bellardadded comments and TSS bit
2003-11-04 bellarda20 support
2003-09-30 bellardnew directory structure