aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-19kvm: x86: Add user space part for in-kernel APICJan Kiszka1-0/+38
2012-01-19kvm: Introduce core services for in-kernel irqchip supportJan Kiszka1-0/+11
2012-01-19hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld1-2/+63
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori1-4/+3
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka1-3/+2
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka1-8/+7
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka1-6/+8
2011-12-20kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity1-4/+3
2011-11-17Fix typo: runnning -> runningVagrant Cascadian1-1/+1
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity1-0/+15
2011-10-24kvm: support TSC deadline MSR with subsectionLiu, Jinsong1-0/+14
2011-10-24Revert "kvm: support TSC deadline MSR"Marcelo Tosatti1-14/+0
2011-10-03kvm: support TSC deadline MSRLiu, Jinsong1-0/+14
2011-09-15Drop the vm_running global variableLuiz Capitulino1-1/+1
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-09-10kvm: remove unnecessary assignmentsBlue Swirl1-1/+1
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-25Fix up some style nits of last uq/master mergeJan Kiszka1-2/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-10/+10
2011-08-05Remove #ifdef KVM_CAP_TSC_CONTROLMarcelo Tosatti1-2/+0
2011-08-05qemu-x86: Set tsc_khz in kvm when supportedJoerg Roedel1-1/+17
2011-06-20KVM: Fix XSAVE feature bit enumerationAndre Przywara1-1/+4
2011-06-20kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka1-15/+15
2011-06-20kvm: x86: Drop KVM_CAP build dependenciesJan Kiszka1-64/+3
2011-06-20kvm: Drop CONFIG_KVM_PARAJan Kiszka1-25/+1
2011-06-19kvm: x86: Save/restore FPU OP, IP and DPJan Kiszka1-5/+15
2011-06-14kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn1-0/+15
2011-05-02kvm: use qemu_free consistentlyPaolo Bonzini1-1/+1
2011-05-02kvm: use kernel-provided para_features instead of statically coming up with n...Glauber Costa1-29/+49
2011-03-16kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka1-9/+16
2011-03-16kvm: x86: Reorder functions in kvm.cJan Kiszka1-54/+54
2011-03-16kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka1-4/+4
2011-03-16kvm: x86: Synchronize PAT MSR with the kernelJan Kiszka1-0/+5
2011-03-16kvm: x86: Do not leave halt if interrupts are disabledJan Kiszka1-1/+3
2011-03-15KVM, MCE, unpoison memory address across rebootHuang Ying1-0/+36
2011-03-15kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization failsJan Kiszka1-13/+17
2011-03-15kvm: x86: Clean up kvm_setup_mceJan Kiszka1-7/+4
2011-03-15kvm: x86: Consolidate TCG and KVM MCE injection codeJan Kiszka1-213/+25
2011-03-15kvm: x86: Inject pending MCE events on state writebackJan Kiszka1-0/+60
2011-03-15kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka1-1/+1
2011-03-15kvm: x86: Move MCE functions togetherJan Kiszka1-175/+171
2011-03-13Refactor thread retrieval and checkJan Kiszka1-2/+2
2011-02-14kvm: x86: Catch and report failing IRQ and NMI injectionsJan Kiszka1-3/+13
2011-02-14kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka1-6/+2
2011-02-14kvm: x86: Prepare VCPU loop for in-kernel irqchipJan Kiszka1-31/+38
2011-02-14kvm: Separate TCG from KVM cpu executionJan Kiszka1-3/+3
2011-02-14kvm: make tsc stable over migration and machine startGlauber Costa1-1/+17
2011-02-14kvm: Unconditionally reenter kernel after IO exitsJan Kiszka1-0/+5
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka1-2/+2
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-328/+423