i386: Drop redundant kvm_enabled test
[qemu] / target-i386 / helper.c
2009-09-12 Jan Kiszkai386: Drop redundant kvm_enabled test
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-11 Gleb Natapovkvm_arch_get_registers() shouldn't be called directly
2009-08-28 Andre Przywaraintroduce kvm64 CPU
2009-08-28 Andre Przywaraallow overriding of CPUID level on command line
2009-08-28 Andre Przywaraset CPUID bits to present cores and threads topology
2009-08-28 Andre Przywarapush CPUID level to 4 to allow Intel multicore decoding
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-07-17 Anthony LiguoriOnly allow -cpu host when KVM is enabled
2009-07-17 Anthony LiguoriInitialize cpuid variables
2009-07-16 Andre Przywaraomit 3DNOW! CPUID bits from qemu64 CPU model
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-16 Jan Kiszkagdbstub: x86: Support for setting segment registers
2009-07-09 Huang YingQEMU: MCE: Add MCE simulation to qemu/tcg
2009-07-01 Blue SwirlSuppress a GCC warning
2009-06-29 Andre Przywararemove CPUID host hacks
2009-06-29 Andre Przywarafix KVMs GET_SUPPORTED_CPUID feature usage
2009-06-29 Andre PrzywaraCPUID Fn8000_0001.EAX is family/model/stepping, not...
2009-06-29 Andre Przywaraintroduce -cpu host target
2009-06-29 Andre Przywaraallow hypervisor CPUID bit to be overriden
2009-06-22 Gleb NatapovHandle init/sipi in a main cpu exec loop. (v2)
2009-06-16 Nitin A KambleQEMU KVM: i386: Fix the cpu reset state
2009-06-16 Andre Przywaraallow CPUID vendor override
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-08 Anthony LiguoriRemove noisy printf when KVM masks CPU features
2009-05-08 Avi Kivitykvm: Trim cpu features not supported by kvm
2009-05-08 Avi KivityFix x86 feature modifications for features that set...
2009-05-08 Avi KivityMake x86 cpuid feature names available in file scope
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-04-18 aliguorix86: Enhanced dump of segment registers (Jan Kiszka)
2009-03-05 aliguoriFix cpuid KVM crash on i386 (Lubomir Rintel)
2009-03-04 balrogFix "info registers" under kvm.
2009-02-09 aliguoriKVM: CPUID takes ecx as input value for some functions...
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-02-02 aliguoriAdd phenom CPU descriptor (Alexander Graf)
2009-01-29 aliguoriFix a typo in ext2_feature_name (Carl-Daniel Hailfinger)
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-13 blueswir1x86 cleanup
2008-12-02 aliguoriFix register name typo in dumping debug registers ...
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-18 aliguorix86: Dump debug registers (Jan Kiszka)
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-13 aliguorix86: fix warning without CONFIG_KVM (Mark McLoughlin)
2008-11-13 aliguoriFix CPUID ext2 features masking (Avi Kivity)
2008-11-10 balrogx86 CPUID extended family/model (Andre Przywara).
2008-11-05 aliguoriAdd KVM support to QEMU
2008-11-05 aliguoriSplit CPUID from op_helper
2008-10-28 balrogFix cpuid ext_features value for Atom N270 (Blue Swirl).
2008-10-14 aurel32target-i386: Add Core Duo Definition
2008-09-29 pbrookMy core2duo patch introduced a vague statement of ...
2008-09-28 balrogRename -cpu atom to -cpu n270.
2008-09-25 balrogAdd Atom (x86) cpu identification.
2008-09-25 balrogCore 2 Duo specification (Alexander Graf).
2008-09-25 balrogClean up vendor identification (Alexander Graf).
2008-09-25 balrogUse qemu_free() on env instead of free.
2008-08-18 aliguorii386: Catch all non-present ptes in cpu_get_phys_page_d...
2008-07-23 aliguoriFix task register type after reset (Avi Kivity)
2008-07-03 thsFix constant truncation, spotted by Jindrich Makovicka.
2008-06-20 bellardadded model_id and vendor cpu model options (initial...
2008-06-06 bellardFix i386 segment descriptor types on reset (Avi Kivity)
2008-06-04 bellardreworked SVM interrupt handling logic - fixed vmrun...
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-28 bellardSVM rework
2008-05-28 bellardconsistent naming for i386 TCG helper file
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-22 bellardcmpxchg8b fix - added cmpxchg16b
2008-05-22 bellardfxsave/fxrstor 64 bit fix
2008-05-21 bellardconvert eflags manipulation insns to TCG
2008-05-21 bellardconverted LSL/LAR/VERW/VERR to TCG - force 16 bit memor...
2008-05-21 bellardconverted INTO/CMPXCHG8B to TCG
2008-05-21 bellardconverted MUL/IMUL to TCG
2008-05-17 bellardBSR/BSF TCG conversion
2008-05-17 bellardmoved eflags computation outside op.c
2008-05-17 bellardconverted condition code supprot to TCG - converted...
2008-05-15 bellardconverted more helpers to TCG - fixed some SVM issues
2008-05-12 bellardconverted more helpers to TCG
2008-05-12 bellardconverted x87 FPU ops to TCG
2008-05-12 bellardconverted SSE/MMX ops to TCG
2008-05-12 bellardchar is only for strings
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-13 aurel32x86: Introduce CPU_INTERRUPT_NMI
2008-04-11 aurel32Remove unused phys_ram_base definition from target...
2008-03-28 aurel32x86-64: recompute DF after eflags has been modified...
2008-03-09 blueswir1 Fix some functions declared () rather than (void)...
2008-02-03 balrogNMI and INTR events injection should not be handled...
2008-02-03 balrogMake SVM env->cr[8] a valid register (patch from TeLeMan).
2008-02-01 bellarduse the TCG code generator
2007-12-24 balrogSVM enabled processor should provide cpuid Fn8000_000A...
2007-12-09 balrogMake SVM IOIO intercept check all needed bits, by Bernh...
2007-12-09 balrogAdd rdpmc SVM intercept, by Bernhard Kauer.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-14 bellardx86_64 linux user emulation
2007-11-04 j_mayerFor consistency, move muls64 / mulu64 prototypes to...
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-26 thsThe other half of the mul64 rework. Sorry for the break...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
next