]> git.proxmox.com Git - mirror_qemu.git/history - target-i386/helper2.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[mirror_qemu.git] / target-i386 / helper2.c
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