Age | Commit message (Expand) | Author |
2011-09-03 | Use new macro QEMU_PACKED for packed structures | Stefan Weil |
2011-08-25 | Fix up some style nits of last uq/master merge | Jan Kiszka |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-05 | Remove #ifdef KVM_CAP_TSC_CONTROL | Marcelo Tosatti |
2011-08-05 | qemu-x86: Set tsc_khz in kvm when supported | Joerg Roedel |
2011-06-20 | KVM: Fix XSAVE feature bit enumeration | Andre Przywara |
2011-06-20 | kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid | Jan Kiszka |
2011-06-20 | kvm: x86: Drop KVM_CAP build dependencies | Jan Kiszka |
2011-06-20 | kvm: Drop CONFIG_KVM_PARA | Jan Kiszka |
2011-06-19 | kvm: x86: Save/restore FPU OP, IP and DP | Jan Kiszka |
2011-06-14 | kvm: Add CPUID support for VIA CPU | brillywu@viatech.com.cn |
2011-05-02 | kvm: use qemu_free consistently | Paolo Bonzini |
2011-05-02 | kvm: use kernel-provided para_features instead of statically coming up with n... | Glauber Costa |
2011-03-16 | kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit | Jan Kiszka |
2011-03-16 | kvm: x86: Reorder functions in kvm.c | Jan Kiszka |
2011-03-16 | kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes | Jan Kiszka |
2011-03-16 | kvm: x86: Synchronize PAT MSR with the kernel | Jan Kiszka |
2011-03-16 | kvm: x86: Do not leave halt if interrupts are disabled | Jan Kiszka |
2011-03-15 | KVM, MCE, unpoison memory address across reboot | Huang Ying |
2011-03-15 | kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails | Jan Kiszka |
2011-03-15 | kvm: x86: Clean up kvm_setup_mce | Jan Kiszka |
2011-03-15 | kvm: x86: Consolidate TCG and KVM MCE injection code | Jan Kiszka |
2011-03-15 | kvm: x86: Inject pending MCE events on state writeback | Jan Kiszka |
2011-03-15 | kvm: Rename kvm_arch_process_irqchip_events to async_events | Jan Kiszka |
2011-03-15 | kvm: x86: Move MCE functions together | Jan Kiszka |
2011-03-13 | Refactor thread retrieval and check | Jan Kiszka |
2011-02-14 | kvm: x86: Catch and report failing IRQ and NMI injections | Jan Kiszka |
2011-02-14 | kvm: Drop return values from kvm_arch_pre/post_run | Jan Kiszka |
2011-02-14 | kvm: x86: Prepare VCPU loop for in-kernel irqchip | Jan Kiszka |
2011-02-14 | kvm: Separate TCG from KVM cpu execution | Jan Kiszka |
2011-02-14 | kvm: make tsc stable over migration and machine start | Glauber Costa |
2011-02-14 | kvm: Unconditionally reenter kernel after IO exits | Jan Kiszka |
2011-02-14 | kvm: Provide sigbus services arch-independently | Jan Kiszka |
2011-02-01 | Merge remote branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2011-01-23 | kvm: x86: Only read/write MSR_KVM_ASYNC_PF_EN if supported | Jan Kiszka |
2011-01-23 | kvm: x86: Implicitly clear nmi_injected/pending on reset | Jan Kiszka |
2011-01-23 | kvm: x86: Rework identity map and TSS setup for larger BIOS sizes | Jan Kiszka |
2011-01-23 | kvm: Consolidate must-have capability checks | Jan Kiszka |
2011-01-23 | kvm: Drop smp_cpus argument from init functions | Jan Kiszka |
2011-01-23 | kvm: x86: Fix !CONFIG_KVM_PARA build | Jan Kiszka |
2011-01-23 | kvm: x86: Reset paravirtual MSRs | Jan Kiszka |
2011-01-23 | kvm: x86: Refactor msr_star/hsave_pa setup and checks | Jan Kiszka |
2011-01-23 | kvm: x86: Fix xcr0 reset mismerge | Jan Kiszka |
2011-01-23 | kvm: x86: Remove redundant mp_state initialization | Jan Kiszka |
2011-01-23 | kvm: x86: Prepare kvm_get_mp_state for in-kernel irqchip | Jan Kiszka |
2011-01-23 | kvm: x86: Align kvm_arch_put_registers code with comment | Jan Kiszka |
2011-01-23 | kvm: Improve reporting of fatal errors | Jan Kiszka |
2011-01-23 | kvm: Stop on all fatal exit reasons | Jan Kiszka |
2011-01-23 | kvm: x86: Swallow KVM_EXIT_SET_TPR | Jan Kiszka |
2011-01-21 | kvm: x86: Fix a few coding style violations | Jan Kiszka |