aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/helper.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-05-08Remove noisy printf when KVM masks CPU featuresAnthony Liguori1-1/+0
2009-05-08kvm: Trim cpu features not supported by kvmAvi Kivity1-0/+30
2009-05-08Fix x86 feature modifications for features that set multiple bitsAvi Kivity1-5/+8
2009-05-08Make x86 cpuid feature names available in file scopeAvi Kivity1-27/+28
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-2/+3
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-4/+4
2009-04-18x86: Enhanced dump of segment registers (Jan Kiszka)aliguori1-38/+62
2009-03-05Fix cpuid KVM crash on i386 (Lubomir Rintel)aliguori1-4/+4
2009-03-04Fix "info registers" under kvm.balrog1-0/+3
2009-02-09KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori1-17/+17
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-02-02Add phenom CPU descriptor (Alexander Graf)aliguori1-0/+28
2009-01-29Fix a typo in ext2_feature_name (Carl-Daniel Hailfinger)aliguori1-1/+1
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+5
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-12-13x86 cleanupblueswir11-8/+0
2008-12-02Fix register name typo in dumping debug registers (Jan Kiszka)aliguori1-2/+2
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-1/+1
2008-11-18x86: Dump debug registers (Jan Kiszka)aliguori1-0/+7
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori1-31/+138
2008-11-17TCG variable type checking.pbrook1-0/+1
2008-11-13x86: fix warning without CONFIG_KVM (Mark McLoughlin)aliguori1-2/+2
2008-11-13Fix CPUID ext2 features masking (Avi Kivity)aliguori1-1/+1
2008-11-10x86 CPUID extended family/model (Andre Przywara).balrog1-2/+7
2008-11-05Add KVM support to QEMUaliguori1-0/+73
2008-11-05Split CPUID from op_helperaliguori1-0/+166
2008-10-28Fix cpuid ext_features value for Atom N270 (Blue Swirl).balrog1-1/+1
2008-10-14target-i386: Add Core Duo Definitionaurel321-1/+20
2008-09-29My core2duo patch introduced a vague statement of "missing features" in pbrook1-7/+10
2008-09-28Rename -cpu atom to -cpu n270.balrog1-1/+1
2008-09-25Add Atom (x86) cpu identification.balrog1-3/+24
2008-09-25Core 2 Duo specification (Alexander Graf).balrog1-0/+18
2008-09-25Clean up vendor identification (Alexander Graf).balrog1-6/+6
2008-09-25Use qemu_free() on env instead of free.balrog1-1/+1
2008-08-18i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)aliguori1-0/+2
2008-07-23Fix task register type after reset (Avi Kivity)aliguori1-1/+1
2008-07-03Fix constant truncation, spotted by Jindrich Makovicka.ths1-3/+3
2008-06-20added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...bellard1-11/+29
2008-06-06Fix i386 segment descriptor types on reset (Avi Kivity)bellard1-9/+15
2008-06-04reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard1-1/+1
2008-05-28moved halted field to CPU_COMMONbellard1-2/+2
2008-05-28SVM reworkbellard1-5/+4
2008-05-28consistent naming for i386 TCG helper filebellard1-5193/+1011
2008-05-25Fix off-by-one unwinding error.pbrook1-5/+0
2008-05-22cmpxchg8b fix - added cmpxchg16bbellard1-2/+24
2008-05-22fxsave/fxrstor 64 bit fixbellard1-2/+20
2008-05-21convert eflags manipulation insns to TCGbellard1-0/+14
2008-05-21converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LARbellard1-12/+12