aboutsummaryrefslogtreecommitdiff
path: root/target-i386/kvm.c
AgeCommit message (Expand)Author
2010-10-21kvm: save/restore x86-64 MSRs on x86-64 kernelsMarcelo Tosatti
2010-10-21kvm: writeback SMP TSCs on migration onlyMarcelo Tosatti
2010-10-21kvm: factor out kvm_has_msr_starMarcelo Tosatti
2010-10-21kvm: add save/restore of MSR_VM_HSAVE_PAMarcelo Tosatti
2010-10-21Fix build on !KVM_CAP_MCEHidetoshi Seto
2010-10-21x86, mce: broadcast mce depending on the cpu versionHidetoshi Seto
2010-10-21x86, mce: ignore SRAO only when MCG_SER_P is availableHidetoshi Seto
2010-10-20Fix memory leak in register save load due to xsave supportMarcelo Tosatti
2010-10-20Add savevm/loadvm support for MCEMarcelo Tosatti
2010-10-20MCE: Relay UCR MCE to guestMarcelo Tosatti
2010-10-20kvm: x86: add mce supportMarcelo Tosatti
2010-10-20Add svm cpuid featuresJoerg Roedel
2010-06-28kvm: Fix cpu_is_bsp() compilation warningSheng Yang
2010-06-28kvm: init mp_stateMarcelo Tosatti
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang
2010-06-28kvm: Extend kvm_arch_get_supported_cpuid() to support indexSheng Yang
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl
2010-05-11kvm: fix 80000001.EDX supported bit filteringGleb Natapov
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov
2010-05-11kvm: enable smp > 1Marcelo Tosatti
2010-05-11kvm: validate context for kvm cpu get/put operationsJan Kiszka
2010-04-26kvm: allow qemu to set EPT identity mapping addressSheng Yang
2010-04-26KVM: x86: Add debug register saving and restoringJan Kiszka
2010-04-18kvm: avoid collision with dprintf macro in stdio.h, spotted by clangBlue Swirl
2010-03-13x86/cpuid: remove unnecessary kvm_trim functionAndre Przywara
2010-03-04KVM: x86: Restrict writeback of VCPU stateJan Kiszka
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka
2010-03-04KVM: Rework of guest debug state writingJan Kiszka
2010-03-01Move ioport.h out of cpu-all.hPaul Brook
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2010-02-21kvm: Kill CR3_CACHE feature referencesJes Sorensen
2010-02-19QEMU e820 reservation patchJes Sorensen
2010-02-03KVM: x86: Fix up misreported CPU featuresJan Kiszka
2010-02-03KVM: Request setting of nmi_pending and sipi_vectorJan Kiszka
2010-01-13Add KVM paravirt cpuid leafGleb Natapov
2010-01-11remove pending exception on vcpu reset.Gleb Natapov
2009-12-18kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka
2009-12-12v2: properly save kvm system time msr registersGlauber Costa
2009-12-07kvm: x86: Fix initial kvm_has_msr_starJan Kiszka
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka
2009-12-03kvm: x86: Fix merge artifact of f8d926e9 about mp_stateJan Kiszka
2009-11-17kvm: x86: Refactor use of interrupt_bitmapJan Kiszka
2009-11-17kvm: Add arch reset handlerJan Kiszka
2009-11-12kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard
2009-09-25gcc wants 1st static and then constJuan Quintela
2009-07-10kvm: Work around borken MSR_GET_INDEX_LISTJan Kiszka
2009-06-29preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara
2009-06-29fix KVMs GET_SUPPORTED_CPUID feature usageAndre Przywara
2009-05-22kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka
2009-05-20kvm: work around supported cpuid ioctl() brokennessMark McLoughlin