summaryrefslogtreecommitdiff
path: root/target-i386/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-21kvm: introduce kvm_mce_in_progressJin Dongming1-10/+5
2011-01-21Add function for checking mca broadcast of CPUJin Dongming1-5/+1
2011-01-21Add "broadcast" option for mce commandJin Dongming1-4/+12
2011-01-21kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()Lai Jiangshan1-2/+2
2011-01-21kvm: Enable user space NMI injection for kvm guestLai Jiangshan1-0/+7
2010-11-16Add support for async page fault to qemuGleb Natapov1-0/+14
2010-10-21kvm: save/restore x86-64 MSRs on x86-64 kernelsMarcelo Tosatti1-10/+20
2010-10-21kvm: writeback SMP TSCs on migration onlyMarcelo Tosatti1-1/+9
2010-10-21kvm: factor out kvm_has_msr_starMarcelo Tosatti1-11/+30
2010-10-21kvm: add save/restore of MSR_VM_HSAVE_PAMarcelo Tosatti1-0/+5
2010-10-21Fix build on !KVM_CAP_MCEHidetoshi Seto1-2/+3
2010-10-21x86, mce: broadcast mce depending on the cpu versionHidetoshi Seto1-5/+24
2010-10-21x86, mce: ignore SRAO only when MCG_SER_P is availableHidetoshi Seto1-6/+10
2010-10-20Fix memory leak in register save load due to xsave supportMarcelo Tosatti1-3/+8
2010-10-20Add savevm/loadvm support for MCEMarcelo Tosatti1-1/+38
2010-10-20MCE: Relay UCR MCE to guestMarcelo Tosatti1-2/+176
2010-10-20kvm: x86: add mce supportMarcelo Tosatti1-0/+84
2010-10-20Add svm cpuid featuresJoerg Roedel1-0/+3
2010-06-28kvm: Fix cpu_is_bsp() compilation warningSheng Yang1-0/+1
2010-06-28kvm: init mp_stateMarcelo Tosatti1-0/+6
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang1-2/+137
2010-06-28kvm: Extend kvm_arch_get_supported_cpuid() to support indexSheng Yang1-8/+11
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl1-7/+7
2010-05-11kvm: fix 80000001.EDX supported bit filteringGleb Natapov1-1/+1
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov1-0/+7
2010-05-11kvm: enable smp > 1Marcelo Tosatti1-0/+16
2010-05-11kvm: validate context for kvm cpu get/put operationsJan Kiszka1-0/+4
2010-04-26kvm: allow qemu to set EPT identity mapping addressSheng Yang1-1/+25
2010-04-26KVM: x86: Add debug register saving and restoringJan Kiszka1-0/+55
2010-04-18kvm: avoid collision with dprintf macro in stdio.h, spotted by clangBlue Swirl1-5/+5
2010-03-13x86/cpuid: remove unnecessary kvm_trim functionAndre Przywara1-21/+6
2010-03-04KVM: x86: Restrict writeback of VCPU stateJan Kiszka1-12/+20
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-1/+1
2010-03-04KVM: Rework of guest debug state writingJan Kiszka1-4/+43
2010-03-01Move ioport.h out of cpu-all.hPaul Brook1-0/+1
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-3/+0
2010-02-21kvm: Kill CR3_CACHE feature referencesJes Sorensen1-3/+0
2010-02-19QEMU e820 reservation patchJes Sorensen1-0/+8
2010-02-03KVM: x86: Fix up misreported CPU featuresJan Kiszka1-1/+7
2010-02-03KVM: Request setting of nmi_pending and sipi_vectorJan Kiszka1-0/+3
2010-01-13Add KVM paravirt cpuid leafGleb Natapov1-2/+60
2010-01-11remove pending exception on vcpu reset.Gleb Natapov1-0/+1
2009-12-18kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka1-3/+3
2009-12-12v2: properly save kvm system time msr registersGlauber Costa1-0/+15
2009-12-07kvm: x86: Fix initial kvm_has_msr_starJan Kiszka1-2/+2
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka1-0/+77
2009-12-03kvm: x86: Fix merge artifact of f8d926e9 about mp_stateJan Kiszka1-4/+4
2009-11-17kvm: x86: Refactor use of interrupt_bitmapJan Kiszka1-7/+18
2009-11-17kvm: Add arch reset handlerJan Kiszka1-0/+4
2009-11-12kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard1-0/+20