summaryrefslogtreecommitdiffstats
path: root/target-i386/helper.c
Commit message (Expand)AuthorAgeFilesLines
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-2/+2
* Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-2/+2
* exec.h cleanupBlue Swirl2011-07-301-2/+0
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* target-i386: remove old code handling float64Aurelien Jarno2011-06-031-5/+0
* target-i386: use CPU_LDoubleU instead of a private unionAurelien Jarno2011-04-171-9/+3
* x86: Properly reset PAT MSRJan Kiszka2011-03-161-0/+5
* kvm: x86: Consolidate TCG and KVM MCE injection codeJan Kiszka2011-03-151-22/+12
* x86: Run qemu_inject_x86_mce on target VCPUJan Kiszka2011-03-151-29/+58
* x86: Optionally avoid injecting AO MCEs while others are pendingJan Kiszka2011-03-151-7/+19
* x86: Refine error reporting of MCE injection servicesJan Kiszka2011-03-151-33/+46
* x86: Small cleanups of MCE helpersJan Kiszka2011-03-151-17/+24
* x86: Perform implicit mcg_status resetJan Kiszka2011-03-151-2/+0
* x86: Fix MCA broadcast parameters for TCG caseJan Kiszka2011-02-081-2/+2
* x86: Optionally dump code bytes on cpu_dump_stateJan Kiszka2011-01-231-0/+21
* Add function for checking mca broadcast of CPUJin Dongming2011-01-211-0/+33
* Add "broadcast" option for mce commandJin Dongming2011-01-211-2/+18
* Clean up cpu_inject_x86_mce()Jin Dongming2011-01-211-10/+17
* x86: Filter out garbage from segment flags dumpJan Kiszka2010-12-271-2/+2
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-7/+7
* MCE: Relay UCR MCE to guestMarcelo Tosatti2010-10-201-1/+1
* kvm: x86: add mce supportMarcelo Tosatti2010-10-201-0/+6
* x86: Fix INIT processingJan Kiszka2010-06-271-0/+1
* apic: avoid passing CPUState from CPU codeBlue Swirl2010-06-191-2/+2
* target-i386: print EFER in cpu_dump_stateMarcelo Tosatti2010-04-261-0/+1
* target-i386: Fix compiler warningStefan Weil2010-04-081-3/+4
* Large page TLB flushPaul Brook2010-03-171-4/+3
* x86/cpuid: move CPUID functions into separate fileAndre Przywara2010-03-131-1112/+0
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel2010-02-281-3/+3
* Fix OpenBSD linker warningBlue Swirl2010-02-231-2/+3
* Fix i386-bsd-user buildBlue Swirl2010-02-231-3/+3
* Add cpu model configuration support..john cooper2010-02-221-64/+396
* Add KVM paravirt cpuid leafGleb Natapov2010-01-131-8/+27
* MCE: Fix bug of IA32_MCG_STATUS after system resetHuang Ying2010-01-111-0/+2
* Intel CPUs starting from pentium have apicGleb Natapov2009-12-241-1/+1
* target-i386: Update CPUID feature set for TCGAndre Przywara2009-12-131-13/+12
* cpuid: Fix multicore setup on IntelAndre Przywara2009-12-071-15/+31
* user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl2009-11-071-3/+0
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-0/+2
* x86: mce_banks always have the same sizeJuan Quintela2009-10-051-2/+1
* x86: make a20_mask int32_tJuan Quintela2009-10-051-3/+3
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-11/+11
* Get rid of _t suffixmalc2009-10-011-11/+11
* i386: Drop redundant kvm_enabled testJan Kiszka2009-09-121-2/+1
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-1/+1
* kvm_arch_get_registers() shouldn't be called directlyGleb Natapov2009-09-111-1/+1
* introduce kvm64 CPUAndre Przywara2009-08-271-0/+26
OpenPOWER on IntegriCloud