404 Commits (cd633b10fd99faeb01c94ba35ec35f48f4e86a68)

Author SHA1 Message Date
bellard 57fec1fee9 use the TCG code generator 19 years ago
balrog 3e98dc8ec6 Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg). 19 years ago
balrog 45d242b65b SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer). 19 years ago
balrog 71c3558ed2 Fix cmpxchg8b translation (Bernhard Kauer). 19 years ago
balrog b26177d7ec Make SVM IOIO intercept check all needed bits, by Bernhard Kauer. 19 years ago
balrog df01e0fc33 Add rdpmc SVM intercept, by Bernhard Kauer. 19 years ago
ths 867e2400d6 Fix spelling typo, by Dan Kenigsberg. 19 years ago
ths 01ba98161f Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. 19 years ago
bellard 0b1b91c77c typo fix 19 years ago
pbrook 9596ebb701 Add statics and missing #includes for prototypes. 19 years ago
bellard d2fd1af767 x86_64 linux user emulation 19 years ago
bellard 6f12a2a6ea consistent types for cpu_x86_fsave and cpu_x86_frstor 19 years ago
bellard bd37ec2141 removed warning 19 years ago
bellard aaed909a49 added cpu_model parameter to cpu_init() 19 years ago
bellard ec6338bac3 removed obsolete x86 code copy support 19 years ago
bellard 838104f608 removed 19 years ago
bellard a049de6161 added -cpu option for x86 (initial patch by Dan Kenigsberg) 19 years ago
j_mayer 7a51ad822f For consistency, move muls64 / mulu64 prototypes to host-utils.h 19 years ago
ths 80210bcd71 Fix compiler warnings, by Stefan Weil. 19 years ago
balrog ad8488750b Correct the WBINVD intercept in SVM (Alexander Graf). 19 years ago
ths 273af66025 Adjust s390 addresses (the MSB is defined as "to be ignored"). 19 years ago
ths 5592a750b9 The other half of the mul64 rework. Sorry for the breakage, I committed 19 years ago
j_mayer 6ebbf39000 Replace is_user variable with mmu_idx in softmmu core, 19 years ago
ths 198a74de4c Move get_sp_from_cpustate from cpu.h to target_signal.h. 19 years ago
ths a04e134ad1 linux-user sigaltstack() syscall, by Thayne Harbaugh. 19 years ago
ths 526216880d SVM VINTR fix, by Alexander Graf. 19 years ago
ths 239fbd8623 Add missing svm.h header, and add a Changelog entry. 19 years ago
ths 0573fbfc3f SVM Support, by Alexander Graf. 19 years ago
j_mayer c068688b03 Extend TB flags to 64 bits (Alexander Graf). 19 years ago
ths 3b46e62427 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 19 years ago
ths 5fafdf24ef find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
ths d8134d91d9 Intel cache info, by Filip Navara. 19 years ago
ths 408e7837aa Fix the reported xlevel for Intel CPU, by Filip Navara. 19 years ago
ths a2cce02c48 Initialize old_exception, by Bernhard Kauer. 19 years ago
ths aa1f17c18d Spelling fixes, by Stefan Weil. 19 years ago
ths 88fe8a41f2 DR6 single step exception status bit, by Juergen Keil. 19 years ago
ths b6d7c3db4f Fix division by zero handling, by Joris van Rantwijk. 19 years ago
ths d0bdf2a28b Fix typo. 19 years ago
ths 9467d44c4d Move target-specific defines to the target directories. 19 years ago
ths bfed01fc79 Clean up of some target specifics in exec.c/cpu-exec.c. 19 years ago
ths e91c8a7783 Spelling fixes, by Stefan Weil. 19 years ago
blueswir1 7f75ffd39e Spelling fix (Mark Glines) 20 years ago
ths 69d357286d More generic 64 bit multiplication support, by Aurelien Jarno. 20 years ago
ths 2f6ecc62ee Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil. 20 years ago
ths 095f61d202 Revert, this is already fixed in a better way. 20 years ago
ths 4b70269e1c Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor. 20 years ago
ths af661ad11b Ptable calculation broken for 32bit code under x86_64, by Bernhard Kauer. 20 years ago
j_mayer 9b3c35e0e6 cpu_get_phys_page_debug should return target_phys_addr_t 20 years ago
ths eae7629bfd i386 return APIC ID with cpuid, by Bernhard Kauer. 20 years ago
ths 7524c84d82 Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward. 20 years ago