summaryrefslogtreecommitdiffstats
path: root/target-i386/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* kvm: Unconditionally reenter kernel after IO exitsJan Kiszka2011-02-141-0/+5
* kvm: Provide sigbus services arch-independentlyJan Kiszka2011-02-141-2/+2
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-02-011-328/+423
|\
| * kvm: x86: Only read/write MSR_KVM_ASYNC_PF_EN if supportedJan Kiszka2011-01-231-2/+11
| * kvm: x86: Implicitly clear nmi_injected/pending on resetJan Kiszka2011-01-231-2/+0
| * kvm: x86: Rework identity map and TSS setup for larger BIOS sizesJan Kiszka2011-01-231-33/+30
| * kvm: Consolidate must-have capability checksJan Kiszka2011-01-231-31/+8
| * kvm: Drop smp_cpus argument from init functionsJan Kiszka2011-01-231-1/+1
| * kvm: x86: Fix !CONFIG_KVM_PARA buildJan Kiszka2011-01-231-4/+4
| * kvm: x86: Reset paravirtual MSRsJan Kiszka2011-01-231-0/+7
| * kvm: x86: Refactor msr_star/hsave_pa setup and checksJan Kiszka2011-01-231-28/+19
OpenPOWER on IntegriCloud