Age | Commit message (Expand) | Author |
2007-11-14 | x86_64 linux user emulation | bellard |
2007-11-11 | consistent types for cpu_x86_fsave and cpu_x86_frstor | bellard |
2007-11-11 | removed warning | bellard |
2007-11-10 | added cpu_model parameter to cpu_init() | bellard |
2007-11-08 | removed obsolete x86 code copy support | bellard |
2007-11-08 | removed | bellard |
2007-11-08 | added -cpu option for x86 (initial patch by Dan Kenigsberg) | bellard |
2007-11-04 | For consistency, move muls64 / mulu64 prototypes to host-utils.h | j_mayer |
2007-11-02 | Fix compiler warnings, by Stefan Weil. | ths |
2007-10-31 | Correct the WBINVD intercept in SVM (Alexander Graf). | balrog |
2007-10-29 | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths |
2007-10-26 | The other half of the mul64 rework. Sorry for the breakage, I committed | ths |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer |
2007-09-27 | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths |
2007-09-27 | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths |
2007-09-27 | SVM VINTR fix, by Alexander Graf. | ths |
2007-09-23 | Add missing svm.h header, and add a Changelog entry. | ths |
2007-09-23 | SVM Support, by Alexander Graf. | ths |
2007-09-20 | Extend TB flags to 64 bits (Alexander Graf). | j_mayer |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-09-13 | Intel cache info, by Filip Navara. | 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-07-11 | Spelling fixes, by Stefan Weil. | ths |
2007-06-26 | DR6 single step exception status bit, by Juergen Keil. | ths |
2007-06-23 | Fix division by zero handling, by Joris van Rantwijk. | ths |
2007-06-03 | Fix typo. | ths |
2007-06-03 | Move target-specific defines to the target directories. | ths |
2007-06-03 | Clean up of some target specifics in exec.c/cpu-exec.c. | ths |
2007-06-03 | Spelling fixes, by Stefan Weil. | ths |
2007-05-27 | Spelling fix (Mark Glines) | blueswir1 |
2007-05-16 | More generic 64 bit multiplication support, by Aurelien Jarno. | ths |
2007-04-27 | Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil. | ths |
2007-04-18 | Revert, this is already fixed in a better way. | ths |
2007-04-17 | Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor. | 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 |
2007-04-03 | i386 return APIC ID with cpuid, by Bernhard Kauer. | ths |
2007-04-02 | Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward. | ths |
2007-04-02 | ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer. | ths |
2007-03-31 | Generate double and triple faults, by Bernhard Kauer. | ths |
2007-02-05 | darwin fix | bellard |
2007-02-01 | 64 bit syscall fixes - more logical mwait/monitor ECX test | bellard |
2007-02-01 | cwde and cdq fix in 64 bit mode | bellard |
2007-01-31 | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. | ths |
2007-01-16 | fixed movd mmx/sse insn | bellard |
2006-12-23 | Check ELF binaries for machine type and endianness. | ths |
2006-09-29 | 32 bit RSP update fix (aka Open Solaris x86_64 bug) | bellard |
2006-09-27 | fixed user mode emulation | bellard |