]> git.proxmox.com Git - qemu.git/history - target-i386/helper2.c
Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg).
[qemu.git] / target-i386 / helper2.c
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-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-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-11-02 thsFix compiler warnings, by Stefan Weil.
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
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-09-10 thsFix the reported xlevel for Intel CPU, by Filip Navara.
2007-07-31 thsInitialize old_exception, by Bernhard Kauer.
2007-04-17 thsPtable calculation broken for 32bit code under x86_64...
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2006-09-27 bellardenabled PSE36 for x86_64 (fix for OpenSolaris as guest)
2006-09-24 bellardadded SMM support
2006-06-25 bellardC99 64 bit printf
2006-06-14 bellarduse glibc syscall (David Woodhouse)
2006-04-25 bellardenable APIC by default
2006-04-23 bellardSSE3 support (Joachim Henke)
2005-12-04 bellardgenerate GPF if non canonical addresses
2005-11-28 bellardNX support
2005-11-23 bellardadded HF_HALTED bit
2005-11-21 bellardcpu_exec_init() change
2005-07-23 bellardx86_64 fixes (initial patch by Filip Navara)
2005-07-03 bellardbetter fpu state dump
2005-04-23 bellardreturn model id in cpuid for x86_64
2005-02-10 bellardenabled MMX, PAE and SEP
2005-01-28 bellardphysical memory access functions
2005-01-25 bellardSupport resolving addresses in PAE mode in cpu_get_phys...
2005-01-12 bellardenable MMX for x86_64 too
2005-01-08 bellardMMX/SSE support
2005-01-03 bellardx86_64 target support
2004-10-09 bellardmonitor fixes
2004-10-03 bellardremoved access_type hack
2004-06-22 bellardcpu_single_env init
2004-06-20 bellardboot to top of 4GB space
2004-06-20 bellardadded cpu_reset()
2004-06-19 bellardbuffer overflow fix
2004-05-08 bellardcr0.ET fix (Win95 boot fix)
2004-04-25 bellarddump A20 state
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-04 bellard2.6 kernel compile fix
2004-02-25 bellardCR0.MP/EM/TS support - native fpu support in code copy...
2004-02-16 bellardexperimental code copy support - fixed A20 emulation
2004-02-07 bellardfixed WP semantics
2004-02-03 bellardmore precise TLB invalidation - init cleanup
2004-01-24 bellardcombine PDE and PTE protections as in intel specs ...
2004-01-18 bellardfixed dirty bit support for 4M pages (L4 Pistachio...
2004-01-13 bellardfixed subtle bug: in some cases PG_DIRTY was not set...
2004-01-04 bellardcorrect value for ADDSEG is real mode (fixes GRUB boot...
2004-01-04 bellarddebug fixes - use more generic TLB mappings
2003-12-02 bellarddump irq inhibit flag as it is a part of the cpu state
2003-11-23 bellarda20 fix
2003-11-19 bellardalways completely redefine the TLB in case of MMU fault
2003-11-12 bellarddump more registers
2003-11-04 bellarda20 support
2003-10-27 bellardfull softmmu support
2003-09-30 bellardnew directory structure