index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
helper2.c
Age
Commit message (
Expand
)
Author
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-10
Fix the reported xlevel for Intel CPU, by Filip Navara.
ths
2007-07-31
Initialize old_exception, by Bernhard Kauer.
ths
2007-04-17
Ptable calculation broken for 32bit code under x86_64, by Bernhard Kauer.
ths
2007-04-07
cpu_get_phys_page_debug should return target_phys_addr_t
j_mayer
2006-09-27
enabled PSE36 for x86_64 (fix for OpenSolaris as guest)
bellard
2006-09-24
added SMM support
bellard
2006-06-25
C99 64 bit printf
bellard
2006-06-14
use glibc syscall (David Woodhouse)
bellard
2006-04-25
enable APIC by default
bellard
2006-04-23
SSE3 support (Joachim Henke)
bellard
2005-12-04
generate GPF if non canonical addresses
bellard
2005-11-28
NX support
bellard
2005-11-23
added HF_HALTED bit
bellard
2005-11-21
cpu_exec_init() change
bellard
2005-07-23
x86_64 fixes (initial patch by Filip Navara)
bellard
2005-07-03
better fpu state dump
bellard
2005-04-23
return model id in cpuid for x86_64
bellard
2005-02-10
enabled MMX, PAE and SEP
bellard
2005-01-28
physical memory access functions
bellard
2005-01-25
Support resolving addresses in PAE mode in cpu_get_phys_page_debug
bellard
2005-01-12
enable MMX for x86_64 too
bellard
2005-01-08
MMX/SSE support
bellard
2005-01-03
x86_64 target support
bellard
2004-10-09
monitor fixes
bellard
2004-10-03
removed access_type hack
bellard
2004-06-22
cpu_single_env init
bellard
2004-06-20
boot to top of 4GB space
bellard
2004-06-20
added cpu_reset()
bellard
2004-06-19
buffer overflow fix
bellard
2004-05-08
cr0.ET fix (Win95 boot fix)
bellard
2004-04-25
dump A20 state
bellard
2004-03-31
win32 port (initial patch by kazu)
bellard
2004-03-04
2.6 kernel compile fix
bellard
2004-02-25
CR0.MP/EM/TS support - native fpu support in code copy mode
bellard
2004-02-16
experimental code copy support - fixed A20 emulation
bellard
2004-02-07
fixed WP semantics
bellard
2004-02-03
more precise TLB invalidation - init cleanup
bellard
2004-01-24
combine PDE and PTE protections as in intel specs - added cpu_get_phys_page_d...
bellard
2004-01-18
fixed dirty bit support for 4M pages (L4 Pistachio fix)
bellard
2004-01-13
fixed subtle bug: in some cases PG_DIRTY was not set correctly
bellard
2004-01-04
correct value for ADDSEG is real mode (fixes GRUB boot) - update static prote...
bellard
2004-01-04
debug fixes - use more generic TLB mappings
bellard
2003-12-02
dump irq inhibit flag as it is a part of the cpu state
bellard
2003-11-23
a20 fix
bellard
2003-11-19
always completely redefine the TLB in case of MMU fault
bellard
2003-11-12
dump more registers
bellard
2003-11-04
a20 support
bellard
2003-10-27
full softmmu support
bellard
2003-09-30
new directory structure
bellard