aboutsummaryrefslogtreecommitdiff
path: root/target-i386/kvm.c
AgeCommit message (Expand)Author
2011-01-21kvm: x86: Fix a few coding style violationsJan Kiszka
2011-01-21kvm: x86: Prevent sign extension of DR7 in guest debugging modeJan Kiszka
2011-01-21kvm: x86: Remove obsolete SS.RPL/DPL aligmentJan Kiszka
2011-01-21kvm: x86: Fix DPL write back of segment registersJan Kiszka
2011-01-21kvm: introduce kvm_inject_x86_mce_onJin Dongming
2011-01-21kvm: kvm_mce_inj_* subroutines for templated error injectionsJin Dongming
2011-01-21kvm: introduce kvm_mce_in_progressJin Dongming
2011-01-21Add function for checking mca broadcast of CPUJin Dongming
2011-01-21Add "broadcast" option for mce commandJin Dongming
2011-01-21kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()Lai Jiangshan
2011-01-21kvm: Enable user space NMI injection for kvm guestLai Jiangshan
2010-11-16Add support for async page fault to qemuGleb Natapov
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