summaryrefslogtreecommitdiffstats
path: root/target-i386/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error()Gleb Natapov2012-02-161-0/+1
* kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka2012-02-081-2/+2
* kvm: Allow to set shadow MMU sizeJan Kiszka2012-02-081-0/+13
* kvm: x86: Add user space part for in-kernel APICJan Kiszka2012-01-191-0/+38
* kvm: Introduce core services for in-kernel irqchip supportJan Kiszka2012-01-191-0/+11
* hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld2012-01-191-2/+63
* Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori2012-01-031-4/+3
|\
| * kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity2011-12-201-4/+3
* | kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka2011-12-221-3/+2
* | kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka2011-12-221-8/+7
* | kvm: x86: Use symbols for all xsave fieldJan Kiszka2011-12-221-6/+8
|/
* Fix typo: runnning -> runningVagrant Cascadian2011-11-171-1/+1
* i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity2011-10-241-0/+15
* kvm: support TSC deadline MSR with subsectionLiu, Jinsong2011-10-241-0/+14
* Revert "kvm: support TSC deadline MSR"Marcelo Tosatti2011-10-241-14/+0
* kvm: support TSC deadline MSRLiu, Jinsong2011-10-031-0/+14
* Drop the vm_running global variableLuiz Capitulino2011-09-151-1/+1
* Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-1/+1
* kvm: remove unnecessary assignmentsBlue Swirl2011-09-101-1/+1
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-1/+1
* Fix up some style nits of last uq/master mergeJan Kiszka2011-08-251-2/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-10/+10
* Remove #ifdef KVM_CAP_TSC_CONTROLMarcelo Tosatti2011-08-051-2/+0
* qemu-x86: Set tsc_khz in kvm when supportedJoerg Roedel2011-08-051-1/+17
* KVM: Fix XSAVE feature bit enumerationAndre Przywara2011-06-201-1/+4
* kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka2011-06-201-15/+15
* kvm: x86: Drop KVM_CAP build dependenciesJan Kiszka2011-06-201-64/+3
* kvm: Drop CONFIG_KVM_PARAJan Kiszka2011-06-201-25/+1
* kvm: x86: Save/restore FPU OP, IP and DPJan Kiszka2011-06-191-5/+15
* kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn2011-06-141-0/+15
* kvm: use qemu_free consistentlyPaolo Bonzini2011-05-021-1/+1
* kvm: use kernel-provided para_features instead of statically coming up with n...Glauber Costa2011-05-021-29/+49
* kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka2011-03-161-9/+16
* kvm: x86: Reorder functions in kvm.cJan Kiszka2011-03-161-54/+54
* kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka2011-03-161-4/+4
* kvm: x86: Synchronize PAT MSR with the kernelJan Kiszka2011-03-161-0/+5
* kvm: x86: Do not leave halt if interrupts are disabledJan Kiszka2011-03-161-1/+3
* KVM, MCE, unpoison memory address across rebootHuang Ying2011-03-151-0/+36
* kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization failsJan Kiszka2011-03-151-13/+17
* kvm: x86: Clean up kvm_setup_mceJan Kiszka2011-03-151-7/+4
* kvm: x86: Consolidate TCG and KVM MCE injection codeJan Kiszka2011-03-151-213/+25
* kvm: x86: Inject pending MCE events on state writebackJan Kiszka2011-03-151-0/+60
* kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka2011-03-151-1/+1
* kvm: x86: Move MCE functions togetherJan Kiszka2011-03-151-175/+171
* Refactor thread retrieval and checkJan Kiszka2011-03-131-2/+2
* kvm: x86: Catch and report failing IRQ and NMI injectionsJan Kiszka2011-02-141-3/+13
* kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka2011-02-141-6/+2
* kvm: x86: Prepare VCPU loop for in-kernel irqchipJan Kiszka2011-02-141-31/+38
* kvm: Separate TCG from KVM cpu executionJan Kiszka2011-02-141-3/+3
* kvm: make tsc stable over migration and machine startGlauber Costa2011-02-141-1/+17
OpenPOWER on IntegriCloud