aboutsummaryrefslogtreecommitdiff
path: root/target-i386/kvm.c
AgeCommit message (Expand)Author
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
2011-03-15kvm: x86: Move MCE functions togetherJan Kiszka
2011-03-13Refactor thread retrieval and checkJan Kiszka
2011-02-14kvm: x86: Catch and report failing IRQ and NMI injectionsJan Kiszka
2011-02-14kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka
2011-02-14kvm: x86: Prepare VCPU loop for in-kernel irqchipJan Kiszka
2011-02-14kvm: Separate TCG from KVM cpu executionJan Kiszka
2011-02-14kvm: make tsc stable over migration and machine startGlauber Costa
2011-02-14kvm: Unconditionally reenter kernel after IO exitsJan Kiszka
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-01-23kvm: x86: Only read/write MSR_KVM_ASYNC_PF_EN if supportedJan Kiszka
2011-01-23kvm: x86: Implicitly clear nmi_injected/pending on resetJan Kiszka
2011-01-23kvm: x86: Rework identity map and TSS setup for larger BIOS sizesJan Kiszka
2011-01-23kvm: Consolidate must-have capability checksJan Kiszka
2011-01-23kvm: Drop smp_cpus argument from init functionsJan Kiszka
2011-01-23kvm: x86: Fix !CONFIG_KVM_PARA buildJan Kiszka
2011-01-23kvm: x86: Reset paravirtual MSRsJan Kiszka
2011-01-23kvm: x86: Refactor msr_star/hsave_pa setup and checksJan Kiszka
2011-01-23kvm: x86: Fix xcr0 reset mismergeJan Kiszka
2011-01-23kvm: x86: Remove redundant mp_state initializationJan Kiszka
2011-01-23kvm: x86: Prepare kvm_get_mp_state for in-kernel irqchipJan Kiszka
2011-01-23kvm: x86: Align kvm_arch_put_registers code with commentJan Kiszka
2011-01-23kvm: Improve reporting of fatal errorsJan Kiszka
2011-01-23kvm: Stop on all fatal exit reasonsJan Kiszka
2011-01-23kvm: x86: Swallow KVM_EXIT_SET_TPRJan Kiszka
2011-01-21kvm: x86: Fix a few coding style violationsJan Kiszka
2011-01-21kvm: x86: Prevent sign extension of DR7 in guest debugging modeJan Kiszka
2011-01-21kvm: x86: Remove obsolete SS.RPL/DPL aligmentJan Kiszka