summaryrefslogtreecommitdiff
path: root/target-i386/helper.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-07cpuid: Fix multicore setup on IntelAndre Przywara1-15/+31
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl1-3/+0
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-0/+2
2009-10-05x86: mce_banks always have the same sizeJuan Quintela1-2/+1
2009-10-05x86: make a20_mask int32_tJuan Quintela1-3/+3
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-11/+11
2009-10-01Get rid of _t suffixmalc1-11/+11
2009-09-12i386: Drop redundant kvm_enabled testJan Kiszka1-2/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-1/+1
2009-09-11kvm_arch_get_registers() shouldn't be called directlyGleb Natapov1-1/+1
2009-08-27introduce kvm64 CPUAndre Przywara1-0/+26
2009-08-27allow overriding of CPUID level on command lineAndre Przywara1-10/+29
2009-08-27set CPUID bits to present cores and threads topologyAndre Przywara1-3/+25
2009-08-27push CPUID level to 4 to allow Intel multicore decodingAndre Przywara1-2/+2
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-15/+0
2009-07-16Only allow -cpu host when KVM is enabledAnthony Liguori1-4/+3
2009-07-16Initialize cpuid variablesAnthony Liguori1-1/+1
2009-07-16omit 3DNOW! CPUID bits from qemu64 CPU modelAndre Przywara1-2/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-16gdbstub: x86: Support for setting segment registersJan Kiszka1-0/+30
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying1-0/+70
2009-07-01Suppress a GCC warningBlue Swirl1-1/+1
2009-06-29remove CPUID host hacksAndre Przywara1-22/+5
2009-06-29fix KVMs GET_SUPPORTED_CPUID feature usageAndre Przywara1-29/+0
2009-06-29CPUID Fn8000_0001.EAX is family/model/stepping, not featuresAndre Przywara1-1/+1
2009-06-29introduce -cpu host targetAndre Przywara1-6/+59
2009-06-29allow hypervisor CPUID bit to be overridenAndre Przywara1-12/+11
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov1-0/+22
2009-06-16QEMU KVM: i386: Fix the cpu reset stateNitin A Kamble1-6/+12
2009-06-16allow CPUID vendor overrideAndre Przywara1-1/+4
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