aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More helper types, rearrange generic definitionsblueswir12008-02-241-64/+0
* Add TCG variable opaque type.pbrook2008-02-031-3/+3
* NMI and INTR events injection should not be handled as software interrupts (B...balrog2008-02-031-2/+2
* Make SVM env->cr[8] a valid register (patch from TeLeMan).balrog2008-02-032-2/+6
* use the TCG code generatorbellard2008-02-016-1160/+794
* Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg).balrog2007-12-241-1/+8
* SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer).balrog2007-12-242-1/+7
* Fix cmpxchg8b translation (Bernhard Kauer).balrog2007-12-241-1/+1
* Make SVM IOIO intercept check all needed bits, by Bernhard Kauer.balrog2007-12-091-1/+2
* Add rdpmc SVM intercept, by Bernhard Kauer.balrog2007-12-094-0/+22
* Fix spelling typo, by Dan Kenigsberg.ths2007-12-091-1/+1
* Handle cpu_model in copy_cpu(), by Kirill A. Shutemov.ths2007-12-091-0/+1
* typo fixbellard2007-11-211-1/+1
* Add statics and missing #includes for prototypes.pbrook2007-11-181-2/+2
* x86_64 linux user emulationbellard2007-11-142-3/+20
* consistent types for cpu_x86_fsave and cpu_x86_frstorbellard2007-11-111-2/+2
* removed warningbellard2007-11-111-2/+2
* added cpu_model parameter to cpu_init()bellard2007-11-102-18/+23
* removed obsolete x86 code copy supportbellard2007-11-083-119/+0
* removedbellard2007-11-081-1323/+0
* added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard2007-11-082-61/+307
* For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer2007-11-041-0/+1
* Fix compiler warnings, by Stefan Weil.ths2007-11-021-0/+1
* Correct the WBINVD intercept in SVM (Alexander Graf).balrog2007-10-311-1/+1
* Adjust s390 addresses (the MSB is defined as "to be ignored").ths2007-10-291-1/+5
* The other half of the mul64 rework. Sorry for the breakage, I committedths2007-10-261-3/+3
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-144-8/+20
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+5
* SVM VINTR fix, by Alexander Graf.ths2007-09-272-3/+9
* Add missing svm.h header, and add a Changelog entry.ths2007-09-231-0/+358
* SVM Support, by Alexander Graf.ths2007-09-236-13/+888
* Extend TB flags to 64 bits (Alexander Graf).j_mayer2007-09-201-2/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-179-153/+153
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-1611-441/+441
* Intel cache info, by Filip Navara.ths2007-09-131-2/+2
* Fix the reported xlevel for Intel CPU, by Filip Navara.ths2007-09-101-1/+1
* Initialize old_exception, by Bernhard Kauer.ths2007-07-311-0/+2
* Spelling fixes, by Stefan Weil.ths2007-07-111-1/+1
* DR6 single step exception status bit, by Juergen Keil.ths2007-06-264-1/+13
* Fix division by zero handling, by Joris van Rantwijk.ths2007-06-231-2/+6
* Fix typo.ths2007-06-031-1/+1
* Move target-specific defines to the target directories.ths2007-06-031-0/+7
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-032-8/+13
* Spelling fixes, by Stefan Weil.ths2007-06-031-1/+1
* Spelling fix (Mark Glines)blueswir12007-05-272-8/+8
* More generic 64 bit multiplication support, by Aurelien Jarno.ths2007-05-161-47/+3
* Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil.ths2007-04-271-0/+1
* Revert, this is already fixed in a better way.ths2007-04-181-5/+0
* Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor.ths2007-04-171-0/+5