aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
AgeCommit message (Expand)Author
2011-03-16x86: Properly reset PAT MSRJan 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-14kvm: make tsc stable over migration and machine startGlauber Costa
2011-01-23kvm: x86: Implicitly clear nmi_injected/pending on resetJan Kiszka
2011-01-23kvm: Improve reporting of fatal errorsJan Kiszka
2011-01-21Add function for checking mca broadcast of CPUJin Dongming
2010-12-20target-i386: Fix accidental use of SoftFloat uint64 typeAndreas Färber
2010-11-16Add support for async page fault to qemuGleb Natapov
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-20MCE: Relay UCR MCE to guestMarcelo Tosatti
2010-10-20Add svm cpuid featuresJoerg Roedel
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang
2010-06-19apic: qdev conversion cleanupBlue Swirl
2010-06-19apic: avoid using CPUState internalsBlue Swirl
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl
2010-03-13x86/cpuid: move CPUID functions into separate fileAndre Przywara
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson
2010-02-22Add cpu model configuration support..john cooper
2010-01-13Add KVM paravirt cpuid leafGleb Natapov
2009-12-18target-i386: Fix evaluation of DR7 registerJan Kiszka
2009-12-18kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka
2009-12-12v2: properly save kvm system time msr registersGlauber Costa
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka
2009-11-17kvm: x86: Refactor use of interrupt_bitmapJan Kiszka
2009-10-05target-i386: move recently added vmstate fields at the end of the structureAurelien Jarno
2009-10-05gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka
2009-10-05x86: split MTRRVar unionJuan Quintela
2009-10-05x86: split FPReg unionJuan Quintela
2009-10-05x86: mce_banks always have the same sizeJuan Quintela
2009-10-05x86: add fpregs_format_vmstateJuan Quintela
2009-10-05x86: add pending_irq_vmstate to the stateJuan Quintela
2009-10-05x86: add fptag_vmstate to the stateJuan Quintela
2009-10-05x86: fpus is uint16_t not unsigned intJuan Quintela
2009-10-05x86: fpuc is uint16_t not unsigned intJuan Quintela
2009-10-05x86: make a20_mask int32_tJuan Quintela
2009-10-04target-i386: add RDTSCP supportAndre Przywara
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-16gdbstub: x86: Support for setting segment registersJan Kiszka
2009-07-10Make sure to mark MCE defines as ULLAnthony Liguori
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying
2009-06-29preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov