aboutsummaryrefslogtreecommitdiff
path: root/target-i386/kvm.c
AgeCommit message (Expand)Author
2012-08-01target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov
2012-07-10apic: Defer interrupt updates to VCPU threadJan Kiszka
2012-07-03kvm: expose tsc deadline timer feature to guestLiu, Jinsong
2012-06-04target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber
2012-03-07kvm: fill in padding to help valgrindMichael S. Tsirkin
2012-02-18target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka
2012-02-16kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error()Gleb Natapov
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka
2012-02-08kvm: Allow to set shadow MMU sizeJan Kiszka
2012-01-19kvm: x86: Add user space part for in-kernel APICJan Kiszka
2012-01-19kvm: Introduce core services for in-kernel irqchip supportJan Kiszka
2012-01-19hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka
2011-12-20kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity
2011-11-17Fix typo: runnning -> runningVagrant Cascadian
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity
2011-10-24kvm: support TSC deadline MSR with subsectionLiu, Jinsong
2011-10-24Revert "kvm: support TSC deadline MSR"Marcelo Tosatti
2011-10-03kvm: support TSC deadline MSRLiu, Jinsong
2011-09-15Drop the vm_running global variableLuiz Capitulino
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-10kvm: remove unnecessary assignmentsBlue Swirl
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-25Fix up some style nits of last uq/master mergeJan Kiszka
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-05Remove #ifdef KVM_CAP_TSC_CONTROLMarcelo Tosatti
2011-08-05qemu-x86: Set tsc_khz in kvm when supportedJoerg Roedel
2011-06-20KVM: Fix XSAVE feature bit enumerationAndre Przywara
2011-06-20kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka
2011-06-20kvm: x86: Drop KVM_CAP build dependenciesJan Kiszka
2011-06-20kvm: Drop CONFIG_KVM_PARAJan Kiszka
2011-06-19kvm: x86: Save/restore FPU OP, IP and DPJan Kiszka
2011-06-14kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn
2011-05-02kvm: use qemu_free consistentlyPaolo Bonzini
2011-05-02kvm: use kernel-provided para_features instead of statically coming up with n...Glauber Costa
2011-03-16kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka
2011-03-16kvm: x86: Reorder functions in kvm.cJan Kiszka
2011-03-16kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka
2011-03-16kvm: x86: Synchronize PAT MSR with the kernelJan Kiszka
2011-03-16kvm: x86: Do not leave halt if interrupts are disabledJan Kiszka
2011-03-15KVM, MCE, unpoison memory address across rebootHuang Ying
2011-03-15kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization failsJan Kiszka
2011-03-15kvm: x86: Clean up kvm_setup_mceJan Kiszka
2011-03-15kvm: x86: Consolidate TCG and KVM MCE injection codeJan Kiszka
2011-03-15kvm: x86: Inject pending MCE events on state writebackJan Kiszka
2011-03-15kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka