aboutsummaryrefslogtreecommitdiff
path: root/target-i386/helper.c
AgeCommit message (Expand)Author
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-13x86 cleanupblueswir1
2008-12-02Fix register name typo in dumping debug registers (Jan Kiszka)aliguori
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-18x86: Dump debug registers (Jan Kiszka)aliguori
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori
2008-11-17TCG variable type checking.pbrook
2008-11-13x86: fix warning without CONFIG_KVM (Mark McLoughlin)aliguori
2008-11-13Fix CPUID ext2 features masking (Avi Kivity)aliguori
2008-11-10x86 CPUID extended family/model (Andre Przywara).balrog
2008-11-05Add KVM support to QEMUaliguori
2008-11-05Split CPUID from op_helperaliguori
2008-10-28Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog
2008-10-14target-i386: Add Core Duo Definitionaurel32
2008-09-29My core2duo patch introduced a vague statement of "missing features" in pbrook
2008-09-28Rename -cpu atom to -cpu n270.balrog
2008-09-25Add Atom (x86) cpu identification.balrog
2008-09-25Core 2 Duo specification (Alexander Graf).balrog
2008-09-25Clean up vendor identification (Alexander Graf).balrog
2008-09-25Use qemu_free() on env instead of free.balrog
2008-08-18i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)aliguori
2008-07-23Fix task register type after reset (Avi Kivity)aliguori
2008-07-03Fix constant truncation, spotted by Jindrich Makovicka.ths
2008-06-20added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...bellard
2008-06-06Fix i386 segment descriptor types on reset (Avi Kivity)bellard
2008-06-04reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-28SVM reworkbellard
2008-05-28consistent naming for i386 TCG helper filebellard
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-22cmpxchg8b fix - added cmpxchg16bbellard
2008-05-22fxsave/fxrstor 64 bit fixbellard
2008-05-21convert eflags manipulation insns to TCGbellard
2008-05-21converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LARbellard
2008-05-21converted INTO/CMPXCHG8B to TCGbellard
2008-05-21converted MUL/IMUL to TCGbellard
2008-05-17BSR/BSF TCG conversionbellard
2008-05-17moved eflags computation outside op.cbellard
2008-05-17converted condition code supprot to TCG - converted shift ops to TCGbellard
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard
2008-05-12converted more helpers to TCGbellard
2008-05-12converted x87 FPU ops to TCGbellard
2008-05-12converted SSE/MMX ops to TCGbellard
2008-05-12char is only for stringsbellard
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-13x86: Introduce CPU_INTERRUPT_NMIaurel32
2008-04-11Remove unused phys_ram_base definition from target-i386/helper.c.aurel32
2008-03-28x86-64: recompute DF after eflags has been modified when emulating SYSCALLaurel32
2008-03-09 Fix some functions declared () rather than (void) (Ian Jackson)blueswir1