aboutsummaryrefslogtreecommitdiff
path: root/target-i386/helper.c
AgeCommit message (Expand)Author
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-i386: Let cpu_x86_init() return X86CPUAndreas Färber
2012-06-04target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber
2012-05-12target-i386: Defer MCE initAndreas Färber
2012-04-25target-i386: Pass X86CPU to cpu_x86_register()Andreas Färber
2012-04-10target-i386: QOM'ify CPU resetAndreas Färber
2012-04-10target-i386: QOM'ify CPU initAndreas Färber
2012-04-10target-i386: QOM'ify CPUAndreas Färber
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-11target-i386: Mask NX bit from cpu_get_phys_page_debug resultJan Kiszka
2012-03-03Merge branch 'upstream' of git://qemu.weilnetz.de/qemuBlue Swirl
2012-02-28target-i386: Clean includesStefan Weil
2012-02-18target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka
2011-11-02Fix X86 CPU topology in KVM modeBharata B Rao
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka
2011-07-30exec.h cleanupBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-06-03target-i386: remove old code handling float64Aurelien Jarno
2011-04-17target-i386: use CPU_LDoubleU instead of a private unionAurelien Jarno
2011-03-16x86: Properly reset PAT MSRJan Kiszka
2011-03-15kvm: x86: Consolidate TCG and KVM MCE injection codeJan Kiszka
2011-03-15x86: Run qemu_inject_x86_mce on target VCPUJan Kiszka
2011-03-15x86: Optionally avoid injecting AO MCEs while others are pendingJan Kiszka
2011-03-15x86: Refine error reporting of MCE injection servicesJan Kiszka
2011-03-15x86: Small cleanups of MCE helpersJan Kiszka
2011-03-15x86: Perform implicit mcg_status resetJan Kiszka
2011-02-08x86: Fix MCA broadcast parameters for TCG caseJan Kiszka
2011-01-23x86: Optionally dump code bytes on cpu_dump_stateJan Kiszka
2011-01-21Add function for checking mca broadcast of CPUJin Dongming
2011-01-21Add "broadcast" option for mce commandJin Dongming
2011-01-21Clean up cpu_inject_x86_mce()Jin Dongming
2010-12-27x86: Filter out garbage from segment flags dumpJan Kiszka
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-20MCE: Relay UCR MCE to guestMarcelo Tosatti
2010-10-20kvm: x86: add mce supportMarcelo Tosatti
2010-06-27x86: Fix INIT processingJan Kiszka
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl
2010-04-26target-i386: print EFER in cpu_dump_stateMarcelo Tosatti
2010-04-08target-i386: Fix compiler warningStefan Weil
2010-03-17Large page TLB flushPaul Brook
2010-03-13x86/cpuid: move CPUID functions into separate fileAndre Przywara
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-02-28target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel
2010-02-23Fix OpenBSD linker warningBlue Swirl