| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused phys_ram_base definition from target-i386/helper.c. | aurel32 | 2008-04-11 | 1 | -1/+0 |
* | Check for 3DNow! CPUID at translation time | aurel32 | 2008-04-09 | 1 | -2/+13 |
* | Fix typo in x86 CPU definitions introduced in r4181 | aurel32 | 2008-04-08 | 1 | -1/+1 |
* | Remove hardcoded values in x86 CPU definitions | aurel32 | 2008-04-08 | 1 | -4/+11 |
* | 3DNow! instruction set emulation | aurel32 | 2008-04-08 | 4 | -10/+246 |
* | x86-64: recompute DF after eflags has been modified when emulating SYSCALL | aurel32 | 2008-03-28 | 1 | -0/+1 |
* | Fix some functions declared () rather than (void) (Ian Jackson) | blueswir1 | 2008-03-09 | 2 | -2/+2 |
* | More helper types, rearrange generic definitions | blueswir1 | 2008-02-24 | 1 | -64/+0 |
* | Add TCG variable opaque type. | pbrook | 2008-02-03 | 1 | -3/+3 |
* | NMI and INTR events injection should not be handled as software interrupts (B... | balrog | 2008-02-03 | 1 | -2/+2 |
* | Make SVM env->cr[8] a valid register (patch from TeLeMan). | balrog | 2008-02-03 | 2 | -2/+6 |
* | use the TCG code generator | bellard | 2008-02-01 | 6 | -1160/+794 |
* | Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg). | balrog | 2007-12-24 | 1 | -1/+8 |
* | SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer). | balrog | 2007-12-24 | 2 | -1/+7 |
* | Fix cmpxchg8b translation (Bernhard Kauer). | balrog | 2007-12-24 | 1 | -1/+1 |
* | Make SVM IOIO intercept check all needed bits, by Bernhard Kauer. | balrog | 2007-12-10 | 1 | -1/+2 |
* | Add rdpmc SVM intercept, by Bernhard Kauer. | balrog | 2007-12-10 | 4 | -0/+22 |
* | Fix spelling typo, by Dan Kenigsberg. | ths | 2007-12-09 | 1 | -1/+1 |
* | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths | 2007-12-09 | 1 | -0/+1 |
* | typo fix | bellard | 2007-11-21 | 1 | -1/+1 |
* | Add statics and missing #includes for prototypes. | pbrook | 2007-11-18 | 1 | -2/+2 |
* | x86_64 linux user emulation | bellard | 2007-11-14 | 2 | -3/+20 |
* | consistent types for cpu_x86_fsave and cpu_x86_frstor | bellard | 2007-11-11 | 1 | -2/+2 |
* | removed warning | bellard | 2007-11-11 | 1 | -2/+2 |
* | added cpu_model parameter to cpu_init() | bellard | 2007-11-10 | 2 | -18/+23 |
* | removed obsolete x86 code copy support | bellard | 2007-11-08 | 3 | -119/+0 |
* | removed | bellard | 2007-11-08 | 1 | -1323/+0 |
* | added -cpu option for x86 (initial patch by Dan Kenigsberg) | bellard | 2007-11-08 | 2 | -61/+307 |
* | For consistency, move muls64 / mulu64 prototypes to host-utils.h | j_mayer | 2007-11-04 | 1 | -0/+1 |
* | Fix compiler warnings, by Stefan Weil. | ths | 2007-11-02 | 1 | -0/+1 |
* | Correct the WBINVD intercept in SVM (Alexander Graf). | balrog | 2007-10-31 | 1 | -1/+1 |
* | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths | 2007-10-29 | 1 | -1/+5 |
* | The other half of the mul64 rework. Sorry for the breakage, I committed | ths | 2007-10-27 | 1 | -3/+3 |
* | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 2007-10-14 | 4 | -8/+20 |
* | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths | 2007-09-27 | 1 | -5/+0 |
* | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths | 2007-09-27 | 1 | -0/+5 |
* | SVM VINTR fix, by Alexander Graf. | ths | 2007-09-27 | 2 | -3/+9 |
* | Add missing svm.h header, and add a Changelog entry. | ths | 2007-09-23 | 1 | -0/+358 |
* | SVM Support, by Alexander Graf. | ths | 2007-09-23 | 6 | -13/+888 |
* | Extend TB flags to 64 bits (Alexander Graf). | j_mayer | 2007-09-21 | 1 | -2/+3 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 9 | -153/+153 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 11 | -441/+441 |
* | Intel cache info, by Filip Navara. | ths | 2007-09-13 | 1 | -2/+2 |
* | Fix the reported xlevel for Intel CPU, by Filip Navara. | ths | 2007-09-10 | 1 | -1/+1 |
* | Initialize old_exception, by Bernhard Kauer. | ths | 2007-08-01 | 1 | -0/+2 |
* | Spelling fixes, by Stefan Weil. | ths | 2007-07-12 | 1 | -1/+1 |
* | DR6 single step exception status bit, by Juergen Keil. | ths | 2007-06-26 | 4 | -1/+13 |
* | Fix division by zero handling, by Joris van Rantwijk. | ths | 2007-06-23 | 1 | -2/+6 |
* | Fix typo. | ths | 2007-06-04 | 1 | -1/+1 |
* | Move target-specific defines to the target directories. | ths | 2007-06-03 | 1 | -0/+7 |