summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* remove target ifdefs from vl.caurel322008-05-041-0/+264
* Factorize code in translate.caurel322008-04-281-0/+23
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-272-3/+26
* Fix PHYS_ADDR_MASK: upper bits of a PTE are reserved so they are 52 bitsaurel322008-04-221-1/+2
* x86/x86-64 MMU PAE fixesaurel322008-04-222-20/+24
* x86: Introduce CPU_INTERRUPT_NMIaurel322008-04-133-2/+7
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* Remove unused phys_ram_base definition from target-i386/helper.c.aurel322008-04-111-1/+0
* Check for 3DNow! CPUID at translation timeaurel322008-04-091-2/+13
* Fix typo in x86 CPU definitions introduced in r4181aurel322008-04-081-1/+1
* Remove hardcoded values in x86 CPU definitionsaurel322008-04-081-4/+11
* 3DNow! instruction set emulationaurel322008-04-084-10/+246
* x86-64: recompute DF after eflags has been modified when emulating SYSCALLaurel322008-03-281-0/+1
* Fix some functions declared () rather than (void) (Ian Jackson)blueswir12008-03-092-2/+2
* 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
OpenPOWER on IntegriCloud