summaryrefslogtreecommitdiffstats
path: root/target-i386/helper2.c
Commit message (Expand)AuthorAgeFilesLines
* consistent naming for i386 TCG helper filebellard2008-05-281-1203/+0
* Fix A20 debug dumps.pbrook2008-05-241-2/+2
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-2/+11
* 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-221-19/+23
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* 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-081-1/+15
* 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-241-1/+1
* 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
* added cpu_model parameter to cpu_init()bellard2007-11-101-16/+22
* removed obsolete x86 code copy supportbellard2007-11-081-105/+0
* added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard2007-11-081-60/+269
* Fix compiler warnings, by Stefan Weil.ths2007-11-021-0/+1
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-4/+5
* SVM Support, by Alexander Graf.ths2007-09-231-3/+12
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-14/+14
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-83/+83
* 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
* Ptable calculation broken for 32bit code under x86_64, by Bernhard Kauer.ths2007-04-171-4/+4
* cpu_get_phys_page_debug should return target_phys_addr_tj_mayer2007-04-071-2/+2
* enabled PSE36 for x86_64 (fix for OpenSolaris as guest)bellard2006-09-271-0/+2
* added SMM supportbellard2006-09-241-3/+6
* C99 64 bit printfbellard2006-06-251-14/+14
* use glibc syscall (David Woodhouse)bellard2006-06-141-1/+4
* enable APIC by defaultbellard2006-04-251-1/+1
* SSE3 support (Joachim Henke)bellard2006-04-231-1/+1
* generate GPF if non canonical addressesbellard2005-12-041-2/+5
* NX supportbellard2005-11-281-40/+120
* added HF_HALTED bitbellard2005-11-231-4/+6
* cpu_exec_init() changebellard2005-11-211-5/+3
* x86_64 fixes (initial patch by Filip Navara)bellard2005-07-231-2/+7
* better fpu state dumpbellard2005-07-031-11/+49
* return model id in cpuid for x86_64bellard2005-04-231-0/+17
* enabled MMX, PAE and SEPbellard2005-02-101-3/+9
* physical memory access functionsbellard2005-01-281-54/+33
* Support resolving addresses in PAE mode in cpu_get_phys_page_debugbellard2005-01-251-19/+73
* enable MMX for x86_64 toobellard2005-01-121-2/+2
* MMX/SSE supportbellard2005-01-081-10/+20
* x86_64 target supportbellard2005-01-031-129/+399
* monitor fixesbellard2004-10-091-11/+13
* removed access_type hackbellard2004-10-031-1/+2
* cpu_single_env initbellard2004-06-221-1/+1
* boot to top of 4GB spacebellard2004-06-201-2/+1
* added cpu_reset()bellard2004-06-201-29/+37
OpenPOWER on IntegriCloud