aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Fix X86 CPU topology in KVM modeBharata B Rao1-0/+1
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity1-0/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-2/+2
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-2/+2
2011-07-30exec.h cleanupBlue Swirl1-2/+0
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-06-03target-i386: remove old code handling float64Aurelien Jarno1-5/+0
2011-04-17target-i386: use CPU_LDoubleU instead of a private unionAurelien Jarno1-9/+3
2011-03-16x86: Properly reset PAT MSRJan Kiszka1-0/+5
2011-03-15kvm: x86: Consolidate TCG and KVM MCE injection codeJan Kiszka1-22/+12
2011-03-15x86: Run qemu_inject_x86_mce on target VCPUJan Kiszka1-29/+58
2011-03-15x86: Optionally avoid injecting AO MCEs while others are pendingJan Kiszka1-7/+19
2011-03-15x86: Refine error reporting of MCE injection servicesJan Kiszka1-33/+46
2011-03-15x86: Small cleanups of MCE helpersJan Kiszka1-17/+24
2011-03-15x86: Perform implicit mcg_status resetJan Kiszka1-2/+0
2011-02-08x86: Fix MCA broadcast parameters for TCG caseJan Kiszka1-2/+2
2011-01-23x86: Optionally dump code bytes on cpu_dump_stateJan Kiszka1-0/+21
2011-01-21Add function for checking mca broadcast of CPUJin Dongming1-0/+33
2011-01-21Add "broadcast" option for mce commandJin Dongming1-2/+18
2011-01-21Clean up cpu_inject_x86_mce()Jin Dongming1-10/+17
2010-12-27x86: Filter out garbage from segment flags dumpJan Kiszka1-2/+2
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-7/+7
2010-10-20MCE: Relay UCR MCE to guestMarcelo Tosatti1-1/+1
2010-10-20kvm: x86: add mce supportMarcelo Tosatti1-0/+6
2010-06-27x86: Fix INIT processingJan Kiszka1-0/+1
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl1-2/+2
2010-04-26target-i386: print EFER in cpu_dump_stateMarcelo Tosatti1-0/+1
2010-04-08target-i386: Fix compiler warningStefan Weil1-3/+4
2010-03-17Large page TLB flushPaul Brook1-4/+3
2010-03-13x86/cpuid: move CPUID functions into separate fileAndre Przywara1-1112/+0
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-02-28target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel1-3/+3
2010-02-23Fix OpenBSD linker warningBlue Swirl1-2/+3
2010-02-23Fix i386-bsd-user buildBlue Swirl1-3/+3
2010-02-22Add cpu model configuration support..john cooper1-64/+396
2010-01-13Add KVM paravirt cpuid leafGleb Natapov1-8/+27
2010-01-11MCE: Fix bug of IA32_MCG_STATUS after system resetHuang Ying1-0/+2
2009-12-24Intel CPUs starting from pentium have apicGleb Natapov1-1/+1
2009-12-13target-i386: Update CPUID feature set for TCGAndre Przywara1-13/+12
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