summaryrefslogtreecommitdiffstats
path: root/target-i386/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for async page fault to qemuGleb Natapov2010-11-161-0/+14
* kvm: save/restore x86-64 MSRs on x86-64 kernelsMarcelo Tosatti2010-10-211-10/+20
* kvm: writeback SMP TSCs on migration onlyMarcelo Tosatti2010-10-211-1/+9
* kvm: factor out kvm_has_msr_starMarcelo Tosatti2010-10-211-11/+30
* kvm: add save/restore of MSR_VM_HSAVE_PAMarcelo Tosatti2010-10-211-0/+5
* Fix build on !KVM_CAP_MCEHidetoshi Seto2010-10-211-2/+3
* x86, mce: broadcast mce depending on the cpu versionHidetoshi Seto2010-10-211-5/+24
* x86, mce: ignore SRAO only when MCG_SER_P is availableHidetoshi Seto2010-10-211-6/+10
* Fix memory leak in register save load due to xsave supportMarcelo Tosatti2010-10-201-3/+8
* Add savevm/loadvm support for MCEMarcelo Tosatti2010-10-201-1/+38
* MCE: Relay UCR MCE to guestMarcelo Tosatti2010-10-201-2/+176
* kvm: x86: add mce supportMarcelo Tosatti2010-10-201-0/+84
* Add svm cpuid featuresJoerg Roedel2010-10-201-0/+3
* kvm: Fix cpu_is_bsp() compilation warningSheng Yang2010-06-281-0/+1
* kvm: init mp_stateMarcelo Tosatti2010-06-281-0/+6
* kvm: Enable XSAVE live migration supportSheng Yang2010-06-281-2/+137
* kvm: Extend kvm_arch_get_supported_cpuid() to support indexSheng Yang2010-06-281-8/+11
* apic: avoid passing CPUState from CPU codeBlue Swirl2010-06-191-7/+7
* kvm: fix 80000001.EDX supported bit filteringGleb Natapov2010-05-111-1/+1
* Do not stop VM if emulation failed in userspace.Gleb Natapov2010-05-111-0/+7
* kvm: enable smp > 1Marcelo Tosatti2010-05-111-0/+16
* kvm: validate context for kvm cpu get/put operationsJan Kiszka2010-05-111-0/+4
* kvm: allow qemu to set EPT identity mapping addressSheng Yang2010-04-261-1/+25
* KVM: x86: Add debug register saving and restoringJan Kiszka2010-04-261-0/+55
* kvm: avoid collision with dprintf macro in stdio.h, spotted by clangBlue Swirl2010-04-181-5/+5
* x86/cpuid: remove unnecessary kvm_trim functionAndre Przywara2010-03-131-21/+6
* KVM: x86: Restrict writeback of VCPU stateJan Kiszka2010-03-041-12/+20
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-041-1/+1
* KVM: Rework of guest debug state writingJan Kiszka2010-03-041-4/+43
* Move ioport.h out of cpu-all.hPaul Brook2010-03-011-0/+1
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2010-02-221-3/+0
|\
| * kvm: Kill CR3_CACHE feature referencesJes Sorensen2010-02-211-3/+0
* | QEMU e820 reservation patchJes Sorensen2010-02-191-0/+8
|/
* KVM: x86: Fix up misreported CPU featuresJan Kiszka2010-02-031-1/+7
* KVM: Request setting of nmi_pending and sipi_vectorJan Kiszka2010-02-031-0/+3
* Add KVM paravirt cpuid leafGleb Natapov2010-01-131-2/+60
* remove pending exception on vcpu reset.Gleb Natapov2010-01-111-0/+1
* kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka2009-12-181-3/+3
* v2: properly save kvm system time msr registersGlauber Costa2009-12-121-0/+15
* kvm: x86: Fix initial kvm_has_msr_starJan Kiszka2009-12-071-2/+2
* kvm: x86: Add support for VCPU event statesJan Kiszka2009-12-031-0/+77
* kvm: x86: Fix merge artifact of f8d926e9 about mp_stateJan Kiszka2009-12-031-4/+4
* kvm: x86: Refactor use of interrupt_bitmapJan Kiszka2009-11-171-7/+18
* kvm: Add arch reset handlerJan Kiszka2009-11-171-0/+4
* kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard2009-11-121-0/+20
* gcc wants 1st static and then constJuan Quintela2009-09-251-1/+1
* kvm: Work around borken MSR_GET_INDEX_LISTJan Kiszka2009-07-101-2/+5
* preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara2009-06-291-0/+4
* fix KVMs GET_SUPPORTED_CPUID feature usageAndre Przywara2009-06-291-0/+22
* kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka2009-05-221-0/+10
OpenPOWER on IntegriCloud