summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2008-02-01use the TCG code generatorbellard6-1160/+794
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).balrog2-1/+7
2007-12-24Fix cmpxchg8b translation (Bernhard Kauer).balrog1-1/+1
2007-12-09Make SVM IOIO intercept check all needed bits, by Bernhard Kauer.balrog1-1/+2
2007-12-09Add rdpmc SVM intercept, by Bernhard Kauer.balrog4-0/+22
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-18Add statics and missing #includes for prototypes.pbrook1-2/+2
2007-11-14x86_64 linux user emulationbellard2-3/+20
2007-11-11consistent types for cpu_x86_fsave and cpu_x86_frstorbellard1-2/+2
2007-11-11removed warningbellard1-2/+2
2007-11-10added cpu_model parameter to cpu_init()bellard2-18/+23
2007-11-08removed obsolete x86 code copy supportbellard3-119/+0
2007-11-08removedbellard1-1323/+0
2007-11-08added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard2-61/+307
2007-11-04For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer1-0/+1
2007-11-02Fix compiler warnings, by Stefan Weil.ths1-0/+1
2007-10-31Correct the WBINVD intercept in SVM (Alexander Graf).balrog1-1/+1
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-26The other half of the mul64 rework. Sorry for the breakage, I committedths1-3/+3
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer4-8/+20
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths1-5/+0
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-0/+5
2007-09-27SVM VINTR fix, by Alexander Graf.ths2-3/+9
2007-09-23Add missing svm.h header, and add a Changelog entry.ths1-0/+358
2007-09-23SVM Support, by Alexander Graf.ths6-13/+888
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer1-2/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths9-153/+153
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths11-441/+441
2007-09-13Intel cache info, by Filip Navara.ths1-2/+2
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-07-11Spelling fixes, by Stefan Weil.ths1-1/+1
2007-06-26DR6 single step exception status bit, by Juergen Keil.ths4-1/+13
2007-06-23Fix division by zero handling, by Joris van Rantwijk.ths1-2/+6
2007-06-03Fix typo.ths1-1/+1
2007-06-03Move target-specific defines to the target directories.ths1-0/+7
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths2-8/+13
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2007-05-27Spelling fix (Mark Glines)blueswir12-8/+8
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths1-47/+3
2007-04-27Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil.ths1-0/+1
2007-04-18Revert, this is already fixed in a better way.ths1-5/+0
2007-04-17Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor.ths1-0/+5
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
2007-04-03i386 return APIC ID with cpuid, by Bernhard Kauer.ths2-1/+2
2007-04-02Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward.ths1-27/+70