summaryrefslogtreecommitdiffstats
path: root/target-i386/helper.c
Commit message (Expand)AuthorAgeFilesLines
...
* char is only for stringsbellard2008-05-121-3/+3
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+15
* x86: Introduce CPU_INTERRUPT_NMIaurel322008-04-131-0/+2
* Remove unused phys_ram_base definition from target-i386/helper.c.aurel322008-04-111-1/+0
* 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-091-1/+1
* 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-031-1/+5
* use the TCG code generatorbellard2008-02-011-4/+4
* SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer).balrog2007-12-241-0/+6
* 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-091-0/+12
* Add statics and missing #includes for prototypes.pbrook2007-11-181-2/+2
* x86_64 linux user emulationbellard2007-11-141-3/+17
* For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer2007-11-041-0/+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-141-2/+2
* SVM VINTR fix, by Alexander Graf.ths2007-09-271-1/+9
* SVM Support, by Alexander Graf.ths2007-09-231-2/+521
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-56/+56
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-144/+144
* Intel cache info, by Filip Navara.ths2007-09-131-2/+2
* DR6 single step exception status bit, by Juergen Keil.ths2007-06-261-0/+6
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-8/+0
* Spelling fix (Mark Glines)blueswir12007-05-271-7/+7
* More generic 64 bit multiplication support, by Aurelien Jarno.ths2007-05-161-47/+3
* 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
* i386 return APIC ID with cpuid, by Bernhard Kauer.ths2007-04-031-1/+1
* Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward.ths2007-04-021-27/+70
* ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer.ths2007-04-021-1/+4
* Generate double and triple faults, by Bernhard Kauer.ths2007-03-311-0/+39
* 64 bit syscall fixes - more logical mwait/monitor ECX testbellard2007-02-011-4/+6
* 32 bit RSP update fix (aka Open Solaris x86_64 bug)bellard2006-09-291-9/+24
* fixed user mode emulationbellard2006-09-271-0/+15
* SMM fix for x86_64bellard2006-09-271-5/+10
* added SMM supportbellard2006-09-241-0/+263
* monitor/mwait supportbellard2006-07-101-0/+28
* C99 64 bit printfbellard2006-06-251-2/+2
* fxam fix (Julian Seward)bellard2006-06-191-0/+5
* switch_tss eflags restore fix (malc)bellard2006-06-191-0/+2
* bswapq fixbellard2006-05-031-0/+4
* x86_64 stack alignment fixes - x86_64 32 bit syscall fixbellard2006-03-031-4/+14
* always compile 'int' tracesbellard2006-02-091-4/+2
* fixed null segment validation (aka x86_64 regression bug)bellard2005-12-171-1/+8
* switch_tss fix (aka spoon OS bug)bellard2005-12-171-1/+1
* segment validation fix in lret/iretbellard2005-12-041-5/+5
* generate GPF if non canonical addressesbellard2005-12-041-2/+2
* x86_64 lcall fixbellard2005-11-281-3/+3
OpenPOWER on IntegriCloud