summaryrefslogtreecommitdiff
path: root/target-i386/helper2.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-28consistent naming for i386 TCG helper filebellard1-1203/+0
2008-05-24Fix A20 debug dumps.pbrook1-2/+2
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-2/+11
2008-04-22Fix PHYS_ADDR_MASK: upper bits of a PTE are reserved so they are 52 bitsaurel321-1/+2
2008-04-22x86/x86-64 MMU PAE fixesaurel321-19/+23
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-04-08Fix typo in x86 CPU definitions introduced in r4181aurel321-1/+1
2008-04-08Remove hardcoded values in x86 CPU definitionsaurel321-4/+11
2008-04-083DNow! instruction set emulationaurel321-1/+15
2007-12-24Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg).balrog1-1/+8
2007-12-24SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer).balrog1-1/+1
2007-12-09Fix spelling typo, by Dan Kenigsberg.ths1-1/+1
2007-12-09Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths1-0/+1
2007-11-21typo fixbellard1-1/+1
2007-11-10added cpu_model parameter to cpu_init()bellard1-16/+22
2007-11-08removed obsolete x86 code copy supportbellard1-105/+0
2007-11-08added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard1-60/+269
2007-11-02Fix compiler warnings, by Stefan Weil.ths1-0/+1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-4/+5
2007-09-23SVM Support, by Alexander Graf.ths1-3/+12
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-14/+14
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-83/+83
2007-09-10Fix the reported xlevel for Intel CPU, by Filip Navara.ths1-1/+1
2007-07-31Initialize old_exception, by Bernhard Kauer.ths1-0/+2
2007-04-17Ptable calculation broken for 32bit code under x86_64, by Bernhard Kauer.ths1-4/+4
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer1-2/+2
2006-09-27enabled PSE36 for x86_64 (fix for OpenSolaris as guest)bellard1-0/+2
2006-09-24added SMM supportbellard1-3/+6
2006-06-25C99 64 bit printfbellard1-14/+14
2006-06-14use glibc syscall (David Woodhouse)bellard1-1/+4
2006-04-25enable APIC by defaultbellard1-1/+1
2006-04-23SSE3 support (Joachim Henke)bellard1-1/+1
2005-12-04generate GPF if non canonical addressesbellard1-2/+5
2005-11-28NX supportbellard1-40/+120
2005-11-23added HF_HALTED bitbellard1-4/+6
2005-11-21cpu_exec_init() changebellard1-5/+3
2005-07-23x86_64 fixes (initial patch by Filip Navara)bellard1-2/+7
2005-07-03better fpu state dumpbellard1-11/+49
2005-04-23return model id in cpuid for x86_64bellard1-0/+17
2005-02-10enabled MMX, PAE and SEPbellard1-3/+9
2005-01-28physical memory access functionsbellard1-54/+33
2005-01-25Support resolving addresses in PAE mode in cpu_get_phys_page_debugbellard1-19/+73
2005-01-12enable MMX for x86_64 toobellard1-2/+2
2005-01-08MMX/SSE supportbellard1-10/+20
2005-01-03x86_64 target supportbellard1-129/+399
2004-10-09monitor fixesbellard1-11/+13
2004-10-03removed access_type hackbellard1-1/+2
2004-06-22cpu_single_env initbellard1-1/+1
2004-06-20boot to top of 4GB spacebellard1-2/+1
2004-06-20added cpu_reset()bellard1-29/+37