Age | Commit message (Expand) | Author | Files | Lines |
2008-05-28 | consistent naming for i386 TCG helper file | bellard | 1 | -1203/+0 |
2008-05-24 | Fix A20 debug dumps. | pbrook | 1 | -2/+2 |
2008-04-27 | Use correct types to enable > 2G support, based on a patch from | aurel32 | 1 | -2/+11 |
2008-04-22 | Fix PHYS_ADDR_MASK: upper bits of a PTE are reserved so they are 52 bits | aurel32 | 1 | -1/+2 |
2008-04-22 | x86/x86-64 MMU PAE fixes | aurel32 | 1 | -19/+23 |
2008-04-11 | Remove osdep.c/qemu-img code duplication | aurel32 | 1 | -0/+1 |
2008-04-08 | Fix typo in x86 CPU definitions introduced in r4181 | aurel32 | 1 | -1/+1 |
2008-04-08 | Remove hardcoded values in x86 CPU definitions | aurel32 | 1 | -4/+11 |
2008-04-08 | 3DNow! instruction set emulation | aurel32 | 1 | -1/+15 |
2007-12-24 | Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg). | balrog | 1 | -1/+8 |
2007-12-24 | SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer). | balrog | 1 | -1/+1 |
2007-12-09 | Fix spelling typo, by Dan Kenigsberg. | ths | 1 | -1/+1 |
2007-12-09 | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. | ths | 1 | -0/+1 |
2007-11-21 | typo fix | bellard | 1 | -1/+1 |
2007-11-10 | added cpu_model parameter to cpu_init() | bellard | 1 | -16/+22 |
2007-11-08 | removed obsolete x86 code copy support | bellard | 1 | -105/+0 |
2007-11-08 | added -cpu option for x86 (initial patch by Dan Kenigsberg) | bellard | 1 | -60/+269 |
2007-11-02 | Fix compiler warnings, by Stefan Weil. | ths | 1 | -0/+1 |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer | 1 | -4/+5 |
2007-09-23 | SVM Support, by Alexander Graf. | ths | 1 | -3/+12 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -14/+14 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -83/+83 |
2007-09-10 | Fix the reported xlevel for Intel CPU, by Filip Navara. | ths | 1 | -1/+1 |
2007-07-31 | Initialize old_exception, by Bernhard Kauer. | ths | 1 | -0/+2 |
2007-04-17 | Ptable calculation broken for 32bit code under x86_64, by Bernhard Kauer. | ths | 1 | -4/+4 |
2007-04-07 | cpu_get_phys_page_debug should return target_phys_addr_t | j_mayer | 1 | -2/+2 |
2006-09-27 | enabled PSE36 for x86_64 (fix for OpenSolaris as guest) | bellard | 1 | -0/+2 |
2006-09-24 | added SMM support | bellard | 1 | -3/+6 |
2006-06-25 | C99 64 bit printf | bellard | 1 | -14/+14 |
2006-06-14 | use glibc syscall (David Woodhouse) | bellard | 1 | -1/+4 |
2006-04-25 | enable APIC by default | bellard | 1 | -1/+1 |
2006-04-23 | SSE3 support (Joachim Henke) | bellard | 1 | -1/+1 |
2005-12-04 | generate GPF if non canonical addresses | bellard | 1 | -2/+5 |
2005-11-28 | NX support | bellard | 1 | -40/+120 |
2005-11-23 | added HF_HALTED bit | bellard | 1 | -4/+6 |
2005-11-21 | cpu_exec_init() change | bellard | 1 | -5/+3 |
2005-07-23 | x86_64 fixes (initial patch by Filip Navara) | bellard | 1 | -2/+7 |
2005-07-03 | better fpu state dump | bellard | 1 | -11/+49 |
2005-04-23 | return model id in cpuid for x86_64 | bellard | 1 | -0/+17 |
2005-02-10 | enabled MMX, PAE and SEP | bellard | 1 | -3/+9 |
2005-01-28 | physical memory access functions | bellard | 1 | -54/+33 |
2005-01-25 | Support resolving addresses in PAE mode in cpu_get_phys_page_debug | bellard | 1 | -19/+73 |
2005-01-12 | enable MMX for x86_64 too | bellard | 1 | -2/+2 |
2005-01-08 | MMX/SSE support | bellard | 1 | -10/+20 |
2005-01-03 | x86_64 target support | bellard | 1 | -129/+399 |
2004-10-09 | monitor fixes | bellard | 1 | -11/+13 |
2004-10-03 | removed access_type hack | bellard | 1 | -1/+2 |
2004-06-22 | cpu_single_env init | bellard | 1 | -1/+1 |
2004-06-20 | boot to top of 4GB space | bellard | 1 | -2/+1 |
2004-06-20 | added cpu_reset() | bellard | 1 | -29/+37 |