aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths
2007-09-27SVM VINTR fix, by Alexander Graf.ths
2007-09-23Add missing svm.h header, and add a Changelog entry.ths
2007-09-23SVM Support, by Alexander Graf.ths
2007-09-20Extend TB flags to 64 bits (Alexander Graf).j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-13Intel cache info, by Filip Navara.ths
2007-09-10Fix the reported xlevel for Intel CPU, by Filip Navara.ths
2007-07-31Initialize old_exception, by Bernhard Kauer.ths
2007-07-11Spelling fixes, by Stefan Weil.ths
2007-06-26DR6 single step exception status bit, by Juergen Keil.ths
2007-06-23Fix division by zero handling, by Joris van Rantwijk.ths
2007-06-03Fix typo.ths
2007-06-03Move target-specific defines to the target directories.ths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2007-06-03Spelling fixes, by Stefan Weil.ths
2007-05-27Spelling fix (Mark Glines)blueswir1
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths
2007-04-27Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil.ths
2007-04-18Revert, this is already fixed in a better way.ths
2007-04-17Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor.ths
2007-04-17Ptable calculation broken for 32bit code under x86_64, by Bernhard Kauer.ths
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer
2007-04-03i386 return APIC ID with cpuid, by Bernhard Kauer.ths
2007-04-02Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward.ths
2007-04-02ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer.ths
2007-03-31Generate double and triple faults, by Bernhard Kauer.ths
2007-02-05darwin fixbellard
2007-02-0164 bit syscall fixes - more logical mwait/monitor ECX testbellard
2007-02-01cwde and cdq fix in 64 bit modebellard
2007-01-31siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.ths
2007-01-16fixed movd mmx/sse insnbellard
2006-12-23Check ELF binaries for machine type and endianness.ths
2006-09-2932 bit RSP update fix (aka Open Solaris x86_64 bug)bellard
2006-09-27fixed user mode emulationbellard
2006-09-27SMM fix for x86_64bellard
2006-09-27enabled PSE36 for x86_64 (fix for OpenSolaris as guest)bellard
2006-09-24added SMM supportbellard
2006-09-03multi byte nop supportbellard
2006-07-10monitor/mwait supportbellard
2006-06-25C99 64 bit printfbellard
2006-06-24fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian Seward and malc)bellard
2006-06-19fxam fix (Julian Seward)bellard
2006-06-19switch_tss eflags restore fix (malc)bellard
2006-06-14x86_64 mmx/sse fixbellard
2006-06-14use glibc syscall (David Woodhouse)bellard
2006-05-03bswapq fixbellard