summaryrefslogtreecommitdiffstats
path: root/target-i386/helper.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "info registers" under kvm.balrog2009-03-041-0/+3
* KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori2009-02-091-17/+17
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Add phenom CPU descriptor (Alexander Graf)aliguori2009-02-021-0/+28
* Fix a typo in ext2_feature_name (Carl-Daniel Hailfinger)aliguori2009-01-291-1/+1
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* x86 cleanupblueswir12008-12-131-8/+0
* Fix register name typo in dumping debug registers (Jan Kiszka)aliguori2008-12-021-2/+2
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-1/+1
* x86: Dump debug registers (Jan Kiszka)aliguori2008-11-181-0/+7
* x86: Debug register emulation (Jan Kiszka)aliguori2008-11-181-31/+138
* TCG variable type checking.pbrook2008-11-171-0/+1
* x86: fix warning without CONFIG_KVM (Mark McLoughlin)aliguori2008-11-131-2/+2
* Fix CPUID ext2 features masking (Avi Kivity)aliguori2008-11-131-1/+1
* x86 CPUID extended family/model (Andre Przywara).balrog2008-11-101-2/+7
* Add KVM support to QEMUaliguori2008-11-051-0/+73
* Split CPUID from op_helperaliguori2008-11-051-0/+166
* Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog2008-10-281-1/+1
* target-i386: Add Core Duo Definitionaurel322008-10-141-1/+20
* My core2duo patch introduced a vague statement of "missing features" in pbrook2008-09-291-7/+10
* Rename -cpu atom to -cpu n270.balrog2008-09-281-1/+1
* Add Atom (x86) cpu identification.balrog2008-09-251-3/+24
* Core 2 Duo specification (Alexander Graf).balrog2008-09-251-0/+18
* Clean up vendor identification (Alexander Graf).balrog2008-09-251-6/+6
* Use qemu_free() on env instead of free.balrog2008-09-251-1/+1
* i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)aliguori2008-08-181-0/+2
* Fix task register type after reset (Avi Kivity)aliguori2008-07-231-1/+1
* Fix constant truncation, spotted by Jindrich Makovicka.ths2008-07-031-3/+3
* added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...bellard2008-06-201-11/+29
* Fix i386 segment descriptor types on reset (Avi Kivity)bellard2008-06-061-9/+15
* reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard2008-06-041-1/+1
* moved halted field to CPU_COMMONbellard2008-05-281-2/+2
* SVM reworkbellard2008-05-281-5/+4
* consistent naming for i386 TCG helper filebellard2008-05-281-5193/+1011
* Fix off-by-one unwinding error.pbrook2008-05-251-5/+0
* cmpxchg8b fix - added cmpxchg16bbellard2008-05-221-2/+24
* fxsave/fxrstor 64 bit fixbellard2008-05-221-2/+20
* convert eflags manipulation insns to TCGbellard2008-05-211-0/+14
* converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LARbellard2008-05-211-12/+12
* converted INTO/CMPXCHG8B to TCGbellard2008-05-211-0/+9
* converted MUL/IMUL to TCGbellard2008-05-211-24/+0
* BSR/BSF TCG conversionbellard2008-05-171-0/+31
* moved eflags computation outside op.cbellard2008-05-171-0/+79
* converted condition code supprot to TCG - converted shift ops to TCGbellard2008-05-171-0/+19
* converted more helpers to TCG - fixed some SVM issuesbellard2008-05-151-130/+179
* converted more helpers to TCGbellard2008-05-121-75/+351
* converted x87 FPU ops to TCGbellard2008-05-121-21/+425
* converted SSE/MMX ops to TCGbellard2008-05-121-0/+29
OpenPOWER on IntegriCloud